From a88b6db6825c2c577ec203c49a135ca6b85ecb42 Mon Sep 17 00:00:00 2001 From: Brice Figureau Date: Tue, 10 Sep 2019 06:42:21 +0200 Subject: [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. --- keyboards/exclusive/e65/rules.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keyboards/exclusive/e65/rules.mk (limited to 'keyboards/exclusive/e65/rules.mk') diff --git a/keyboards/exclusive/e65/rules.mk b/keyboards/exclusive/e65/rules.mk new file mode 100644 index 0000000000..68e1748947 --- /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 -- cgit v1.2.3