Add EOL to non-keyboard files (#24990)
This commit is contained in:
@@ -101,4 +101,4 @@
|
||||
#define GC9A01_GRAM_INTERFACE_RGB 0b00000010
|
||||
|
||||
#define GC9A01_RGB_INTERFACE_MODE_1_TRANSFER 0b00000000
|
||||
#define GC9A01_RGB_INTERFACE_MODE_3_TRANSFER 0b00000001
|
||||
#define GC9A01_RGB_INTERFACE_MODE_3_TRANSFER 0b00000001
|
||||
|
||||
@@ -63,4 +63,4 @@ painter_device_t qp_ld7032_make_spi_device(uint16_t panel_width, uint16_t panel_
|
||||
*/
|
||||
painter_device_t qp_ld7032_make_i2c_device(uint16_t panel_width, uint16_t panel_height, uint8_t i2c_address);
|
||||
|
||||
#endif // QUANTUM_PAINTER_LD7032_I2C_ENABLE
|
||||
#endif // QUANTUM_PAINTER_LD7032_I2C_ENABLE
|
||||
|
||||
@@ -42,4 +42,4 @@ typedef enum {
|
||||
LD7032_S_START_STOP = 0xCD,
|
||||
LD7032_S_SELECT = 0xCE,
|
||||
LD7032_TESTCNT1 = 0xF0, //-0xFF
|
||||
} ld7032_opcodes;
|
||||
} ld7032_opcodes;
|
||||
|
||||
@@ -26,4 +26,4 @@ typedef enum {
|
||||
void usbpd_init(void);
|
||||
|
||||
// Gets the current state of the USBPD allowance
|
||||
usbpd_allowance_t usbpd_get_allowance(void);
|
||||
usbpd_allowance_t usbpd_get_allowance(void);
|
||||
|
||||
Reference in New Issue
Block a user