diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-27 21:10:07 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 21:10:07 +1100 |
commit | 6bc870d899c474bce82457699ec4b753d1538123 (patch) | |
tree | 600b8dda41f4b90f98199d4afd3037374a679a74 /keyboards/tgr/jane | |
parent | cffe143ca20d938c910b59410dcd3d96dd7d433b (diff) | |
download | qmk_firmware-6bc870d899c474bce82457699ec4b753d1538123.tar.gz qmk_firmware-6bc870d899c474bce82457699ec4b753d1538123.zip |
Refactor `bootloader_jump()` implementations (#15450)
* Refactor `bootloader_jump()` implementations
* Fix tests?
* Rename `atmel-samba` to `md-boot`
Diffstat (limited to 'keyboards/tgr/jane')
-rw-r--r-- | keyboards/tgr/jane/v2ce/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tgr/jane/v2ce/rules.mk b/keyboards/tgr/jane/v2ce/rules.mk index 0a865321a6..8fcc8d911f 100644 --- a/keyboards/tgr/jane/v2ce/rules.mk +++ b/keyboards/tgr/jane/v2ce/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32a # Bootloader selection -BOOTLOADER = bootloadHID +BOOTLOADER = bootloadhid # Build Options # change yes to no to disable |