Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: group hub keyboards #22762

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@
"honeycomb": {
"target": "keyhive/honeycomb"
},
"hub16": {
"target": "joshajohnson/hub16"
},
"hub20": {
"target": "joshajohnson/hub20"
},
"idb_60": {
"target": "idb/idb_60"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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 hub16:default
make joshajohnson/hub16:default

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:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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 hub20:default
make joshajohnson/hub20:default

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:

Expand Down
File renamed without changes.