From 9cb7594bb1bb7db13db7c3f900de8578217de7c5 Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Fri, 24 Mar 2023 05:35:25 +0100 Subject: [PATCH] Add EC23U (#1781) --- v3/cipulot/ec_23u/ec_23u.json | 128 ++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 v3/cipulot/ec_23u/ec_23u.json diff --git a/v3/cipulot/ec_23u/ec_23u.json b/v3/cipulot/ec_23u/ec_23u.json new file mode 100644 index 0000000000..a8876018d0 --- /dev/null +++ b/v3/cipulot/ec_23u/ec_23u.json @@ -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" + ] + ] + } +} \ No newline at end of file