diff options
Diffstat (limited to 'keyboards/lfkeyboards/lighting.h')
| -rw-r--r-- | keyboards/lfkeyboards/lighting.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/lfkeyboards/lighting.h b/keyboards/lfkeyboards/lighting.h index 69e63268d..cb07755c5 100644 --- a/keyboards/lfkeyboards/lighting.h +++ b/keyboards/lfkeyboards/lighting.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #ifndef LIGHTING_H | 1 | #pragma once |
| 2 | #define LIGHTING_H | ||
| 3 | |||
| 4 | 2 | ||
| 5 | // rgb_sequence[RGBLED_NUM] | 3 | // rgb_sequence[RGBLED_NUM] |
| 6 | // | 4 | // |
| @@ -49,5 +47,3 @@ void set_backlight(uint8_t level); | |||
| 49 | void set_underglow(uint8_t red, uint8_t green, uint8_t blue); | 47 | void set_underglow(uint8_t red, uint8_t green, uint8_t blue); |
| 50 | void set_rgb(uint8_t rgb_led, uint8_t red, uint8_t green, uint8_t blue); | 48 | void set_rgb(uint8_t rgb_led, uint8_t red, uint8_t green, uint8_t blue); |
| 51 | void set_backlight_by_keymap(uint8_t col, uint8_t row); | 49 | void set_backlight_by_keymap(uint8_t col, uint8_t row); |
| 52 | |||
| 53 | #endif \ No newline at end of file | ||
