diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-12 13:59:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-12 13:59:41 +0000 |
commit | fd1b0f91e56e574251b236dde468da9f410b2a97 (patch) | |
tree | a0fede1b34e3a0e864e08e47591886ee97fd1414 /keyboards/edda/rules.mk | |
parent | 33f64903b4283edb77c80b527b40daa4eef6e784 (diff) | |
parent | ac92f4b72197145c86a2ea0da461d398cfaa1130 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/edda/rules.mk')
-rw-r--r-- | keyboards/edda/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/edda/rules.mk b/keyboards/edda/rules.mk new file mode 100644 index 0000000000..78a97cd3b9 --- /dev/null +++ b/keyboards/edda/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-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 = no # 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 = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = alice alice_split_bs |