diff options
author | Ibnu Daru Aji <ibnuda@users.noreply.github.com> | 2022-01-11 10:20:01 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 19:20:01 -0800 |
commit | 4c298a9dd5f93cd6e26238e16c0a3ea46fe593e7 (patch) | |
tree | 58fbc06aa979039a1f7f49e1832225ef9066c533 /keyboards/alicia_cook/rules.mk | |
parent | 01e4d07de0786035979d0f311ef31f87555737d7 (diff) |
[Keyboard] Add Alicia Cook keyboard (#11722)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: robby-hartana <robby@alumagubi.com>
Diffstat (limited to 'keyboards/alicia_cook/rules.mk')
-rw-r--r-- | keyboards/alicia_cook/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/alicia_cook/rules.mk b/keyboards/alicia_cook/rules.mk new file mode 100644 index 0000000000..f35bef0a63 --- /dev/null +++ b/keyboards/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 |