keyboard.json (1185B)
1 { 2 "keyboard_name": "Clueboard California", 3 "maintainer": "skullydazed", 4 "processor": "STM32F303", 5 "board": "QMK_PROTON_C", 6 "bootloader": "stm32-dfu", 7 "matrix_pins": { 8 "direct": [ 9 ["A10", "A9"], 10 ["A0", "B8"], 11 [null, "B11"], 12 ["B9", "A8"], 13 ["A7", "B1"], 14 [null, "B2"] 15 ] 16 }, 17 "features": { 18 "mousekey": true, 19 "extrakey": true, 20 "console": true, 21 "command": true, 22 "audio": true 23 }, 24 "usb": {"pid": "0x23B0"}, 25 "layouts": { 26 "LAYOUT": { 27 "layout": [ 28 {"x": 0, "y": 0, "matrix": [0, 0]}, 29 {"x": 1, "y": 0, "matrix": [0, 1]}, 30 {"x": 0, "y": 1, "matrix": [1, 0]}, 31 {"x": 1, "y": 1, "matrix": [1, 1]}, 32 {"x": 1, "y": 2, "matrix": [2, 1]}, 33 {"x": 1.25, "y": 3, "matrix": [3, 0]}, 34 {"x": 2.25, "y": 3, "matrix": [3, 1]}, 35 {"x": 2, "y": 4, "matrix": [4, 0]}, 36 {"x": 3, "y": 4, "matrix": [4, 1]}, 37 {"x": 3.75, "y": 5, "matrix": [5, 1]} 38 ] 39 } 40 } 41 }