diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 03:20:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 03:20:36 +0000 |
commit | 4187fc7fbbf9d2a9ac0132a4c7883f78174cd1bb (patch) | |
tree | 231dd85e494433cb49550f474170dcb160ec317e /keyboards/alicia_cook/rules.mk | |
parent | be1dcb9185d9ee3c1fa433703cc2e479efd6ba73 (diff) | |
parent | 4c298a9dd5f93cd6e26238e16c0a3ea46fe593e7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |