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.
DracuLad: add Configurator data and rework layout macro (qmk#12727)
* add info.json file * refactor keymaps for readability * rework layout macro Arranges the layout macro and keycodes to resemble the physical layout. * readme touch-up Corrections to capitalization and spelling, and removal of extra white space.
- Loading branch information
1 parent
3f2b12e
commit c4daf08
Showing
5 changed files
with
136 additions
and
68 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,59 @@ | ||
{ | ||
"keyboard_name": "DracuLad", | ||
"url": "", | ||
"maintainer": "MangoIV", | ||
"width": 13, | ||
"height": 5.5, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label":"L00", "x":0, "y":1}, | ||
{"label":"L01", "x":1, "y":0.35}, | ||
{"label":"L02", "x":2, "y":0}, | ||
{"label":"L03", "x":3, "y":0.35}, | ||
{"label":"L04", "x":4, "y":0.5}, | ||
|
||
{"label":"R00", "x":8, "y":0.5}, | ||
{"label":"R01", "x":9, "y":0.35}, | ||
{"label":"R02", "x":10, "y":0}, | ||
{"label":"R03", "x":11, "y":0.35}, | ||
{"label":"R04", "x":12, "y":1}, | ||
|
||
{"label":"L10", "x":0, "y":2}, | ||
{"label":"L11", "x":1, "y":1.35}, | ||
{"label":"L12", "x":2, "y":1}, | ||
{"label":"L13", "x":3, "y":1.35}, | ||
{"label":"L14", "x":4, "y":1.5}, | ||
|
||
{"label":"R10", "x":8, "y":1.5}, | ||
{"label":"R11", "x":9, "y":1.35}, | ||
{"label":"R12", "x":10, "y":1}, | ||
{"label":"R13", "x":11, "y":1.35}, | ||
{"label":"R14", "x":12, "y":2}, | ||
|
||
{"label":"L20", "x":0, "y":3}, | ||
{"label":"L21", "x":1, "y":2.35}, | ||
{"label":"L22", "x":2, "y":2}, | ||
{"label":"L23", "x":3, "y":2.35}, | ||
{"label":"L24", "x":4, "y":2.5}, | ||
|
||
{"label":"R20", "x":8, "y":2.5}, | ||
{"label":"R21", "x":9, "y":2.35}, | ||
{"label":"R22", "x":10, "y":2}, | ||
{"label":"R23", "x":11, "y":2.35}, | ||
{"label":"R24", "x":12, "y":3}, | ||
|
||
{"label":"L30", "x":4.25, "y":3.5}, | ||
{"label":"R33", "x":7.75, "y":3.5}, | ||
|
||
{"label":"L31", "x":3, "y":4.5}, | ||
{"label":"L32", "x":4, "y":4.5}, | ||
{"label":"L33", "x":5, "y":4.5}, | ||
|
||
{"label":"R30", "x":7, "y":4.5}, | ||
{"label":"R31", "x":8, "y":4.5}, | ||
{"label":"R32", "x":9, "y":4.5} | ||
] | ||
} | ||
} | ||
} |
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
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