diff options
Diffstat (limited to 'keyboards/jj40/rules.mk')
| -rw-r--r-- | keyboards/jj40/rules.mk | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/keyboards/jj40/rules.mk b/keyboards/jj40/rules.mk index 3e496f97e..b0bf574bd 100644 --- a/keyboards/jj40/rules.mk +++ b/keyboards/jj40/rules.mk | |||
| @@ -15,19 +15,15 @@ | |||
| 15 | 15 | ||
| 16 | # MCU name | 16 | # MCU name |
| 17 | MCU = atmega32a | 17 | MCU = atmega32a |
| 18 | PROTOCOL = VUSB | ||
| 19 | 18 | ||
| 20 | # unsupported features for now | 19 | # Bootloader selection |
| 21 | NO_UART = yes | 20 | # Teensy halfkay |
| 22 | NO_SUSPEND_POWER_DOWN = yes | 21 | # Pro Micro caterina |
| 23 | 22 | # Atmel DFU atmel-dfu | |
| 24 | # processor frequency | 23 | # LUFA DFU lufa-dfu |
| 25 | F_CPU = 12000000 | 24 | # QMK DFU qmk-dfu |
| 26 | 25 | # ATmega32A bootloadHID | |
| 27 | # Bootloader | 26 | # ATmega328P USBasp |
| 28 | # This definition is optional, and if your keyboard supports multiple bootloaders of | ||
| 29 | # different sizes, comment this out, and the correct address will be loaded | ||
| 30 | # automatically (+60). See bootloader.mk for all options. | ||
| 31 | BOOTLOADER = bootloadHID | 27 | BOOTLOADER = bootloadHID |
| 32 | 28 | ||
| 33 | # Build Options | 29 | # Build Options |
| @@ -54,7 +50,4 @@ HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | |||
| 54 | 50 | ||
| 55 | SRC += i2c_master.c | 51 | SRC += i2c_master.c |
| 56 | 52 | ||
| 57 | # programming options | ||
| 58 | PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex | ||
| 59 | |||
| 60 | LAYOUTS = ortho_4x12 planck_mit | 53 | LAYOUTS = ortho_4x12 planck_mit |
