summaryrefslogtreecommitdiff
path: root/keyboards/picolab/frusta_fundamental/rules.mk
diff options
context:
space:
mode:
authorWilliam Lam <13148377+blackphreak@users.noreply.github.com>2021-05-16 02:52:13 +0800
committerGitHub <noreply@github.com>2021-05-15 11:52:13 -0700
commitf9a395e2651ea9f43204e7f7ac8f805c9f15141d (patch)
tree33175a74b0ab1ce60fd4c709e7f41297c6c890f1 /keyboards/picolab/frusta_fundamental/rules.mk
parentb057194568270ce379d1900b2567052d565ce1dd (diff)
[Keyboard] Add Frusta Fundamental (#12583)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/picolab/frusta_fundamental/rules.mk')
-rw-r--r--keyboards/picolab/frusta_fundamental/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/picolab/frusta_fundamental/rules.mk b/keyboards/picolab/frusta_fundamental/rules.mk
new file mode 100644
index 0000000000..d4bb32b6f1
--- /dev/null
+++ b/keyboards/picolab/frusta_fundamental/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = lite # 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 = no # 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 \ No newline at end of file