diff options
author | ridingqwerty <george.g.koenig@gmail.com> | 2020-02-04 14:17:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 20:17:10 +0100 |
commit | 964ed177165072572112abfbdbba3317ed13170c (patch) | |
tree | 676b31e86c0daa5dc64eed2c50241b84d43c904e /keyboards/atreus/keymaps/ridingqwerty/rules.mk | |
parent | 50554ca270ae4c58dfa156ae4960e06a7ec6ef31 (diff) |
ridingqwerty: userspace update (#8076)
* Userspace overhaul
* Remove testing directory
* Minorca keymap tweaks
Diffstat (limited to 'keyboards/atreus/keymaps/ridingqwerty/rules.mk')
-rw-r--r-- | keyboards/atreus/keymaps/ridingqwerty/rules.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/atreus/keymaps/ridingqwerty/rules.mk b/keyboards/atreus/keymaps/ridingqwerty/rules.mk index 95b257f758..5c89d5481d 100644 --- a/keyboards/atreus/keymaps/ridingqwerty/rules.mk +++ b/keyboards/atreus/keymaps/ridingqwerty/rules.mk @@ -5,13 +5,14 @@ MCU = STM32F303 # BACKLIGHT_ENABLE = no BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration -#MOUSEKEY_ENABLE = yes # Mouse keys +MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover -AUDIO_ENABLE = yes +AUDIO_ENABLE = yes # Doot RGBLIGHT_ENABLE = no -# SERIAL_LINK_ENABLE = yes -#TAP_DANCE_ENABLE = yes +TAP_DANCE_ENABLE = no +UNICODE_ENABLE = no +UNICODEMAP_ENABLE = yes + |