logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: ccae6e596a6f91a7d16464b446b8f738220a8929
parent 12dae4b9b717c5cf7b3a5a2d2aded27f73b14bb9
Author: QMK Bot <hello@qmk.fm>
Date:   Thu, 12 Sep 2024 17:31:02 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Dkeyboards/4pplet/waffling80/rev_b_ansi/info.json29-----------------------------
Akeyboards/4pplet/waffling80/rev_b_ansi/keyboard.json29+++++++++++++++++++++++++++++
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" +}