diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-01-05 19:18:36 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2020-01-05 00:18:36 -0800 |
commit | 12c6f9a412a940021e2f98fe29e4cbf62c03ddbd (patch) | |
tree | 8cd0c46d715be32c9504e3c0e1b27cc3b0315498 /keyboards/efreet/rules.mk | |
parent | a68f514a8a82a19b078315fd068db592cd811f19 (diff) | |
download | qmk_firmware-12c6f9a412a940021e2f98fe29e4cbf62c03ddbd.tar.gz |
[Keyboard] Added VIA support to Efreet (#7788)
* Added Efreet
* Review changes
Diffstat (limited to 'keyboards/efreet/rules.mk')
-rw-r--r-- | keyboards/efreet/rules.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/efreet/rules.mk b/keyboards/efreet/rules.mk index f3c51f7a6..411c3f7a7 100644 --- a/keyboards/efreet/rules.mk +++ b/keyboards/efreet/rules.mk @@ -14,19 +14,19 @@ BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # 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 = yes # Commands for debug and 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 +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) +MIDI_ENABLE = no # MIDI support UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches -HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) +HD44780_ENABLE = no # Enable support for HD44780 based LCDs LAYOUTS = ortho_4x12 planck_mit |