From 4c2bdf7ab0e170af68f6de91d3851b1dc4113fea Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 3 May 2024 16:13:43 +0100 Subject: Migrate build target markers to keyboard.json - Misc (#23653) --- keyboards/rarepotato8de/3x3macropad/info.json | 63 ----------------------- keyboards/rarepotato8de/3x3macropad/keyboard.json | 63 +++++++++++++++++++++++ keyboards/rarepotato8de/3x3macropad/rules.mk | 0 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 keyboards/rarepotato8de/3x3macropad/info.json create mode 100644 keyboards/rarepotato8de/3x3macropad/keyboard.json delete mode 100644 keyboards/rarepotato8de/3x3macropad/rules.mk (limited to 'keyboards/rarepotato8de/3x3macropad') diff --git a/keyboards/rarepotato8de/3x3macropad/info.json b/keyboards/rarepotato8de/3x3macropad/info.json deleted file mode 100644 index 607c650996..0000000000 --- a/keyboards/rarepotato8de/3x3macropad/info.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "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} - ] - } - } -} 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} + ] + } + } +} diff --git a/keyboards/rarepotato8de/3x3macropad/rules.mk b/keyboards/rarepotato8de/3x3macropad/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3