summaryrefslogtreecommitdiff
path: root/keyboards/rart/rartand/rules.mk
diff options
context:
space:
mode:
authorAlabahuy <rezzaadio@gmail.com>2021-02-17 06:10:26 +0700
committerGitHub <noreply@github.com>2021-02-16 15:10:26 -0800
commite43ead8e96380808b725bc6b1bd468b9313c6fc2 (patch)
tree2890d3f95046d086457ac9fe629acfe1474c4716 /keyboards/rart/rartand/rules.mk
parent2d55f34413c6c6f9c674082fa32f6564b7ed4bf2 (diff)
[Keyboard] Add Rartand keyboard and support via (#11828)
Diffstat (limited to 'keyboards/rart/rartand/rules.mk')
-rw-r--r--keyboards/rart/rartand/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/rart/rartand/rules.mk b/keyboards/rart/rartand/rules.mk
new file mode 100644
index 0000000000..0d494fa6bd
--- /dev/null
+++ b/keyboards/rart/rartand/rules.mk
@@ -0,0 +1,23 @@
+# MCU name
+MCU = atmega328p
+
+# Bootloader selection
+BOOTLOADER = USBasp
+
+# 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 = no # 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
+OLED_DRIVER_ENABLE = yes