[Keymap] Cleaning up my config and userspace files (#5265)
* Removed since options are in userspace * Removed RGB option that was breaking one of my builds * Remove unused options * Removed options present in userspace, add board specific options here * Removed code also present in userspace * Turns out those lines were needed, added them back * Testing changes * Added code to ensure board read as ANSI instead of default ISO for HS60 * Setting \ key to "MOD" instead of "ALPHA" for lighting
This commit is contained in:
parent
a872faa53e
commit
32b63d676f
5 changed files with 23 additions and 25 deletions
|
@ -2,7 +2,3 @@
|
|||
|
||||
#define TAPPING_TERM 200
|
||||
#define RETRO_TAPPING
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLIGHT_SLEEP
|
||||
#endif // RGBLIGHT_ENABLE
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
TAP_DANCE_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = no
|
||||
COMMAND_ENABLE = no
|
||||
BOOTMAGIC_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue