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

[Keyboard] Add boardsource/the_q #23782

Merged
merged 9 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
the_q: tidy keymap & readme
  • Loading branch information
waffle87 committed Jun 14, 2024
commit 1b481f3b5d5fb47872a48dd1db2a9ed27d0fe1cb
2 changes: 1 addition & 1 deletion keyboards/boardsource/the_q/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
[
"QK_BOOT", "_______", "_______", "_______", "_______", "_______", "RGB_VAI", "RGB_HUI", "RGB_SAI", "RGB_MOD", "RGB_TOG", "_______",
"EE_CLR", "_______", "_______", "_______", "_______", "_______", "RGB_VAD", "RGB_HUD", "RGB_SAD", "RGB_RMOD", "CK_TOGG", "_______",
"EE_CLR", "_______", "_______", "_______", "_______", "_______", "RGB_VAD", "RGB_HUD", "RGB_SAD", "RGB_RMOD", "_______", "_______",
"_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______",
"_______", "_______", "_______", "_______", "_______", "_______"
]
Expand Down
2 changes: 1 addition & 1 deletion keyboards/boardsource/the_q/keymaps/via/keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
[
"QK_BOOT", "_______", "_______", "_______", "_______", "_______", "RGB_VAI", "RGB_HUI", "RGB_SAI", "RGB_MOD", "RGB_TOG", "_______",
"EE_CLR", "_______", "_______", "_______", "_______", "_______", "RGB_VAD", "RGB_HUD", "RGB_SAD", "RGB_RMOD", "CK_TOGG", "_______",
"EE_CLR", "_______", "_______", "_______", "_______", "_______", "RGB_VAD", "RGB_HUD", "RGB_SAD", "RGB_RMOD", "_______", "_______",
"_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______", "_______",
"_______", "_______", "_______", "_______", "_______", "_______"
]
Expand Down
2 changes: 1 addition & 1 deletion keyboards/boardsource/the_q/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Q

* Keyboard Maintainer: [waffle87](https://github.com/waffle87)
* Hardware Supported: the_q PCB w/ Pro Micro style microcontroller
* Hardware Supported: The Q PCB w/ Pro Micro style microcontroller
* Hardware Availability: [boardsource.xyz](https://boardsource.xyz)

Make example for this keyboard (after setting up your build environment):
Expand Down