commit: 0c19eae916e5c883764a8e551077b5eeb32de152
parent b7729fa019833573b82d0742d9879388bfb6913c
Author: Ryan <fauxpark@gmail.com>
Date: Fri, 13 Sep 2024 03:30:28 +1000
`4pplet/waffling80/rev_b_ansi`: fix missing `keyboard.json` (#24390)
Diffstat:
2 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/keyboards/4pplet/waffling80/rev_b_ansi/info.json b/keyboards/4pplet/waffling80/rev_b_ansi/info.json
@@ -1,29 +0,0 @@
-{
- "keyboard_name": "waffling80 Rev B ANSI HS",
- "usb": {
- "pid": "0x0017",
- "device_version": "0.0.1"
- },
- "rgblight": {
- "saturation_steps": 8,
- "brightness_steps": 8,
- "led_count": 2
- },
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true,
- "nkro": true,
- "rgblight": true
- }
- "ws2812": {
- "pin": "A8"
- },
- "matrix_pins": {
- "cols": ["B2", "B1", "B0", "A7", "A6", "A3", "B9", "B8"],
- "rows": ["B13", "B12", "A5", "A4", "A2", "A1", "F0", "C15", "C13", "C14", "F1", "A0"]
- },
- "diode_direction": "COL2ROW",
- "processor": "STM32F072",
- "bootloader": "stm32-dfu"
-}
diff --git a/keyboards/4pplet/waffling80/rev_b_ansi/keyboard.json b/keyboards/4pplet/waffling80/rev_b_ansi/keyboard.json
@@ -0,0 +1,29 @@
+{
+ "keyboard_name": "waffling80 Rev B ANSI HS",
+ "usb": {
+ "pid": "0x0017",
+ "device_version": "0.0.1"
+ },
+ "rgblight": {
+ "saturation_steps": 8,
+ "brightness_steps": 8,
+ "led_count": 2
+ },
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgblight": true
+ },
+ "ws2812": {
+ "pin": "A8"
+ },
+ "matrix_pins": {
+ "cols": ["B2", "B1", "B0", "A7", "A6", "A3", "B9", "B8"],
+ "rows": ["B13", "B12", "A5", "A4", "A2", "A1", "F0", "C15", "C13", "C14", "F1", "A0"]
+ },
+ "diode_direction": "COL2ROW",
+ "processor": "STM32F072",
+ "bootloader": "stm32-dfu"
+}