Add EOL to non-keyboard files (#24990)
This commit is contained in:
parent
12f9f34fc8
commit
6e1d3d6d07
119 changed files with 119 additions and 119 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue