diff options
author | Logan Butler <8854426+MatchstickWorks@users.noreply.github.com> | 2021-08-18 10:34:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 10:34:43 -0700 |
commit | 0daccebaf9c5d3b5540643aa452f989bc5a74449 (patch) | |
tree | 53db2cb742bddecc3e7a7164d65136fb5afbfa5f /keyboards/matchstickworks/southpad/rules.mk | |
parent | b21e0930570f763476f5d89e300a8250e0ca94b1 (diff) |
[Keyboard] Fixes to info.json and rules.mk for Southpad n(#14053)
Making info.json work better with the QMK Configurator and updating rules to work properly with the correct bootloader.
Diffstat (limited to 'keyboards/matchstickworks/southpad/rules.mk')
-rw-r--r-- | keyboards/matchstickworks/southpad/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matchstickworks/southpad/rules.mk b/keyboards/matchstickworks/southpad/rules.mk index 2641e3d339..dbea1a205d 100644 --- a/keyboards/matchstickworks/southpad/rules.mk +++ b/keyboards/matchstickworks/southpad/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32u2 # Bootloader selection -BOOTLOADER = bootloadHID +BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable |