diff options
author | Joel Challis <git@zvecr.com> | 2022-02-06 22:59:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 22:59:03 +0000 |
commit | 842d20267cf78ddfba433e4c8064a40dc84d456c (patch) | |
tree | af595f3749fc39151a2731a2ffe2d9cacbd7cf4f /keyboards | |
parent | 9124f5dc2d2f17eb327924d38add7f194dd4d54a (diff) | |
download | qmk_firmware-842d20267cf78ddfba433e4c8064a40dc84d456c.tar.gz qmk_firmware-842d20267cf78ddfba433e4c8064a40dc84d456c.zip |
Remove half implemented micronucleus bootloader support (#16252)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/xiudi/xd002/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xiudi/xd002/rules.mk b/keyboards/xiudi/xd002/rules.mk index 77dd994783..70c620c8f0 100644 --- a/keyboards/xiudi/xd002/rules.mk +++ b/keyboards/xiudi/xd002/rules.mk @@ -2,7 +2,7 @@ MCU = attiny85 # Bootloader selection -BOOTLOADER = micronucleus +BOOTLOADER = custom OPT_DEFS += -DBOOTLOADER_SIZE=1862 PROGRAM_CMD = micronucleus --run $(BUILD_DIR)/$(TARGET).hex |