diff options
Diffstat (limited to 'quantum/template/ps2avrgb/rules.mk')
| -rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 11 |
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 |
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 3 | PROTOCOL = VUSB | ||
| 4 | |||
| 5 | # unsupported features for now | ||
| 6 | NO_UART = yes | ||
| 7 | NO_SUSPEND_POWER_DOWN = yes | ||
| 8 | |||
| 9 | # processor frequency | ||
| 10 | F_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 | |||
| 28 | OPT_DEFS = -DDEBUG_LEVEL=0 | 20 | OPT_DEFS = -DDEBUG_LEVEL=0 |
| 29 | 21 | ||
| 30 | SRC += i2c_master.c | 22 | SRC += i2c_master.c |
| 31 | |||
| 32 | # programming options | ||
| 33 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||
