diff options
Diffstat (limited to 'keyboards/model01/leds.h')
| -rw-r--r-- | keyboards/model01/leds.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/model01/leds.h b/keyboards/model01/leds.h index 0aac781dd..405bdf328 100644 --- a/keyboards/model01/leds.h +++ b/keyboards/model01/leds.h | |||
| @@ -16,10 +16,7 @@ | |||
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | #include <quantum.h> | 18 | #include <quantum.h> |
| 19 | #include <rgb_matrix.h> | ||
| 19 | 20 | ||
| 20 | int set_all_leds_to(uint8_t r, uint8_t g, uint8_t b); | 21 | void set_all_leds_to(uint8_t r, uint8_t g, uint8_t b); |
| 21 | int set_led_to(uint8_t led, uint8_t r, uint8_t g, uint8_t b); | 22 | void set_led_to(int led, uint8_t r, uint8_t g, uint8_t b); |
| 22 | |||
| 23 | /* Raw (gamma uncorrected) LED values */ | ||
| 24 | int set_all_leds_to_raw(uint8_t r, uint8_t g, uint8_t b); | ||
| 25 | int set_led_to_raw(uint8_t led, uint8_t r, uint8_t g, uint8_t b); | ||
