From 6a9181fdac344682b10651b5c1e20011d2b1a80b Mon Sep 17 00:00:00 2001 From: Cipulot <40441626+Cipulot@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:08:45 +0100 Subject: [PATCH] Create ok_1.json --- v3/cipulot/ok_1/ok_1.json | 215 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 v3/cipulot/ok_1/ok_1.json diff --git a/v3/cipulot/ok_1/ok_1.json b/v3/cipulot/ok_1/ok_1.json new file mode 100644 index 0000000000..b6347720b3 --- /dev/null +++ b/v3/cipulot/ok_1/ok_1.json @@ -0,0 +1,215 @@ +{ + "name": "original konbini ok-1", + "vendorId": "0x6369", + "productId": "0x6BCA", + "matrix": { + "rows": 6, + "cols": 14 + }, + "customKeycodes": [ + { + "name": "MacOS Mode", + "title": "Switch keyboard to MacOS mode.", + "shortName": "MAC" + }, + { + "name": "Win Mode", + "title": "Switch keyboard to Windows mode.", + "shortName": "WIN" + }, + { + "name": "MacOS Fn", + "title": "Switch keyboard to MacOS function layer.", + "shortName": "MACFN" + }, + { + "name": "Win Fn", + "title": "Switch keyboard to Windows function layer.", + "shortName": "WINFN" + }, + { + "name": "Snip", + "title": "Take a screenshot/open snipping tool.", + "shortName": "SNIP" + }, + { + "name": "Opt", + "title": "MacOS Command key.", + "shortName": "OPT" + }, + { + "name": "Ctrl", + "title": "MacOS Control key.", + "shortName": "CTRL" + }, + { + "name": "Cmd", + "title": "MacOS Command key.", + "shortName": "CMD" + } + ], + "keycodes": ["qmk_lighting"], + "menus": ["qmk_rgb_matrix"], + "layouts": { + "keymap": [ + [ + { + "c": "#aaaaaa", + "w": 1.5 + }, + "0,0", + { + "c": "#cccccc" + }, + "0,1", + "0,2", + "0,3", + "0,4", + { + "c": "#aaaaaa" + }, + "0,5", + "0,6", + "0,7", + "0,8", + { + "c": "#cccccc" + }, + "0,9", + "0,10", + "0,11", + "0,12", + { + "c": "#777777", + "w": 1.5 + }, + "0,13" + ], + [ + { + "c": "#cccccc" + }, + "1,0", + "1,1", + "1,2", + "1,3", + "1,4", + "1,5", + "1,6", + "1,7", + "1,8", + "1,9", + "1,10", + "1,11", + "1,12", + { + "c": "#aaaaaa", + "w": 2 + }, + "1,13" + ], + [ + { + "w": 1.5 + }, + "2,0", + { + "c": "#cccccc" + }, + "2,1", + "2,2", + "2,3", + "2,4", + "2,5", + "2,6", + "2,7", + "2,8", + "2,9", + "2,10", + "2,11", + "2,12", + { + "w": 1.5 + }, + "2,13" + ], + [ + { + "c": "#aaaaaa", + "w": 1.75 + }, + "3,0", + { + "c": "#cccccc" + }, + "3,1", + "3,2", + "3,3", + "3,4", + "3,5", + "3,6", + "3,7", + "3,8", + "3,9", + "3,10", + "3,11", + { + "c": "#aaaaaa", + "w": 2.25 + }, + "3,12" + ], + [ + { + "w": 2.25 + }, + "4,0", + { + "c": "#cccccc" + }, + "4,1", + "4,2", + "4,3", + "4,4", + "4,5", + "4,6", + "4,7", + "4,8", + "4,9", + "4,10", + { + "c": "#aaaaaa", + "w": 1.75 + }, + "4,11", + "4,12" + ], + [ + "5,0", + "5,1", + "5,2", + { + "w": 1.25 + }, + "5,3", + { + "c": "#cccccc", + "w": 6.25 + }, + "5,6", + { + "c": "#aaaaaa", + "w": 1.25 + }, + "5,9", + { + "w": 1.25 + }, + "5,10", + "5,11", + "5,12", + "5,13" + ] + ] + } +}