aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/ps2avrgb/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/ps2avrgb/rules.mk')
-rw-r--r--quantum/template/ps2avrgb/rules.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk
index 98a920e18..a3ac9bd75 100644
--- a/quantum/template/ps2avrgb/rules.mk
+++ b/quantum/template/ps2avrgb/rules.mk
@@ -1,13 +1,5 @@
1# MCU name 1# MCU name
2MCU = atmega32a 2MCU = atmega32a
3PROTOCOL = VUSB
4
5# unsupported features for now
6NO_UART = yes
7NO_SUSPEND_POWER_DOWN = yes
8
9# processor frequency
10F_CPU = 12000000
11 3
12# Bootloader 4# Bootloader
13# This definition is optional, and if your keyboard supports multiple bootloaders of 5# This definition is optional, and if your keyboard supports multiple bootloaders of
@@ -28,6 +20,3 @@ RGBLIGHT_CUSTOM_DRIVER = yes
28OPT_DEFS = -DDEBUG_LEVEL=0 20OPT_DEFS = -DDEBUG_LEVEL=0
29 21
30SRC += i2c_master.c 22SRC += i2c_master.c
31
32# programming options
33PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex