-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handwired/terminus_mini: refactor, Configurator support, and readme c…
…leanup (#5292) * handwired/terminus_mini: refactor - white space changes in terminus_mini.h (alignment) - keymap now uses #include QMK_KEYBOARD_H - refactored TMK macros into QMK process_record_user - refactored TMK layer functions into QMK keycodes - removed redundant keycode definitions * handwired/terminus_mini: Configurator support * handwired/terminus_mini: readme cleanup - completed keyboard description - removed Hardware Availability line (it was blank) - updated Docs links
- Loading branch information
1 parent
6e48ea0
commit 79e0964
Showing
4 changed files
with
121 additions
and
80 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,59 @@ | ||
{ | ||
"keyboard_name": "handwired/terminus_mini", | ||
"url": "", | ||
"maintainer": "qmk", | ||
"width": 12, | ||
"height": 4, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"label":"Tab", "x":0, "y":0}, | ||
{"label":"Q", "x":1, "y":0}, | ||
{"label":"W", "x":2, "y":0}, | ||
{"label":"E", "x":3, "y":0}, | ||
{"label":"R", "x":4, "y":0}, | ||
{"label":"T", "x":5, "y":0}, | ||
{"label":"Y", "x":6, "y":0}, | ||
{"label":"U", "x":7, "y":0}, | ||
{"label":"I", "x":8, "y":0}, | ||
{"label":"O", "x":9, "y":0}, | ||
{"label":"P", "x":10, "y":0}, | ||
{"label":"Del", "x":11, "y":0}, | ||
{"label":"Backspace", "x":0, "y":1}, | ||
{"label":"A", "x":1, "y":1}, | ||
{"label":"S", "x":2, "y":1}, | ||
{"label":"D", "x":3, "y":1}, | ||
{"label":"F", "x":4, "y":1}, | ||
{"label":"G", "x":5, "y":1}, | ||
{"label":"H", "x":6, "y":1}, | ||
{"label":"J", "x":7, "y":1}, | ||
{"label":"K", "x":8, "y":1}, | ||
{"label":"L", "x":9, "y":1}, | ||
{"label":";", "x":10, "y":1}, | ||
{"label":"'", "x":11, "y":1}, | ||
{"label":"Left Shift / (", "x":0, "y":2}, | ||
{"label":"Z", "x":1, "y":2}, | ||
{"label":"X", "x":2, "y":2}, | ||
{"label":"C", "x":3, "y":2}, | ||
{"label":"V", "x":4, "y":2}, | ||
{"label":"B", "x":5, "y":2}, | ||
{"label":"N", "x":6, "y":2}, | ||
{"label":"M", "x":7, "y":2}, | ||
{"label":",", "x":8, "y":2}, | ||
{"label":".", "x":9, "y":2}, | ||
{"label":"/", "x":10, "y":2}, | ||
{"label":"Right Shift / )", "x":11, "y":2}, | ||
{"label":"LCtrl", "x":0, "y":3}, | ||
{"label":"GUI", "x":1, "y":3}, | ||
{"label":"Lower", "x":2, "y":3}, | ||
{"label":"LAlt", "x":3, "y":3}, | ||
{"label":"Space / Lower", "x":4, "y":3, "w":2}, | ||
{"label":"Enter / Raise", "x":6, "y":3, "w":2}, | ||
{"label":"MO(_FUNCTION)", "x":8, "y":3}, | ||
{"label":"MO(_MOUSE)", "x":9, "y":3}, | ||
{"label":"App", "x":10, "y":3}, | ||
{"label":"RCtrl", "x":11, "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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# terminus_mini handwired | ||
|
||
Custom handwired keyboard. | ||
Custom handwired keyboard inspired by the UniKeyboard Terminus Mini 2. | ||
|
||
Keyboard Maintainer: [James Morgan](https://github.com/mogranjm) | ||
Hardware Supported: Custom handwired keyboard | ||
Hardware Availability: | ||
Hardware Supported: Custom handwired keyboard | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make handwired/terminus_mini:default | ||
|
||
See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. | ||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
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