Skip to content

Commit

Permalink
Add EC23U (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot authored Mar 24, 2023
1 parent 3313192 commit 9cb7594
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions v3/cipulot/ec_23u/ec_23u.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"name": "EC 23U",
"vendorId": "0x6369",
"productId": "0x6B95",
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgblight",
{
"label": "EC Tools",
"content": [
{
"label": "APC",
"content": [
{
"label": "Actuation Level",
"type": "range",
"options": [
1,
1023
],
"content": [
"id_apc_actuation_threshold",
0,
1
]
},
{
"label": "Release Level",
"type": "range",
"options": [
1,
1023
],
"content": [
"id_apc_release_threshold",
0,
2
]
}
]
}
]
}
],
"matrix": {
"rows": 4,
"cols": 6
},
"layouts": {
"labels": [
"Split Numpad +",
"Split Numpad Enter",
"Split Numpad 0"
],
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3"
],
[
{
"y": 0.5
},
"1,0",
"1,1",
"1,2",
"1,3"
],
[
"2,0",
"2,1",
"2,2",
{
"h": 2
},
"3,3\n\n\n0,0",
{
"x": 0.25
},
"2,3\n\n\n0,1"
],
[
"3,0",
"3,1",
"3,2",
{
"x": 1.25
},
"3,3\n\n\n0,1"
],
[
"2,4",
"0,4",
"1,4",
{
"h": 2
},
"3,4\n\n\n1,0",
{
"x": 0.25
},
"3,4\n\n\n1,1"
],
[
{
"w": 2
},
"2,5\n\n\n2,0",
"1,5",
{
"x": 1.25
},
"3,5\n\n\n1,1"
],
[
{
"y": 0.25
},
"2,5\n\n\n2,1",
"0,5\n\n\n2,1"
]
]
}
}

0 comments on commit 9cb7594

Please sign in to comment.