~ruther/qmk_firmware

b12acfb630f540712eff36b8ce0908524676fdd8 — Albert Y 3 years ago 4776413
[Keyboard] Add mousekey support for Technik variants (#15258)

Co-authored-by: filterpaper <filterpaper@localhost>
2 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/boardsource/technik_o/rules.mk
M keyboards/boardsource/technik_s/rules.mk
M keyboards/boardsource/technik_o/rules.mk => keyboards/boardsource/technik_o/rules.mk +1 -1
@@ 8,7 8,7 @@ BOOTLOADER = atmel-dfu
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no        # Mouse keys
MOUSEKEY_ENABLE = yes       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = no         # Commands for debug and configuration

M keyboards/boardsource/technik_s/rules.mk => keyboards/boardsource/technik_s/rules.mk +1 -1
@@ 8,7 8,7 @@ BOOTLOADER = atmel-dfu
#   change yes to no to disable
#
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no        # Mouse keys
MOUSEKEY_ENABLE = yes       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = no         # Console for debug
COMMAND_ENABLE = no         # Commands for debug and configuration