diff options
Diffstat (limited to 'keyboards/xelus/dawn60/keymaps/default/config.h')
| -rw-r--r-- | keyboards/xelus/dawn60/keymaps/default/config.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/xelus/dawn60/keymaps/default/config.h b/keyboards/xelus/dawn60/keymaps/default/config.h new file mode 100644 index 000000000..8f4e8ac4c --- /dev/null +++ b/keyboards/xelus/dawn60/keymaps/default/config.h | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | /* enable/disable LEDs based on layout */ | ||
| 4 | // switch between split backspace (1) or normal backspace(0) | ||
| 5 | #undef RGB_BACKLIGHT_USE_SPLIT_BACKSPACE | ||
| 6 | #define RGB_BACKLIGHT_USE_SPLIT_BACKSPACE 0 | ||
| 7 | |||
| 8 | // switch between Tsangan (1) or Arrows Bottom Row (0) | ||
| 9 | #undef RGB_BACKLIGHT_USE_7U_SPACEBAR | ||
| 10 | #define RGB_BACKLIGHT_USE_7U_SPACEBAR 0 | ||
| 11 | |||
| 12 | // switch between standard split rshift (0) or arrows r shift (1) | ||
| 13 | // .------------------. .-------------------. | ||
| 14 | // | ? | Shift | Fn | vs | Shift | Up | Fn | | ||
| 15 | // `------------------' `-------------------' | ||
| 16 | #undef RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT | ||
| 17 | #define RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT 0 | ||
