diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-10 10:33:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-10 10:33:15 +0000 |
commit | 5491385f3dc3c357ffd86a0cd6e0c3c2ec662e65 (patch) | |
tree | 6cc0c54297c6601c622554db466a09f722c7ec52 /keyboards/handwired/dactyl_manuform/6x6/rules.mk | |
parent | 437dad1b0ea3b441b1d49149a9ce0a97f66db23c (diff) | |
parent | d7eb09949d426af891dd9cf85ad789285422490e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/6x6/rules.mk')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/6x6/rules.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/handwired/dactyl_manuform/6x6/rules.mk b/keyboards/handwired/dactyl_manuform/6x6/rules.mk index 0415379827..84645084d3 100644 --- a/keyboards/handwired/dactyl_manuform/6x6/rules.mk +++ b/keyboards/handwired/dactyl_manuform/6x6/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - # Build Options # change yes to no to disable # @@ -17,3 +11,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output SPLIT_KEYBOARD = yes + +DEFAULT_FOLDER = handwired/dactyl_manuform/6x6/promicro |