diff options
author | studiokestra <74369928+studiokestra@users.noreply.github.com> | 2022-08-20 13:59:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 20:59:47 +0100 |
commit | ce19a9cdc5058ef9d749cbb168a2c1e033c70a1a (patch) | |
tree | 91c9af40852538725d09b5bb24862032287c6fac /keyboards/studiokestra/nascent/rules.mk | |
parent | c2a46a6fa0f57b72d1844169882f68ca7495a5d1 (diff) |
Add Nascent keyboard support. (#17824)
* Add nascent keyboard by studiokestra
Diffstat (limited to 'keyboards/studiokestra/nascent/rules.mk')
-rw-r--r-- | keyboards/studiokestra/nascent/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/studiokestra/nascent/rules.mk b/keyboards/studiokestra/nascent/rules.mk new file mode 100644 index 0000000000..30e86c0190 --- /dev/null +++ b/keyboards/studiokestra/nascent/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 = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |