diff options
| author | Joel Challis <git@zvecr.com> | 2025-03-06 23:17:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 23:17:51 +0000 |
| commit | 6e1d3d6d077f50cb61d37f8310162b38b109fa87 (patch) | |
| tree | 65eb42f93e90b6649d927718d7adacad9dbeb7d5 /drivers | |
| parent | 12f9f34fc82e3bab7c92f488a1528592c4bc9628 (diff) | |
Add EOL to non-keyboard files (#24990)
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/painter/gc9xxx/qp_gc9a01_opcodes.h | 2 | ||||
| -rw-r--r-- | drivers/painter/ld7032/qp_ld7032.h | 2 | ||||
| -rw-r--r-- | drivers/painter/ld7032/qp_ld7032_opcodes.h | 2 | ||||
| -rw-r--r-- | drivers/usbpd.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/painter/gc9xxx/qp_gc9a01_opcodes.h b/drivers/painter/gc9xxx/qp_gc9a01_opcodes.h index 5853902e68..31de5ee9e3 100644 --- a/drivers/painter/gc9xxx/qp_gc9a01_opcodes.h +++ b/drivers/painter/gc9xxx/qp_gc9a01_opcodes.h | |||
| @@ -101,4 +101,4 @@ | |||
| 101 | #define GC9A01_GRAM_INTERFACE_RGB 0b00000010 | 101 | #define GC9A01_GRAM_INTERFACE_RGB 0b00000010 |
| 102 | 102 | ||
| 103 | #define GC9A01_RGB_INTERFACE_MODE_1_TRANSFER 0b00000000 | 103 | #define GC9A01_RGB_INTERFACE_MODE_1_TRANSFER 0b00000000 |
| 104 | #define GC9A01_RGB_INTERFACE_MODE_3_TRANSFER 0b00000001 \ No newline at end of file | 104 | #define GC9A01_RGB_INTERFACE_MODE_3_TRANSFER 0b00000001 |
diff --git a/drivers/painter/ld7032/qp_ld7032.h b/drivers/painter/ld7032/qp_ld7032.h index 967eb7999c..9af80dd468 100644 --- a/drivers/painter/ld7032/qp_ld7032.h +++ b/drivers/painter/ld7032/qp_ld7032.h | |||
| @@ -63,4 +63,4 @@ painter_device_t qp_ld7032_make_spi_device(uint16_t panel_width, uint16_t panel_ | |||
| 63 | */ | 63 | */ |
| 64 | painter_device_t qp_ld7032_make_i2c_device(uint16_t panel_width, uint16_t panel_height, uint8_t i2c_address); | 64 | painter_device_t qp_ld7032_make_i2c_device(uint16_t panel_width, uint16_t panel_height, uint8_t i2c_address); |
| 65 | 65 | ||
| 66 | #endif // QUANTUM_PAINTER_LD7032_I2C_ENABLE \ No newline at end of file | 66 | #endif // QUANTUM_PAINTER_LD7032_I2C_ENABLE |
diff --git a/drivers/painter/ld7032/qp_ld7032_opcodes.h b/drivers/painter/ld7032/qp_ld7032_opcodes.h index 08ab77d6f8..ed8b397c67 100644 --- a/drivers/painter/ld7032/qp_ld7032_opcodes.h +++ b/drivers/painter/ld7032/qp_ld7032_opcodes.h | |||
| @@ -42,4 +42,4 @@ typedef enum { | |||
| 42 | LD7032_S_START_STOP = 0xCD, | 42 | LD7032_S_START_STOP = 0xCD, |
| 43 | LD7032_S_SELECT = 0xCE, | 43 | LD7032_S_SELECT = 0xCE, |
| 44 | LD7032_TESTCNT1 = 0xF0, //-0xFF | 44 | LD7032_TESTCNT1 = 0xF0, //-0xFF |
| 45 | } ld7032_opcodes; \ No newline at end of file | 45 | } ld7032_opcodes; |
diff --git a/drivers/usbpd.h b/drivers/usbpd.h index df4f29bb9d..e9dca67f66 100644 --- a/drivers/usbpd.h +++ b/drivers/usbpd.h | |||
| @@ -26,4 +26,4 @@ typedef enum { | |||
| 26 | void usbpd_init(void); | 26 | void usbpd_init(void); |
| 27 | 27 | ||
| 28 | // Gets the current state of the USBPD allowance | 28 | // Gets the current state of the USBPD allowance |
| 29 | usbpd_allowance_t usbpd_get_allowance(void); \ No newline at end of file | 29 | usbpd_allowance_t usbpd_get_allowance(void); |
