forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Puck Refactor, Configurator support and readme cleanup (qmk#4615)
* Puck: layout macro refactor Reformat layout macro to resemble physical keyboard layout. * Puck: Configurator support * Puck: readme cleanup Markdown formatting corrections.
- Loading branch information
1 parent
6c8bc36
commit 7c92a56
Showing
3 changed files
with
35 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"keyboard_name": "Puck", | ||
"url": "", | ||
"maintainer": "john-pettigrew", | ||
"width": 3, | ||
"height": 4, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label":"SW1", "x":0, "y":0}, | ||
{"label":"SW2", "x":1, "y":0}, | ||
{"label":"SW3", "x":2, "y":0}, | ||
{"label":"SW4", "x":0, "y":1}, | ||
{"label":"SW5", "x":1, "y":1}, | ||
{"label":"SW6", "x":2, "y":1}, | ||
{"label":"SW7", "x":0, "y":2}, | ||
{"label":"SW8", "x":1, "y":2}, | ||
{"label":"SW9", "x":2, "y":2}, | ||
{"label":"SW10", "x":0, "y":3}, | ||
{"label":"SW11", "x":1, "y":3}, | ||
{"label":"SW12", "x":2, "y":3} | ||
] | ||
} | ||
} | ||
} |
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