Refactor: group hub keyboards (#22762)
This commit is contained in:
parent
2a048fbb65
commit
594d03f4aa
25 changed files with 10 additions and 4 deletions
|
@ -287,6 +287,12 @@
|
||||||
"honeycomb": {
|
"honeycomb": {
|
||||||
"target": "keyhive/honeycomb"
|
"target": "keyhive/honeycomb"
|
||||||
},
|
},
|
||||||
|
"hub16": {
|
||||||
|
"target": "joshajohnson/hub16"
|
||||||
|
},
|
||||||
|
"hub20": {
|
||||||
|
"target": "joshajohnson/hub20"
|
||||||
|
},
|
||||||
"idb_60": {
|
"idb_60": {
|
||||||
"target": "idb/idb_60"
|
"target": "idb/idb_60"
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,11 +10,11 @@ For more information regarding the keyboard, please visit the [Hub16 Website](ht
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make hub16:default
|
make joshajohnson/hub16:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make hub16:default:flash
|
make joshajohnson/hub16:default:flash
|
||||||
|
|
||||||
To reset the board into bootloader mode, do one of the following:
|
To reset the board into bootloader mode, do one of the following:
|
||||||
|
|
|
@ -10,11 +10,11 @@ For more information regarding the keyboard, please visit the [Hub20 Website](ht
|
||||||
|
|
||||||
Make example for this keyboard (after setting up your build environment):
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
make hub20:default
|
make joshajohnson/hub20:default
|
||||||
|
|
||||||
Flashing example for this keyboard:
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
make hub20:default:flash
|
make joshajohnson/hub20:default:flash
|
||||||
|
|
||||||
To reset the board into bootloader mode, do one of the following:
|
To reset the board into bootloader mode, do one of the following:
|
||||||
|
|
Loading…
Reference in a new issue