diff options
author | Brice Figureau <brice@daysofwonder.com> | 2019-09-10 06:42:21 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-09 21:42:21 -0700 |
commit | a88b6db6825c2c577ec203c49a135ca6b85ecb42 (patch) | |
tree | 617c0569c9a3b770dedb6fbf14abd6c44ce2b88f /keyboards/exclusive/e65/rules.mk | |
parent | 22a7e71fb3fdca2d6c76d5775681bfb288e5f20a (diff) | |
download | qmk_firmware-a88b6db6825c2c577ec203c49a135ca6b85ecb42.tar.gz |
[Keyboard] Add the E6.5 keyboard (#6693)
The E6.5 is the new 65% keyboard made by Exclusive.
This changeset adds its PCB to QMK, including all the bottom row
variants and iso/ansi/split BS layouts.
Diffstat (limited to 'keyboards/exclusive/e65/rules.mk')
-rw-r--r-- | keyboards/exclusive/e65/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/exclusive/e65/rules.mk b/keyboards/exclusive/e65/rules.mk new file mode 100644 index 000000000..68e174894 --- /dev/null +++ b/keyboards/exclusive/e65/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# comment out to disable the options. +# +BOOTMAGIC_ENABLE = full # 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 +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +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 +AUDIO_ENABLE = no +RGBLIGHT_ENABLE = yes |