summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/freoduo/rules.mk
diff options
context:
space:
mode:
authorFilip Paryż <paryz.1i12@op.pl>2020-10-25 01:54:38 +0200
committerGitHub <noreply@github.com>2020-10-24 16:54:38 -0700
commitaf455a8368dc564df51f9657b04932956ccf580b (patch)
treed2440dc240e7c5da18d1c3139abd836ae7136a02 /keyboards/handwired/freoduo/rules.mk
parentac37a94e49a39a014b3df829442cca84bf3f2071 (diff)
[Keyboard] Freoduo - handwired split ortho keyboard. (#10724)
* Freoduo v1 - with fixes from @fauxpark and rebased to master branch of QMK. * One more suggested fix from @fauxpark * Fixes after @drashna review.
Diffstat (limited to 'keyboards/handwired/freoduo/rules.mk')
-rw-r--r--keyboards/handwired/freoduo/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/freoduo/rules.mk b/keyboards/handwired/freoduo/rules.mk
new file mode 100644
index 0000000000..e3da3753e4
--- /dev/null
+++ b/keyboards/handwired/freoduo/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = caterina
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = yes # Commands for debug and configuration
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = yes # USB Nkey Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+VELOCIKEY_ENABLE = yes
+SPLIT_KEYBOARD = yes \ No newline at end of file