diff options
| author | Joel Challis | 2024-03-15 23:24:10 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:24:10 +0100 |
| commit | 14990ca5a2d444aa8db62b8faadf11bd5b8b8d75 (patch) | |
| tree | 8a9c61b0a4dc036c46b2e1cdb90c52b7a384dfc0 /keyboards/spaceman/2_milk/keyboard.json | |
| parent | 1a903372846f24028431d20bc25e64b4da69da27 (diff) | |
Migrate features from rules.mk to data driven - ST (#23286)
Diffstat (limited to 'keyboards/spaceman/2_milk/keyboard.json')
| -rw-r--r-- | keyboards/spaceman/2_milk/keyboard.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/spaceman/2_milk/keyboard.json b/keyboards/spaceman/2_milk/keyboard.json new file mode 100644 index 0000000000..4fdef6bace --- /dev/null +++ b/keyboards/spaceman/2_milk/keyboard.json @@ -0,0 +1,42 @@ +{ + "keyboard_name": "2% Milk", + "manufacturer": "Spaceman", + "url": "", + "maintainer": "Spaceman", + "usb": { + "vid": "0x5342", + "pid": "0x3225", + "device_version": "0.0.1" + }, + "rgblight": { + "led_count": 1 + }, + "ws2812": { + "pin": "B6" + }, + "processor": "atmega32u4", + "bootloader": "caterina", + "features": { + "bootmagic": false, + "command": true, + "console": true, + "extrakey": true, + "mousekey": false, + "nkro": true, + "rgblight": true + }, + "matrix_pins": { + "direct": [ + ["D4"], + ["C6"] + ] + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"x": 0, "y": 0, "matrix": [0, 0]}, + {"x": 0, "y": 1, "matrix": [1, 0]} + ] + } + } +} |