diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-06-21 15:47:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 23:47:41 +0100 |
commit | cb13dd0a33c153d8cb0a26596489804c012eaae4 (patch) | |
tree | 4b58469d56733d732b3cf33e5df7f9362a643d9e /keyboards/1upkeyboards/1up60rgb/rules.mk | |
parent | af4bc251f9d4032abf12d0377b5e948701e82713 (diff) |
Enable NKRO on 1up's boards (#9434)
* enable NKRO and keep consistent with bootmagic set to lite
* Update keyboards/1upkeyboards/1up60hse/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/1upkeyboards/1up60rgb/rules.mk')
-rw-r--r-- | keyboards/1upkeyboards/1up60rgb/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/1upkeyboards/1up60rgb/rules.mk b/keyboards/1upkeyboards/1up60rgb/rules.mk index 24f737398e..ea5308b960 100644 --- a/keyboards/1upkeyboards/1up60rgb/rules.mk +++ b/keyboards/1upkeyboards/1up60rgb/rules.mk @@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug |