diff options
author | KiwiKey <75843996+kiwikey@users.noreply.github.com> | 2021-12-18 09:29:48 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 18:29:48 -0800 |
commit | 4b9ba0dcc5cb708c6197aca941da6248b896aa2b (patch) | |
tree | 65980baea3831d076190730a2898815a12c5a148 /keyboards/kiwikey/borderland/rules.mk | |
parent | 69527be90b3ea40368739517b6cb979364ce4d58 (diff) |
[Keyboard] Add Borderland (#15501)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kiwikey/borderland/rules.mk')
-rw-r--r-- | keyboards/kiwikey/borderland/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/kiwikey/borderland/rules.mk b/keyboards/kiwikey/borderland/rules.mk new file mode 100644 index 0000000000..c362ae9a8b --- /dev/null +++ b/keyboards/kiwikey/borderland/rules.mk @@ -0,0 +1,20 @@ +# 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 = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes +NO_USB_STARTUP_CHECK = yes |