summaryrefslogtreecommitdiff
path: root/keyboards/linworks/fave87h/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-01-30 19:29:29 +0000
committerQMK Bot <hello@qmk.fm>2022-01-30 19:29:29 +0000
commit1be1bebc043483c5a8fc77ed8b2705676a6cb05c (patch)
treed05653669c032aeb2fb8231c51c13cf1bab002ea /keyboards/linworks/fave87h/rules.mk
parenta1b39e6db231923935055846384eb2e78e538268 (diff)
parent3555ee0555c8a9ff8aea2a101ae02a72b0e76076 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/linworks/fave87h/rules.mk')
-rw-r--r--keyboards/linworks/fave87h/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/linworks/fave87h/rules.mk b/keyboards/linworks/fave87h/rules.mk
new file mode 100644
index 0000000000..01b02d60ca
--- /dev/null
+++ b/keyboards/linworks/fave87h/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega32u4
+
+# Processor frequency
+F_CPU = 8000000
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # 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 = yes # Enable N-key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_DRIVER = WS2812 \ No newline at end of file