diff options
author | Ramon Imbao <ramonimbao@gmail.com> | 2022-06-21 11:16:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 20:16:13 -0700 |
commit | 7b7fb63f4bcaceda3bf9d38783369d7e84f36c5d (patch) | |
tree | 0cc039dc8177b8d28d302ccb93ce1a39bcf00f31 /keyboards/abatskeyboardclub/nayeon/rules.mk | |
parent | c11499603412c1b7cd182d0f97ec772b46f2188b (diff) |
[Keyboard] Add Nayeon by Abats Keyboard Club (#16659)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/abatskeyboardclub/nayeon/rules.mk')
-rw-r--r-- | keyboards/abatskeyboardclub/nayeon/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/abatskeyboardclub/nayeon/rules.mk b/keyboards/abatskeyboardclub/nayeon/rules.mk new file mode 100644 index 0000000000..1f52c37154 --- /dev/null +++ b/keyboards/abatskeyboardclub/nayeon/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 = 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 |