diff options
author | Blake <blake@ghost7.com> | 2021-07-07 02:05:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 18:05:53 -0700 |
commit | a0a57dc6136a41d0149f2dea817b672e90f6d1da (patch) | |
tree | 2657cf3af48b2024fd25f6a1cc75eb40dbfb09c5 /keyboards/draytronics/elise/rules.mk | |
parent | dba3f0d1ebeb8103e93494cb428021c491534202 (diff) | |
download | qmk_firmware-a0a57dc6136a41d0149f2dea817b672e90f6d1da.tar.gz qmk_firmware-a0a57dc6136a41d0149f2dea817b672e90f6d1da.zip |
[Keyboard] Add new Elise, 65% Keyboard ANSI / ISO (#12782)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/draytronics/elise/rules.mk')
-rw-r--r-- | keyboards/draytronics/elise/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/draytronics/elise/rules.mk b/keyboards/draytronics/elise/rules.mk new file mode 100644 index 0000000000..6a12b67fa1 --- /dev/null +++ b/keyboards/draytronics/elise/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +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 = yes # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi 65_iso |