Browse Source

[Keyboard] Update rules.mk (#5370)

MOUSEKEY_ENABLED = yes
by default
pull/5383/head
jotix 5 years ago
committed by Drashna Jaelre
parent
commit
fd43259cbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/handwired/jotanck/rules.mk

+ 1
- 1
keyboards/handwired/jotanck/rules.mk View File

@ -48,7 +48,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = yes # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration


Loading…
Cancel
Save