1
0

[Keyboard] Add tenstad (#24571)

* [Keyboard] Add tenstad

* fix: remove settings disabled by default

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* fix: add serial and transport to json

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>

* fix: format json

* docs: update img url

* fix: delete now-redundant rules.mk

* fix: format keymap.json (keeping 'layout' at the top)

---------

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
Amund Tenstad
2024-11-09 05:24:00 +01:00
committed by GitHub
parent 10849dac68
commit f156e57f8e
3 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
{
"keyboard": "handwired/tenstad",
"keymap": "default",
"layout": "LAYOUT_split_3x6_5",
"layers": [
[
"KC_ESC",
"KC_Q",
"KC_W",
"KC_E",
"KC_R",
"KC_T",
"KC_Y",
"KC_U",
"KC_I",
"KC_O",
"KC_P",
"KC_RBRC",
"KC_TAB",
"KC_A",
"KC_S",
"KC_D",
"KC_F",
"KC_G",
"KC_H",
"KC_J",
"KC_K",
"KC_L",
"KC_GRV",
"KC_QUOT",
"KC_LCTL",
"KC_Z",
"KC_X",
"KC_C",
"KC_V",
"KC_B",
"KC_N",
"KC_M",
"KC_COMM",
"KC_DOT",
"KC_MINS",
"KC_RSFT",
"KC_NO",
"KC_NO",
"KC_TAB",
"KC_NO",
"KC_NO",
"KC_DEL",
"KC_NO",
"KC_BSPC",
"KC_SPC",
"KC_ENT"
]
]
}