diff options
| author | skullY <skullydazed@gmail.com> | 2019-01-26 21:25:59 -0800 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-10 15:37:12 -0800 |
| commit | 6b74dd6de5359da18e87b2d4894e3ffc3fc89d47 (patch) | |
| tree | d4b467f032aadac477c4c2fb21d17a6c35dd30a0 /quantum/led_matrix.h | |
| parent | bf2670601d29551896bab6811b9bb64de2d0ee0e (diff) | |
| download | qmk_firmware-6b74dd6de5359da18e87b2d4894e3ffc3fc89d47.tar.gz qmk_firmware-6b74dd6de5359da18e87b2d4894e3ffc3fc89d47.zip | |
led_matrix works now
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); |
