diff options
Diffstat (limited to 'quantum/template/ps2avrgb/rules.mk')
| -rw-r--r-- | quantum/template/ps2avrgb/rules.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/quantum/template/ps2avrgb/rules.mk b/quantum/template/ps2avrgb/rules.mk index a3ac9bd75..bda115db5 100644 --- a/quantum/template/ps2avrgb/rules.mk +++ b/quantum/template/ps2avrgb/rules.mk | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = atmega32a | 2 | MCU = atmega32a |
| 3 | 3 | ||
| 4 | # Bootloader | 4 | # Bootloader selection |
| 5 | # This definition is optional, and if your keyboard supports multiple bootloaders of | 5 | # Teensy halfkay |
| 6 | # different sizes, comment this out, and the correct address will be loaded | 6 | # Pro Micro caterina |
| 7 | # automatically (+60). See bootloader.mk for all options. | 7 | # Atmel DFU atmel-dfu |
| 8 | # LUFA DFU lufa-dfu | ||
| 9 | # QMK DFU qmk-dfu | ||
| 10 | # ATmega32A bootloadHID | ||
| 11 | # ATmega328P USBasp | ||
| 8 | BOOTLOADER = bootloadHID | 12 | BOOTLOADER = bootloadHID |
| 9 | 13 | ||
| 10 | # build options | 14 | # build options |
