diff options
author | floookay <33830863+floookay@users.noreply.github.com> | 2020-07-17 19:51:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 18:51:56 +0100 |
commit | 4989af356eaa62f00b5a020d16e4e7d541b49ee1 (patch) | |
tree | 5ece3e374533fe167a4805a15d7e1c54ae1e3eaf /keyboards/adelheid/rules.mk | |
parent | a2fa12d6313b85822113a80f23ace951b2f9af17 (diff) | |
download | qmk_firmware-4989af356eaa62f00b5a020d16e4e7d541b49ee1.tar.gz |
[keyboard] added Adelheid (#9734)
* readded adelheid files
* reworked keymaps
- moved my personal keymap to a new folder
- added a new default keymap
* removed unnecessary backslash
* reenabled command rule
* bumped device number
* fixed layout for configurator
* applied suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/adelheid/rules.mk')
-rw-r--r-- | keyboards/adelheid/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/adelheid/rules.mk b/keyboards/adelheid/rules.mk new file mode 100644 index 000000000..77a8471e9 --- /dev/null +++ b/keyboards/adelheid/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |