summaryrefslogtreecommitdiff
path: root/keyboards/ristretto/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-22 06:31:35 +0000
committerQMK Bot <hello@qmk.fm>2021-07-22 06:31:35 +0000
commit0753cbc77f2510fe6fb5187525fa974d09a4ceb4 (patch)
tree506f55ade2bcf3b2e8546d0764a3d3fce1f3e141 /keyboards/ristretto/rules.mk
parent5c42446508e2d86288bca44f04b7e47b7d53c69b (diff)
parent8c17a822a826924da27f070804dcd420a549b192 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ristretto/rules.mk')
-rw-r--r--keyboards/ristretto/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/ristretto/rules.mk b/keyboards/ristretto/rules.mk
new file mode 100644
index 0000000000..96bf291a0d
--- /dev/null
+++ b/keyboards/ristretto/rules.mk
@@ -0,0 +1,25 @@
+# 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 = 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
+# 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 = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes
+OLED_DRIVER_ENABLE = yes
+WAIT_FOR_USB = yes