diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-13 19:49:04 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-13 19:49:04 -0800 |
commit | 64712731495b241dcab29c96c2ccb650a3aa39fd (patch) | |
tree | ed74dd9211a6fdb67fe4bfe9052ca1d49dcbb478 /keyboards/kbdfans/kbd19x/rules.mk | |
parent | 31b75c75fd0408c7ef15d15892a369f8a271e551 (diff) | |
download | qmk_firmware-64712731495b241dcab29c96c2ccb650a3aa39fd.tar.gz |
[Keyboard] KBD19x Bootmagic Enable (lite) and other fixes (#5126)
* set bootmagic from no to lite and put in a note in the readme
* use pragma once
* discovered a compile error when testing with default keymap. The inlined led functions need to be externed in the .c file
* might as well turn on mouse keys as well
Diffstat (limited to 'keyboards/kbdfans/kbd19x/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd19x/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kbdfans/kbd19x/rules.mk b/keyboards/kbdfans/kbd19x/rules.mk index 8e50962af..b7a08f241 100644 --- a/keyboards/kbdfans/kbd19x/rules.mk +++ b/keyboards/kbdfans/kbd19x/rules.mk @@ -61,8 +61,8 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE = no # Mouse keys(+4700) +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration |