diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-12-15 14:03:23 -0800 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-12-15 22:03:23 +0000 |
commit | 3eb82e047079230e55d3aeff901c4d0dce69fb3a (patch) | |
tree | 900c674ade76c0b6992a2cafb45c91059a025365 /keyboards/maartenwut/plain60/rules.mk | |
parent | ad7ba08ac830a793b6a1aaefb2d420dd140de2e6 (diff) | |
download | qmk_firmware-3eb82e047079230e55d3aeff901c4d0dce69fb3a.tar.gz |
[keyboard] Plain60 cleanups (#7644)
* Change plain60 to bootmagic lite
- it's easier to reset and maintain a keyboard with lite
- remove obsolete size comments
* Add RESET on a layer to default keymap
* Use _FN
* Maintain compatibility with keymap
* Fix thinko
Diffstat (limited to 'keyboards/maartenwut/plain60/rules.mk')
-rw-r--r-- | keyboards/maartenwut/plain60/rules.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/maartenwut/plain60/rules.mk b/keyboards/maartenwut/plain60/rules.mk index 77b5a3eb9..398b59227 100644 --- a/keyboards/maartenwut/plain60/rules.mk +++ b/keyboards/maartenwut/plain60/rules.mk @@ -14,14 +14,14 @@ BOOTLOADER = qmk-dfu # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE = no # Mouse keys(+4700) -EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work -RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality (+4870) -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality (+1150) +RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no UNICODE_ENABLE = no # Unicode |