diff options
author | Danny <nooges@users.noreply.github.com> | 2020-01-28 17:13:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 14:13:57 -0800 |
commit | 2abc0e17e7142f058b39998e16d0896286bd8e1f (patch) | |
tree | 74532e5b606f5e62defcc9d9732e804627c6759a /keyboards/keebio/quefrency/rules.mk | |
parent | 197a401be6585b0b9aad3ca02ec1829e894e9a62 (diff) | |
download | qmk_firmware-2abc0e17e7142f058b39998e16d0896286bd8e1f.tar.gz qmk_firmware-2abc0e17e7142f058b39998e16d0896286bd8e1f.zip |
[Keyboard] Add Quefrency Rev 2 (#8001)
* Add Quefrency Rev. 2
* Add encoder support
* Add RGB LED mapping info
* Add diode direction
* Revert removal of default folder for CI purposes
* Remove unneeded lines
* Rename ISO layout macros
Diffstat (limited to 'keyboards/keebio/quefrency/rules.mk')
-rw-r--r-- | keyboards/keebio/quefrency/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keebio/quefrency/rules.mk b/keyboards/keebio/quefrency/rules.mk index 284a0def32..5bca869b8e 100644 --- a/keyboards/keebio/quefrency/rules.mk +++ b/keyboards/keebio/quefrency/rules.mk @@ -18,8 +18,8 @@ BOOTLOADER = caterina 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) -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = yes # Console for debug(+400) +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls |