diff options
author | Xelus22 <lovlots@hotmail.com> | 2020-01-13 10:11:02 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-12 16:11:02 -0800 |
commit | 2ce3025be2fd28c7ea3f2fd33c7aba7277ff668b (patch) | |
tree | 2f770d33ed4f942bd7a494365b2e46646e697c35 /keyboards/xelus/dawn60/keymaps/default/config.h | |
parent | ff5742da9ff468a7e2743c23c2e8551503792401 (diff) |
[Keyboard] Dawn60 Keyboard (#7832)
* dawn60_proper
* change default
* changes
* master merge and via keymap
* rgb underglow better
* rename of folder
* rename folder complete
* rename
* dawn60/underglow specifics
* dawn60 specific
* simplify
* requested changes
* small errors
* layouts remove
* remove parentheses and update rules.mk
* fix error message
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 0000000000..8f4e8ac4c2 --- /dev/null +++ b/keyboards/xelus/dawn60/keymaps/default/config.h @@ -0,0 +1,17 @@ +#pragma once + +/* enable/disable LEDs based on layout */ +// switch between split backspace (1) or normal backspace(0) +#undef RGB_BACKLIGHT_USE_SPLIT_BACKSPACE +#define RGB_BACKLIGHT_USE_SPLIT_BACKSPACE 0 + +// switch between Tsangan (1) or Arrows Bottom Row (0) +#undef RGB_BACKLIGHT_USE_7U_SPACEBAR +#define RGB_BACKLIGHT_USE_7U_SPACEBAR 0 + +// switch between standard split rshift (0) or arrows r shift (1) +// .------------------. .-------------------. +// | ? | Shift | Fn | vs | Shift | Up | Fn | +// `------------------' `-------------------' +#undef RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT +#define RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT 0 |