summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2019-08-07 09:37:00 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-08-08 08:54:52 +0900
commitc8db6dfdd3748ef674ded84b61fb81129f1ac5de (patch)
tree8ec74040938a9d8f9f685a2979a45a8943487c8b /keyboards/ergodox_ez/ergodox_ez.h
parent4de36ce45b4f5cce65f2a35c6288f0a23ca51a3e (diff)
Update RGB Matrix configuration for Ergodox EZ
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.h')
-rw-r--r--keyboards/ergodox_ez/ergodox_ez.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.h b/keyboards/ergodox_ez/ergodox_ez.h
index 38377fdf87..2b498ddb56 100644
--- a/keyboards/ergodox_ez/ergodox_ez.h
+++ b/keyboards/ergodox_ez/ergodox_ez.h
@@ -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;