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
unsplit: limit brightness & community layout
  • Loading branch information
waffle87 committed Jun 14, 2024
commit 8eddcaf73a39660be49952c2575ab11d115c173b
4 changes: 3 additions & 1 deletion keyboards/boardsource/unsplit/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"default": {
"animation": "alphas_mods"
},
"max_brightness": 150,
"driver": "ws2812",
"layout": [
{"x": 112.2, "y": 10.6, "flags": 2},
Expand Down Expand Up @@ -89,8 +90,9 @@
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}
]
},
"community_layouts": ["split_3x6_3"],
"layouts": {
"LAYOUT": {
"LAYOUT_split_3x6_3": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0.25},
{"matrix": [0, 1], "x": 1, "y": 0.25},
Expand Down
2 changes: 1 addition & 1 deletion keyboards/boardsource/unsplit/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keyboard": "boardsource/unsplit",
"keymap": "default",
"layout": "LAYOUT",
"layout": "LAYOUT_split_3x6_3",
"layers": [
[
"KC_TAB", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSPC",
Expand Down
2 changes: 1 addition & 1 deletion keyboards/boardsource/unsplit/keymaps/via/keymap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keyboard": "boardsource/unsplit",
"keymap": "via",
"layout": "LAYOUT",
"layout": "LAYOUT_split_3x6_3",
"config": {
"features": {
"via": true
Expand Down