From 13a989dbbfc56f5bc72eceb9f42db8929d1c03a5 Mon Sep 17 00:00:00 2001 From: jack <0x6A73@pm.me> Date: Sun, 14 May 2023 08:17:08 +0100 Subject: Fixup latinpadble (#20924) --- keyboards/latincompass/latinpadble/info.json | 33 +++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'keyboards/latincompass/latinpadble/info.json') diff --git a/keyboards/latincompass/latinpadble/info.json b/keyboards/latincompass/latinpadble/info.json index 125289bc94..70575f7381 100644 --- a/keyboards/latincompass/latinpadble/info.json +++ b/keyboards/latincompass/latinpadble/info.json @@ -8,6 +8,21 @@ "pid": "0x7C98", "device_version": "0.0.1" }, + "features": { + "bluetooth": true, + "bootmagic": false, + "command": false, + "console": false, + "encoder": true, + "extrakey": true, + "mousekey": true, + "nkro": false, + "oled": true, + "rgblight": true + }, + "build": { + "lto": true + }, "matrix_pins": { "cols": ["D6", "D7", "B5", "B6"], "rows": ["F0", "F6", "F5", "F4", "F1"] @@ -21,10 +36,26 @@ "ws2812": { "pin": "B7" }, + "rgblight": { + "brightness_steps": 25, + "led_count": 4, + "animations": { + "alternating": true, + "breathing": true, + "christmas": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "snake": true, + "static_gradient": true + } + }, + "bluetooth": { + "driver": "BluefruitLE" + }, "processor": "atmega32u4", "bootloader": "caterina", "layouts": { - "LAYOUT_pad": { + "LAYOUT": { "layout": [ {"matrix": [0, 0], "x": 0, "y": 0, "w": 0.8, "h": 0.8}, -- cgit v1.2.3