diff options
Diffstat (limited to 'keyboards/tgr/910/rules.mk')
-rw-r--r-- | keyboards/tgr/910/rules.mk | 24 |
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 |