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,55 +82,6 @@
"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": [
@ -93,7 +97,6 @@
{"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},
@ -106,7 +109,6 @@
{"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},
@ -119,7 +121,6 @@
{"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},
@ -132,7 +133,6 @@
{"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},

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_