diff options
Diffstat (limited to 'layouts/community/ergodox/drashna_glow/keymap.c')
-rw-r--r-- | layouts/community/ergodox/drashna_glow/keymap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/community/ergodox/drashna_glow/keymap.c b/layouts/community/ergodox/drashna_glow/keymap.c index f2fb665453..8545555679 100644 --- a/layouts/community/ergodox/drashna_glow/keymap.c +++ b/layouts/community/ergodox/drashna_glow/keymap.c @@ -1,6 +1,7 @@ /* placeholder file */ #include QMK_KEYBOARD_H +#ifdef RGB_MATRIX_ENABLE const rgb_led g_rgb_leds[DRIVER_LED_TOTAL] = { /*{row | col << 4} @@ -65,3 +66,5 @@ const rgb_led g_rgb_leds[DRIVER_LED_TOTAL] = { {{4|(8<<4)}, {24.9*1, 16*2}, 1}, // LED 23 {{4|(9<<4)}, {24.9*0, 16*2}, 1}, // LED 24 }; + +#endif |