diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-11-29 16:20:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 00:20:56 -0800 |
| commit | b12acfb630f540712eff36b8ce0908524676fdd8 (patch) | |
| tree | e9016cff48fe75b56e51cf5ae0c2c33e98140491 /keyboards/boardsource | |
| parent | 47764132f1fb30c24585cfbebb800e9c8b433c64 (diff) | |
| download | qmk_firmware-b12acfb630f540712eff36b8ce0908524676fdd8.tar.gz qmk_firmware-b12acfb630f540712eff36b8ce0908524676fdd8.zip | |
[Keyboard] Add mousekey support for Technik variants (#15258)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'keyboards/boardsource')
| -rw-r--r-- | keyboards/boardsource/technik_o/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/boardsource/technik_s/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/boardsource/technik_o/rules.mk b/keyboards/boardsource/technik_o/rules.mk index ced26ad69..5af95f66e 100644 --- a/keyboards/boardsource/technik_o/rules.mk +++ b/keyboards/boardsource/technik_o/rules.mk | |||
| @@ -8,7 +8,7 @@ BOOTLOADER = atmel-dfu | |||
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
diff --git a/keyboards/boardsource/technik_s/rules.mk b/keyboards/boardsource/technik_s/rules.mk index efc63b4d5..bf88ac85a 100644 --- a/keyboards/boardsource/technik_s/rules.mk +++ b/keyboards/boardsource/technik_s/rules.mk | |||
| @@ -8,7 +8,7 @@ BOOTLOADER = atmel-dfu | |||
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
| 9 | # | 9 | # |
| 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
| 11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
