{
"keyboard_name": "cypher",
"manufacturer": "westfoxtrot",
"usb": {
"vid": "0x21FF",
"pid": "0xAA98",
"device_version": "0.0.2"
},
"matrix_pins": {
"cols": ["D6", "D7", "B4", "B5", "B6", "B7", "B3", "B2", "B1", "F0"],
"rows": ["B0", "F1", "F5", "F6", "F7", "D1", "F4", "D4", "C6", "C7"]
},
"diode_direction": "COL2ROW",
"backlight": {
"driver": "timer",
"pin": "D0",
"levels": 5,
"breathing": true
},
"rgblight": {
"hue_steps": 12,
"saturation_steps": 25,
"brightness_steps": 12,
"led_count": 10,
"sleep": true
},
"ws2812": {
"pin": "E6"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_all": {
"layout": [
{"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "1", "matrix": [0, 1], "x": 1, "y": 0},
{"label": "2", "matrix": [0, 2], "x": 2, "y": 0},
{"label": "3", "matrix": [0, 3], "x": 3, "y": 0},
{"label": "4", "matrix": [0, 4], "x": 4, "y": 0},
{"label": "5", "matrix": [0, 5], "x": 5, "y": 0},
{"label": "6", "matrix": [0, 6], "x": 6, "y": 0},
{"label": "7", "matrix": [0, 7], "x": 7, "y": 0},
{"label": "8", "matrix": [0, 8], "x": 8, "y": 0},
{"label": "9", "matrix": [0, 9], "x": 9, "y": 0},
{"label": "0", "matrix": [5, 0], "x": 10, "y": 0},
{"label": "-", "matrix": [5, 1], "x": 11, "y": 0},
{"label": "=", "matrix": [5, 2], "x": 12, "y": 0},
{"label": "Backspace", "matrix": [5, 3], "x": 13, "y": 0},
{"label": "\u2298", "matrix": [5, 4], "x": 14,
|