Skip to content

Commit

Permalink
Ensure all keyboards have a bootloader set (qmk#18234)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and ramonimbao committed Nov 28, 2022
1 parent 7b54b71 commit 2113807
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions keyboards/clueboard/17/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"backlight": true,
"bootmagic": false,
Expand Down
1 change: 1 addition & 0 deletions keyboards/clueboard/66/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"keyboard_name": "Clueboard 66%",
"maintainer": "skullydazed",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
Expand Down
1 change: 1 addition & 0 deletions keyboards/clueboard/66/rev2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"keyboard_name": "Clueboard 66%",
"maintainer": "skullydazed",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
Expand Down
1 change: 1 addition & 0 deletions keyboards/clueboard/66/rev3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"keyboard_name": "Clueboard 66% rev3",
"maintainer": "skullydazed",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
Expand Down
1 change: 1 addition & 0 deletions keyboards/clueboard/66_hotswap/prototype/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"debounce": 5,
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"audio": true,
"backlight": true,
Expand Down
1 change: 1 addition & 0 deletions keyboards/clueboard/card/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 20,
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"diode_direction": "ROW2COL",
"features": {
"audio": true,
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/3dortho14u/rev1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"url": "",
"maintainer": "xia0",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/3dortho14u/rev2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"url": "",
"maintainer": "xia0",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"debounce": 5,
"diode_direction": "COL2ROW",
"features": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/dactyl_manuform/4x5_5/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MCU = atmega32u4

# BOOTLOADER for Elite-C
# BOOTLOADER = atmel-dfu
BOOTLOADER = atmel-dfu
# BOOTLOADER for Pro Micro
# BOOTLOADER = caterina

Expand Down
2 changes: 2 additions & 0 deletions keyboards/handwired/dactyl_manuform/dmote/62key/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"manufacturer": "tshort",
"url": "",
"maintainer": "veikman",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"usb": {
"vid": "0x444D",
"pid": "0x3632",
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/hillside/46/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"tags": ["split", "column stagger", "choc v1", "choc spaced" ],

"processor": "atmega32u4",
"bootloader": "atmel-dfu",

"matrix_pins": {
"rows": ["C6", "D7", "E6", "B5"],
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/hillside/48/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"tags": ["split", "column stagger", "choc v1", "choc spaced" ],

"processor": "atmega32u4",
"bootloader": "atmel-dfu",

"matrix_pins": {
"rows": ["D7", "E6", "B4", "B5"],
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/hillside/52/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"tags": ["split", "column stagger", "choc v1", "choc spaced" ],

"processor": "atmega32u4",
"bootloader": "atmel-dfu",

"matrix_pins": {
"rows": ["C6", "D7", "E6", "B4", "B5"],
Expand Down
1 change: 1 addition & 0 deletions keyboards/handwired/wakizashi40/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"maintainer": "xia0",
"debounce": 5,
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": false,
Expand Down
5 changes: 1 addition & 4 deletions keyboards/lfkeyboards/lfk65_hs/rules.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
MCU = atmega32u4
OPT_DEFS += -DBOOTLOADER_SIZE=4096
FLASH_SIZE_KB = 32
BOOT_SECTION_SIZE_KB = 4
BOOT_LOADER = BootloaderHID
BOOTLOADER = atmel-dfu

# Extra source files for IS3731 lighting
SRC = TWIlib.c issi.c lighting.c

0 comments on commit 2113807

Please sign in to comment.