-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handwired/gamenum Refactor, Configurator support and readme cleanup (#…
…4563) * handwired/gamenum: refactor - layout macro KEYMAP renamed to LAYOUT - white space changes for alignment - default keymap - now uses #include QMK_KEYBOARD_H - updated layout macro names - white space changes (for readability) * handwired/gamenum: Configurator support * handwired/gamenum: readme cleanup - renamed file to lowercase - updated to match current QMK template more closely - edits to reflect the other changes in this PR
- Loading branch information
1 parent
21bc230
commit 2fb1484
Showing
4 changed files
with
103 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"keyboard_name": "gamenum", | ||
"url": "", | ||
"maintainer": "qmk", | ||
"width": 4, | ||
"height": 5, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label":"Fn", "x":0, "y":0}, | ||
{"label":"/", "x":1, "y":0}, | ||
{"label":"*", "x":2, "y":0}, | ||
{"label":"-", "x":3, "y":0}, | ||
{"label":"7", "x":0, "y":1}, | ||
{"label":"8", "x":1, "y":1}, | ||
{"label":"9", "x":2, "y":1}, | ||
{"label":"+", "x":3, "y":1, "h":2}, | ||
{"label":"4", "x":0, "y":2}, | ||
{"label":"5", "x":1, "y":2}, | ||
{"label":"6", "x":2, "y":2}, | ||
{"label":"1", "x":0, "y":3}, | ||
{"label":"2", "x":1, "y":3}, | ||
{"label":"3", "x":2, "y":3}, | ||
{"label":"0", "x":0, "y":4, "w":2}, | ||
{"label":".", "x":2, "y":4}, | ||
{"label":"Ent", "x":3, "y":3, "h":2} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters