diff options
author | Vicktor Hutama <vicktor.hutama@gmail.com> | 2022-07-13 11:58:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 21:58:31 -0700 |
commit | 5a126e1a74746210492dda36b10dabdf34d90836 (patch) | |
tree | 11ded7407b426a00029e3f87941e02322d1a5e8b /keyboards/runes/skjoldr/rules.mk | |
parent | a991d65e875ddc517133e95b2c4d63bbb2093c5b (diff) |
[Keyboard] Add Runes Skjoldr (#17305)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/runes/skjoldr/rules.mk')
-rw-r--r-- | keyboards/runes/skjoldr/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/runes/skjoldr/rules.mk b/keyboards/runes/skjoldr/rules.mk new file mode 100644 index 0000000000..286d30d678 --- /dev/null +++ b/keyboards/runes/skjoldr/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |