diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-06-18 00:15:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 00:15:22 -0700 |
commit | d88dca3ca79d908c34fb5bf4af40c52b4cfce7f8 (patch) | |
tree | 02293bee233ce3f6995442aa718723dfc3988012 /keyboards/ymd75/rev2 | |
parent | 9c1097e768aed90e4c56a3a18f6c1cc9cac52391 (diff) |
YMD75: move MCU/Bootloader rules to revision level (#9452)
Work-around for an issue with QMK Configurator's API.
Diffstat (limited to 'keyboards/ymd75/rev2')
-rw-r--r-- | keyboards/ymd75/rev2/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/ymd75/rev2/rules.mk b/keyboards/ymd75/rev2/rules.mk index 66ffbb499d..b77457b5ac 100644 --- a/keyboards/ymd75/rev2/rules.mk +++ b/keyboards/ymd75/rev2/rules.mk @@ -1,3 +1,16 @@ +# MCU name +MCU = atmega32a + +# Bootloader selection +# Teensy halfkay +# Pro Micro caterina +# Atmel DFU atmel-dfu +# LUFA DFU lufa-dfu +# QMK DFU qmk-dfu +# ATmega32A bootloadHID +# ATmega328P USBasp +BOOTLOADER = bootloadHID + # build options BOOTMAGIC_ENABLE = yes MOUSEKEY_ENABLE = no |