summaryrefslogtreecommitdiff
path: root/keyboards/rart/rart75/rules.mk
diff options
context:
space:
mode:
authorAlabahuy <rezzaadio@gmail.com>2020-07-17 22:39:55 +0700
committerGitHub <noreply@github.com>2020-07-17 16:39:55 +0100
commit9aa953ecb476b952e9cb16a1812e9e1aef88b8dd (patch)
treec512eec8e896bd163621e9ff9cf9e89d09c94e04 /keyboards/rart/rart75/rules.mk
parent9fddb1b5fad6b263750598131af31867e24a077f (diff)
[Keyboard] add rart75 (#9649)
* Create config.h * Create info.json * Create rart75.c * Create rart75.h * Create readme.md * Create rules.mk * Create keymap.c * Create keymap.c * Update keymap.c * Update info.json * Update info.json * Update info.json * Update readme.md * Update config.h * Update rules.mk * Update readme.md * Update readme.md
Diffstat (limited to 'keyboards/rart/rart75/rules.mk')
-rw-r--r--keyboards/rart/rart75/rules.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/rart/rart75/rules.mk b/keyboards/rart/rart75/rules.mk
new file mode 100644
index 0000000000..e5128449a9
--- /dev/null
+++ b/keyboards/rart/rart75/rules.mk
@@ -0,0 +1,34 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+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 = yes # 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
+MIDI_ENABLE = no # MIDI support
+UNICODE_ENABLE = no # Unicode
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+AUDIO_ENABLE = no # Audio output
+FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
+ENCODER_ENABLE = yes
+