forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keyboard: handwired/atreus50 Refactor, Configurator support, and read…
…me cleanup (qmk#4530) * handwired/atreus50: refactor - layout macro renames: - KEYMAP is now LAYOUT - COMPACT_KEYMAP is now LAYOUT_kc - keymap updates: - both keymaps now use #include QMK_KEYBOARD_H - removed redundant KC_TRNS and KC_NO definitions - default keymap now uses LAYOUT macro instead of LAYOUT_kc * handwired/atreus50: readme cleanup Reformatted the readme to be more closely aligned to current QMK template, and fixed some typos/grammar. * handwired/atreus50: Configurator support
- Loading branch information
1 parent
690fb1f
commit 3f81bd6
Showing
5 changed files
with
134 additions
and
101 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,70 @@ | ||
{ | ||
"keyboard_name": "Atreus50", | ||
"url": "", | ||
"maintainer": "qmk", | ||
"width": 15, | ||
"height": 4.5, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label":"Tab", "x":0, "y":0.5}, | ||
{"label":"Q", "x":1, "y":0.5}, | ||
{"label":"W", "x":2, "y":0.25}, | ||
{"label":"E", "x":3, "y":0}, | ||
{"label":"R", "x":4, "y":0.25}, | ||
{"label":"T", "x":5, "y":0.5}, | ||
|
||
{"label":"Y", "x":9, "y":0.5}, | ||
{"label":"U", "x":10, "y":0.25}, | ||
{"label":"I", "x":11, "y":0}, | ||
{"label":"O", "x":12, "y":0.25}, | ||
{"label":"P", "x":13, "y":0.5}, | ||
{"label":"-", "x":14, "y":0.5}, | ||
|
||
{"label":"Ctrl/Esc", "x":0, "y":1.5}, | ||
{"label":"A", "x":1, "y":1.5}, | ||
{"label":"S", "x":2, "y":1.25}, | ||
{"label":"D", "x":3, "y":1}, | ||
{"label":"F", "x":4, "y":1.25}, | ||
{"label":"G", "x":5, "y":1.5}, | ||
|
||
{"label":"H", "x":9, "y":1.5}, | ||
{"label":"J", "x":10, "y":1.25}, | ||
{"label":"K", "x":11, "y":1}, | ||
{"label":"L", "x":12, "y":1.25}, | ||
{"label":";", "x":13, "y":1.5}, | ||
{"label":"'", "x":14, "y":1.5}, | ||
|
||
{"label":"LShift", "x":0, "y":2.5}, | ||
{"label":"Z", "x":1, "y":2.5}, | ||
{"label":"X", "x":2, "y":2.25}, | ||
{"label":"C", "x":3, "y":2}, | ||
{"label":"V", "x":4, "y":2.25}, | ||
{"label":"B", "x":5, "y":2.5}, | ||
|
||
{"label":"N", "x":9, "y":2.5}, | ||
{"label":"M", "x":10, "y":2.25}, | ||
{"label":",", "x":11, "y":2}, | ||
{"label":".", "x":12, "y":2.25}, | ||
{"label":"/", "x":13, "y":2.5}, | ||
{"label":"Shift/Enter", "x":14, "y":2.5}, | ||
|
||
{"label":"`", "x":0, "y":3.5}, | ||
{"label":"LCtrl", "x":1, "y":3.5}, | ||
{"label":"LAlt", "x":2, "y":3.25}, | ||
{"label":"LGUI", "x":3, "y":3}, | ||
{"label":"Lower", "x":4, "y":3.25}, | ||
{"label":"Space", "x":5, "y":3.5}, | ||
{"label":"Fn", "x":6, "y":2.75, "h":1.5}, | ||
|
||
{"label":"RShift", "x":8, "y":2.75, "h":1.5}, | ||
{"label":"Back Space", "x":9, "y":3.5}, | ||
{"label":"Raise", "x":10, "y":3.25}, | ||
{"label":"Left", "x":11, "y":3}, | ||
{"label":"Down", "x":12, "y":3.25}, | ||
{"label":"Up", "x":13, "y":3.5}, | ||
{"label":"Right", "x":14, "y":3.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
Oops, something went wrong.