forked from forks/qmk_firmware
2ce3025be2
* 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
18 lines
659 B
C
18 lines
659 B
C
#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 1
|
|
|
|
// 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
|