summaryrefslogtreecommitdiffstats
path: root/keyboards/fungo/rev1/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-20 20:01:40 +0000
committerQMK Bot <hello@qmk.fm>2022-08-20 20:01:40 +0000
commitaa7629f8e634457e687080c1489b09e904ce77a9 (patch)
tree19c5bdf1fd27a6bbde38ccc08333d242152da752 /keyboards/fungo/rev1/rules.mk
parent3609c24df46600843baa57d477137f84ddfc247a (diff)
parent5222cf76739c982de9d279c51d2a8d18e2900388 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/fungo/rev1/rules.mk')
-rw-r--r--keyboards/fungo/rev1/rules.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/fungo/rev1/rules.mk b/keyboards/fungo/rev1/rules.mk
new file mode 100644
index 0000000000..4cfaca9bc3
--- /dev/null
+++ b/keyboards/fungo/rev1/rules.mk
@@ -0,0 +1,28 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina # controller pro micro
+# BOOTLOADER = atmel-dfu # controller Elite-C
+
+
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # 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
+KEY_LOCK_ENABLE = yes # kc_lock use
+
+
+OLED_ENABLE = no
+OLED_DRIVER = SSD1306 # OLED display
+SPLIT_KEYBOARD = yes # split type
+