X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fled_matrix.h;h=9bf20d04478d203a328aaca0c456c5d379279f5c;hb=6b74dd6de5359da18e87b2d4894e3ffc3fc89d47;hp=6db162963eec0be41ae408073ac2d9bd8a77b9e5;hpb=bf2670601d29551896bab6811b9bb64de2d0ee0e;p=qmk_firmware.git diff --git a/quantum/led_matrix.h b/quantum/led_matrix.h index 6db162963..9bf20d044 100644 --- a/quantum/led_matrix.h +++ b/quantum/led_matrix.h @@ -112,9 +112,6 @@ uint8_t led_matrix_get_mode(void); void led_matrix_set_value(uint8_t mode); void led_matrix_set_value_noeeprom(uint8_t mode); -// Hook into the existing backlight API -#define backlight_set(val) led_matrix_set_value(val) - typedef struct { /* Perform any initialisation required for the other driver functions to work. */ void (*init)(void);