resolve comments

This commit is contained in:
numToStr 2023-12-02 12:11:35 +05:30
parent 4c483b26e4
commit 7730590345
2 changed files with 116 additions and 116 deletions

View File

@ -4,21 +4,74 @@
"maintainer": "numToStr",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"encoder": {
"enabled": true,
"rotary": [
{"pin_a": "GP9", "pin_b": "GP8", "resolution": 2}
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"lto": true,
"mousekey": true,
"nkro": true,
"lto": true,
"rgblight": true
},
"matrix_pins": {
"rows": ["GP29", "GP28", "GP14", "GP6", "GP7"],
"cols": ["GP1", "GP0", "GP27", "GP26", "GP15", "GP5"]
"cols": ["GP1", "GP0", "GP27", "GP26", "GP15", "GP5"],
"rows": ["GP29", "GP28", "GP14", "GP6", "GP7"]
},
"processor": "RP2040",
"rgblight": {
"animations": {
"breathing": true,
"christmas": true,
"rainbow_swirl": true,
"snake": true,
"twinkle": true
},
"brightness_steps": 2,
"hue_steps": 2,
"layers": {
"blink": true,
"enabled": true,
"override_rgb": true
},
"led_count": 1,
"max_brightness": 20,
"saturation_steps": 2,
"sleep": true,
"split": true
},
"split": {
"enabled": true,
"encoder": {
"right": {
"rotary": [
{"pin_a": "GP9", "pin_b": "GP8", "resolution": 2}
]
}
},
"matrix_pins": {
"right": {
"cols": ["GP5", "GP15", "GP26", "GP27", "GP0", "GP1"],
"rows": ["GP29", "GP28", "GP14", "GP6", "GP7"]
}
},
"soft_serial_pin": "GP13",
"transport": {
"protocol": "serial",
"watchdog": true
},
"usb_detect": {
"enabled": true,
"polling_interval": 1,
"timeout": 5000
}
},
"url": "https://github.com/keeb-it/coral",
"usb": {
"device_version": "1.0.0",
@ -29,121 +82,68 @@
"driver": "vendor",
"pin": "GP16"
},
"rgblight": {
"split": true,
"led_count": 1,
"hue_steps": 2,
"saturation_steps": 2,
"brightness_steps": 2,
"max_brightness": 20,
"sleep": true,
"layers": {
"blink": true,
"enabled": true,
"override_rgb": true
},
"animations": {
"breathing": true,
"christmas": true,
"rainbow_swirl": true,
"snake": true,
"twinkle": true
}
},
"encoder": {
"enabled": true,
"rotary": [{ "pin_a": "GP9", "pin_b": "GP8", "resolution": 2 }]
},
"split": {
"enabled": true,
"soft_serial_pin": "GP13",
"transport": {
"protocol": "serial",
"watchdog": true
},
"matrix_pins": {
"right": {
"rows": ["GP29", "GP28", "GP14", "GP6", "GP7"],
"cols": ["GP5", "GP15", "GP26", "GP27", "GP0", "GP1"]
}
},
"encoder": {
"right": {
"rotary": [{ "pin_a": "GP9", "pin_b": "GP8", "resolution": 2 }]
}
},
"usb_detect": {
"enabled": true,
"timeout": 5000,
"polling_interval": 1
}
},
"layouts": {
"LAYOUT": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0.375 },
{ "matrix": [0, 1], "x": 1, "y": 0.375 },
{ "matrix": [0, 2], "x": 2, "y": 0.125 },
{ "matrix": [0, 3], "x": 3, "y": 0 },
{ "matrix": [0, 4], "x": 4, "y": 0.125 },
{ "matrix": [0, 5], "x": 5, "y": 0.25 },
{ "matrix": [5, 0], "x": 10, "y": 0.25 },
{ "matrix": [5, 1], "x": 11, "y": 0.125 },
{ "matrix": [5, 2], "x": 12, "y": 0 },
{ "matrix": [5, 3], "x": 13, "y": 0.125 },
{ "matrix": [5, 4], "x": 14, "y": 0.375 },
{ "matrix": [5, 5], "x": 15, "y": 0.375 },
{ "matrix": [1, 0], "x": 0, "y": 1.375 },
{ "matrix": [1, 1], "x": 1, "y": 1.375 },
{ "matrix": [1, 2], "x": 2, "y": 1.125 },
{ "matrix": [1, 3], "x": 3, "y": 1 },
{ "matrix": [1, 4], "x": 4, "y": 1.125 },
{ "matrix": [1, 5], "x": 5, "y": 1.25 },
{ "matrix": [6, 0], "x": 10, "y": 1.25 },
{ "matrix": [6, 1], "x": 11, "y": 1.125 },
{ "matrix": [6, 2], "x": 12, "y": 1 },
{ "matrix": [6, 3], "x": 13, "y": 1.125 },
{ "matrix": [6, 4], "x": 14, "y": 1.375 },
{ "matrix": [6, 5], "x": 15, "y": 1.375 },
{ "matrix": [2, 0], "x": 0, "y": 2.375 },
{ "matrix": [2, 1], "x": 1, "y": 2.375 },
{ "matrix": [2, 2], "x": 2, "y": 2.125 },
{ "matrix": [2, 3], "x": 3, "y": 2 },
{ "matrix": [2, 4], "x": 4, "y": 2.125 },
{ "matrix": [2, 5], "x": 5, "y": 2.25 },
{ "matrix": [7, 0], "x": 10, "y": 2.25 },
{ "matrix": [7, 1], "x": 11, "y": 2.125 },
{ "matrix": [7, 2], "x": 12, "y": 2 },
{ "matrix": [7, 3], "x": 13, "y": 2.125 },
{ "matrix": [7, 4], "x": 14, "y": 2.375 },
{ "matrix": [7, 5], "x": 15, "y": 2.375 },
{ "matrix": [3, 0], "x": 0, "y": 3.375 },
{ "matrix": [3, 1], "x": 1, "y": 3.375 },
{ "matrix": [3, 2], "x": 2, "y": 3.125 },
{ "matrix": [3, 3], "x": 3, "y": 3 },
{ "matrix": [3, 4], "x": 4, "y": 3.125 },
{ "matrix": [3, 5], "x": 5, "y": 3.25 },
{ "matrix": [8, 0], "x": 10, "y": 3.25 },
{ "matrix": [8, 1], "x": 11, "y": 3.125 },
{ "matrix": [8, 2], "x": 12, "y": 3 },
{ "matrix": [8, 3], "x": 13, "y": 3.125 },
{ "matrix": [8, 4], "x": 14, "y": 3.375 },
{ "matrix": [8, 5], "x": 15, "y": 3.375 },
{ "matrix": [4, 1], "x": 2.375, "y": 4.125 },
{ "matrix": [4, 2], "x": 3.49, "y": 4.2 },
{ "matrix": [4, 3], "x": 4.6, "y": 4.35 },
{ "matrix": [4, 4], "x": 5.7, "y": 4.5, "w": 1.5 },
{ "matrix": [4, 5], "x": 6.25, "y": 2.5 },
{ "matrix": [9, 0], "x": 8.75, "y": 2.5 },
{ "matrix": [9, 1], "x": 8.8, "y": 4.5, "w": 1.5 },
{ "matrix": [9, 2], "x": 10.4, "y": 4.35 },
{ "matrix": [9, 3], "x": 11.51, "y": 4.2 },
{ "matrix": [9, 4], "x": 12.625, "y": 4.125 }
{"matrix": [0, 0], "x": 0, "y": 0.375},
{"matrix": [0, 1], "x": 1, "y": 0.375},
{"matrix": [0, 2], "x": 2, "y": 0.125},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0.125},
{"matrix": [0, 5], "x": 5, "y": 0.25},
{"matrix": [5, 0], "x": 10, "y": 0.25},
{"matrix": [5, 1], "x": 11, "y": 0.125},
{"matrix": [5, 2], "x": 12, "y": 0},
{"matrix": [5, 3], "x": 13, "y": 0.125},
{"matrix": [5, 4], "x": 14, "y": 0.375},
{"matrix": [5, 5], "x": 15, "y": 0.375},
{"matrix": [1, 0], "x": 0, "y": 1.375},
{"matrix": [1, 1], "x": 1, "y": 1.375},
{"matrix": [1, 2], "x": 2, "y": 1.125},
{"matrix": [1, 3], "x": 3, "y": 1},
{"matrix": [1, 4], "x": 4, "y": 1.125},
{"matrix": [1, 5], "x": 5, "y": 1.25},
{"matrix": [6, 0], "x": 10, "y": 1.25},
{"matrix": [6, 1], "x": 11, "y": 1.125},
{"matrix": [6, 2], "x": 12, "y": 1},
{"matrix": [6, 3], "x": 13, "y": 1.125},
{"matrix": [6, 4], "x": 14, "y": 1.375},
{"matrix": [6, 5], "x": 15, "y": 1.375},
{"matrix": [2, 0], "x": 0, "y": 2.375},
{"matrix": [2, 1], "x": 1, "y": 2.375},
{"matrix": [2, 2], "x": 2, "y": 2.125},
{"matrix": [2, 3], "x": 3, "y": 2},
{"matrix": [2, 4], "x": 4, "y": 2.125},
{"matrix": [2, 5], "x": 5, "y": 2.25},
{"matrix": [7, 0], "x": 10, "y": 2.25},
{"matrix": [7, 1], "x": 11, "y": 2.125},
{"matrix": [7, 2], "x": 12, "y": 2},
{"matrix": [7, 3], "x": 13, "y": 2.125},
{"matrix": [7, 4], "x": 14, "y": 2.375},
{"matrix": [7, 5], "x": 15, "y": 2.375},
{"matrix": [3, 0], "x": 0, "y": 3.375},
{"matrix": [3, 1], "x": 1, "y": 3.375},
{"matrix": [3, 2], "x": 2, "y": 3.125},
{"matrix": [3, 3], "x": 3, "y": 3},
{"matrix": [3, 4], "x": 4, "y": 3.125},
{"matrix": [3, 5], "x": 5, "y": 3.25},
{"matrix": [8, 0], "x": 10, "y": 3.25},
{"matrix": [8, 1], "x": 11, "y": 3.125},
{"matrix": [8, 2], "x": 12, "y": 3},
{"matrix": [8, 3], "x": 13, "y": 3.125},
{"matrix": [8, 4], "x": 14, "y": 3.375},
{"matrix": [8, 5], "x": 15, "y": 3.375},
{"matrix": [4, 1], "x": 2.375, "y": 4.125},
{"matrix": [4, 2], "x": 3.49, "y": 4.2},
{"matrix": [4, 3], "x": 4.6, "y": 4.35},
{"matrix": [4, 4], "x": 5.7, "y": 4.5, "w": 1.5},
{"matrix": [4, 5], "x": 6.25, "y": 2.5},
{"matrix": [9, 0], "x": 8.75, "y": 2.5},
{"matrix": [9, 1], "x": 8.8, "y": 4.5, "w": 1.5},
{"matrix": [9, 2], "x": 10.4, "y": 4.35},
{"matrix": [9, 3], "x": 11.51, "y": 4.2},
{"matrix": [9, 4], "x": 12.625, "y": 4.125}
]
}
}
}
}

View File

@ -1,6 +1,6 @@
# Coral | Split Keyboard
![keebit/coral](https://i.imgur.com/wPt8oUi.jpg)
![keebit/coral](https://i.imgur.com/wPt8oUih.jpg)
_A 58 keys (56 MX + 2 EC11) 5x6 column-staggered wired split keyboard using Waveshare RP2040-Zero inspired by corne and sofle_v1_