Update RGB Matrix configuration for Ergodox EZ

This commit is contained in:
Drashna Jael're
2019-08-07 09:37:00 -07:00
committed by Florian Didron
parent 4de36ce45b
commit c8db6dfdd3
2 changed files with 40 additions and 0 deletions
+3
View File
@@ -109,6 +109,7 @@ inline void ergodox_led_all_set(uint8_t n)
enum ergodox_ez_keycodes {
LED_LEVEL = SAFE_RANGE,
TOGGLE_LAYER_COLOR,
EZ_SAFE_RANGE,
};
@@ -116,6 +117,8 @@ typedef union {
uint32_t raw;
struct {
uint8_t led_level :3;
bool disable_layer_led :1;
bool rgb_matrix_enable :1;
};
} keyboard_config_t;