summaryrefslogtreecommitdiff
path: root/keyboards/tgr/910/rules.mk
diff options
context:
space:
mode:
authorhalfenergized <half_energized@yahoo.co.uk>2020-04-05 20:48:23 +0700
committerGitHub <noreply@github.com>2020-04-05 14:48:23 +0100
commit90665aeec9c90f62ea3687b037624d9fc04ad380 (patch)
treec281af5cc2c49f511191fcc879b35a956475627a /keyboards/tgr/910/rules.mk
parent845953cc67e33dbd9ac5007ba3b39562f5aea962 (diff)
Add keyboard TGR-910 (#8683)
* Add files via upload * Update info.json * Update info.json * Update 910.h * Update 910.h * Update 910.h * Update info.json * Update 910.c * Update 910.h * Update config.h * Update config.h * Update keymap.c * Update rules.mk * Update readme.md * Delete config.h * Delete readme.md
Diffstat (limited to 'keyboards/tgr/910/rules.mk')
-rw-r--r--keyboards/tgr/910/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/tgr/910/rules.mk b/keyboards/tgr/910/rules.mk
new file mode 100644
index 0000000000..a9746c0d3d
--- /dev/null
+++ b/keyboards/tgr/910/rules.mk
@@ -0,0 +1,24 @@
+# MCU name
+MCU = atmega32a
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = bootloadHID
+
+# build options
+BOOTMAGIC_ENABLE = no
+MOUSEKEY_ENABLE = no
+EXTRAKEY_ENABLE = yes
+CONSOLE_ENABLE = no
+COMMAND_ENABLE = yes
+BACKLIGHT_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+WS2812_DRIVER = i2c
+
+OPT_DEFS = -DDEBUG_LEVEL=0