Add EOL to non-keyboard files (#24990)

This commit is contained in:
Joel Challis 2025-03-06 23:17:51 +00:00 committed by GitHub
parent 12f9f34fc8
commit 6e1d3d6d07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
119 changed files with 119 additions and 119 deletions

View file

@ -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

View file

@ -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

View file

@ -42,4 +42,4 @@ typedef enum {
LD7032_S_START_STOP = 0xCD,
LD7032_S_SELECT = 0xCE,
LD7032_TESTCNT1 = 0xF0, //-0xFF
} ld7032_opcodes;
} ld7032_opcodes;

View file

@ -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);