diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-31 02:47:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 10:47:26 -0800 |
commit | a6a7b1ce8f4589a1740bf4b9e628bdb4b3d0e18b (patch) | |
tree | 63454e370647e4130508d373de11f7a1a9994239 /keyboards/ibnuda/alicia_cook/rules.mk | |
parent | 84c1fcef0543bbba8716e5bbf9b7e95b6bd9c96c (diff) |
[Keyboard] move @ibnuda 's keebs into /ibnuda (#16108)
Diffstat (limited to 'keyboards/ibnuda/alicia_cook/rules.mk')
-rw-r--r-- | keyboards/ibnuda/alicia_cook/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ibnuda/alicia_cook/rules.mk b/keyboards/ibnuda/alicia_cook/rules.mk new file mode 100644 index 0000000000..f35bef0a63 --- /dev/null +++ b/keyboards/ibnuda/alicia_cook/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |