Skip to content

Commit

Permalink
Remove half implemented micronucleus bootloader support (qmk#16252)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Feb 6, 2022
1 parent 9124f5d commit 842d202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/schemas/keyboard.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"bootloader": {
"type": "string",
"enum": ["atmel-dfu", "bootloadhid", "bootloadHID", "custom", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "md-boot", "micronucleus", "qmk-dfu", "qmk-hid", "stm32-dfu", "stm32duino", "gd32v-dfu", "wb32-dfu", "unknown", "usbasploader", "USBasp", "tinyuf2"],
"enum": ["atmel-dfu", "bootloadhid", "bootloadHID", "custom", "caterina", "halfkay", "kiibohd", "lufa-dfu", "lufa-ms", "md-boot", "qmk-dfu", "qmk-hid", "stm32-dfu", "stm32duino", "gd32v-dfu", "wb32-dfu", "unknown", "usbasploader", "USBasp", "tinyuf2"],
},
"bootloader_instructions": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion keyboards/xiudi/xd002/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 842d202

Please sign in to comment.