diff options
author | Drashna Jaelre <drashna@live.com> | 2021-05-25 09:24:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 09:24:01 -0700 |
commit | f461adbd1dffa178042a4805137918a4bec3c118 (patch) | |
tree | b0ae27e54c08157dfc88cfdaf8d94fbae1af9e87 /keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk | |
parent | cc815c4d830eb1ec8f1098b2f19fdfa99073a954 (diff) |
[Keymap] Update to Drashna keymap and user code (based on develop) (#12936)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk index 99275c15ae..3fb9ab2a84 100644 --- a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk +++ b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/rules.mk @@ -11,17 +11,18 @@ BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -NKRO_ENABLE = no # USB Nkey Rollover +NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output SWAP_HANDS_ENABLE = yes POINTING_DEVICE_ENABLE = yes +MOUSE_SHARED_EP = no SPLIT_KEYBOARD = yes SPLIT_TRANSPORT = custom |