diff options
| author | Joel Challis | 2024-04-27 20:40:36 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-27 20:40:36 +0200 |
| commit | a65818d929f415cc1b13ef06769a143579c91c67 (patch) | |
| tree | de083cc952a45681e10efb7e2515dae9517b9bab /keyboards/mlego/m60_split/rev2/keyboard.json | |
| parent | 0ff53b24984e88f385638e47ea076b4d2945c0c6 (diff) | |
Migrate build target markers to keyboard.json - BM (#23627)
Diffstat (limited to 'keyboards/mlego/m60_split/rev2/keyboard.json')
| -rw-r--r-- | keyboards/mlego/m60_split/rev2/keyboard.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/keyboards/mlego/m60_split/rev2/keyboard.json b/keyboards/mlego/m60_split/rev2/keyboard.json new file mode 100644 index 0000000000..5185a2e645 --- /dev/null +++ b/keyboards/mlego/m60_split/rev2/keyboard.json @@ -0,0 +1,67 @@ +{ + "usb": { + "pid": "0x6362", + "device_version": "0.0.1" + }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true, + "rgblight": true, + "encoder": true + }, + "matrix_pins": { + "cols": ["B14", "A10", "A15", "B3", "B4", "B5"], + "rows": ["B0", "A6", "A7", "B1", "A5"] + }, + "diode_direction": "COL2ROW", + "encoder": { + "rotary": [ + {"pin_a": "A0", "pin_b": "B8"} + ] + }, + "indicators": { + "caps_lock": "C13", + "num_lock": "B12", + "scroll_lock": "B13" + }, + "rgblight": { + "led_count": 16, + "split_count": [8, 8], + "animations": { + "breathing": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "snake": true, + "knight": true, + "christmas": true, + "static_gradient": true, + "rgb_test": true, + "alternating": true, + "twinkle": true + } + }, + "ws2812": { + "pin": "B15" + }, + "split": { + "enabled": true, + "bootmagic": { + "matrix": [5, 0] + }, + "matrix_pins": { + "right": { + "cols": ["B0", "A3", "A2", "A1", "B7", "B5"], + "rows": ["B1", "A4", "A5", "A6", "A7"] + } + }, + "transport": { + "sync": { + "indicators": true, + "layer_state": true + } + } + }, + "development_board": "blackpill_f411" +} |