diff options
Diffstat (limited to 'quantum/led_matrix.h')
| -rw-r--r-- | quantum/led_matrix.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); | |||
| 112 | void led_matrix_set_value(uint8_t mode); | 112 | void led_matrix_set_value(uint8_t mode); |
| 113 | void led_matrix_set_value_noeeprom(uint8_t mode); | 113 | void led_matrix_set_value_noeeprom(uint8_t mode); |
| 114 | 114 | ||
| 115 | // Hook into the existing backlight API | ||
| 116 | #define backlight_set(val) led_matrix_set_value(val) | ||
| 117 | |||
| 118 | typedef struct { | 115 | typedef struct { |
| 119 | /* Perform any initialisation required for the other driver functions to work. */ | 116 | /* Perform any initialisation required for the other driver functions to work. */ |
| 120 | void (*init)(void); | 117 | void (*init)(void); |
