summaryrefslogtreecommitdiff
path: root/keyboards/chocofly/v1/rules.mk
diff options
context:
space:
mode:
authorWill Winder <wwinder.unh@gmail.com>2022-07-14 22:45:08 -0400
committerGitHub <noreply@github.com>2022-07-14 19:45:08 -0700
commit807620fa3c9995db29f0752162cee136a1381c13 (patch)
tree42fe5f334f288e87fe8813ca3db0decdd8b51d58 /keyboards/chocofly/v1/rules.mk
parentbe568177435c94a7c18217c5486e2df1062c3d73 (diff)
[Keyboard] Add Chocofly v1 (#17289)
* [Keyboard] Add Chocofly v1 * PR Feedback * Small change to keymap. * Replace KC__VOLUP and KC__VOLDOWN with single underscore version. * Apply suggestions from code review * Required for my PC * Required for my PC
Diffstat (limited to 'keyboards/chocofly/v1/rules.mk')
-rw-r--r--keyboards/chocofly/v1/rules.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/chocofly/v1/rules.mk b/keyboards/chocofly/v1/rules.mk
new file mode 100644
index 0000000000..777b9b9872
--- /dev/null
+++ b/keyboards/chocofly/v1/rules.mk
@@ -0,0 +1,20 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # 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
+
+ENCODER_ENABLE = yes