diff options
| author | Joel Challis | 2024-05-03 17:13:43 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-03 17:13:43 +0200 |
| commit | 4c2bdf7ab0e170af68f6de91d3851b1dc4113fea (patch) | |
| tree | aa43d56596e4bbd8043fbf57f195580e2bf79d5b /keyboards/rarepotato8de/3x3macropad/keyboard.json | |
| parent | d09a06a1b354760fd0e64a453abade972900e885 (diff) | |
Migrate build target markers to keyboard.json - Misc (#23653)
Diffstat (limited to 'keyboards/rarepotato8de/3x3macropad/keyboard.json')
| -rw-r--r-- | keyboards/rarepotato8de/3x3macropad/keyboard.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/keyboards/rarepotato8de/3x3macropad/keyboard.json b/keyboards/rarepotato8de/3x3macropad/keyboard.json new file mode 100644 index 0000000000..607c650996 --- /dev/null +++ b/keyboards/rarepotato8de/3x3macropad/keyboard.json @@ -0,0 +1,63 @@ +{ + "manufacturer": "RarePotato8DE", + "keyboard_name": "3x3macropad", + "maintainer": "RarePotato8DE", + "development_board": "promicro", + "build": { + "lto": true + }, + "diode_direction": "COL2ROW", + "encoder": { + "rotary": [ + {"pin_a": "F4", "pin_b": "B1"} + ] + }, + "features": { + "bootmagic": true, + "encoder": true, + "extrakey": true, + "nkro": true, + "oled": true, + "rgblight": true + }, + "matrix_pins": { + "cols": ["D7", "B3", "B2"], + "rows": ["F7", "B5", "B6"] + }, + "rgblight": { + "animations": { + "alternating": true, + "breathing": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "snake": true, + "static_gradient": true + }, + "led_count": 6 + }, + "url": "https://github.com/rarepotato8de/3x3macropad", + "usb": { + "device_version": "0.0.1", + "pid": "0x0001", + "vid": "0x5353" + }, + "ws2812": { + "pin": "E6" + }, + "community_layouts": ["ortho_3x3"], + "layouts": { + "LAYOUT_ortho_3x3": { + "layout": [ + {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0}, + {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0}, + {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0}, + {"label": "k10", "matrix": [1, 0], "x": 0, "y": 1}, + {"label": "k11", "matrix": [1, 1], "x": 1, "y": 1}, + {"label": "k12", "matrix": [1, 2], "x": 2, "y": 1}, + {"label": "k20", "matrix": [2, 0], "x": 0, "y": 2}, + {"label": "k21", "matrix": [2, 1], "x": 1, "y": 2}, + {"label": "k22", "matrix": [2, 2], "x": 2, "y": 2} + ] + } + } +} |