diff options
Diffstat (limited to 'keyboards/mehkee96/rules.mk')
| -rw-r--r-- | keyboards/mehkee96/rules.mk | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/mehkee96/rules.mk b/keyboards/mehkee96/rules.mk index f7fb397e2..244dd2141 100644 --- a/keyboards/mehkee96/rules.mk +++ b/keyboards/mehkee96/rules.mk | |||
| @@ -1,18 +1,16 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 3 | PROTOCOL = VUSB | ||
| 4 | 3 | ||
| 5 | # unsupported features for now | 4 | # Bootloader selection |
| 6 | NO_UART = yes | 5 | # Teensy halfkay |
| 7 | NO_SUSPEND_POWER_DOWN = yes | 6 | # Pro Micro caterina |
| 8 | 7 | # Atmel DFU atmel-dfu | |
| 9 | # Processor frequency. | 8 | # LUFA DFU lufa-dfu |
| 10 | F_CPU = 12000000 | 9 | # QMK DFU qmk-dfu |
| 11 | 10 | # ATmega32A bootloadHID | |
| 12 | # Bootloader | 11 | # ATmega328P USBasp |
| 13 | BOOTLOADER = bootloadHID | 12 | BOOTLOADER = bootloadHID |
| 14 | 13 | ||
| 15 | |||
| 16 | # Build Options | 14 | # Build Options |
| 17 | # comment out to disable the options. | 15 | # comment out to disable the options. |
| 18 | # | 16 | # |
| @@ -30,6 +28,3 @@ OPT_DEFS = -DDEBUG_LEVEL=0 | |||
| 30 | # custom matrix setup | 28 | # custom matrix setup |
| 31 | CUSTOM_MATRIX = yes | 29 | CUSTOM_MATRIX = yes |
| 32 | SRC = matrix.c i2c.c | 30 | SRC = matrix.c i2c.c |
| 33 | |||
| 34 | # programming options | ||
| 35 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||
