aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/uthol/rev3/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/uthol/rev3/keyboard.json')
-rw-r--r--keyboards/handwired/uthol/rev3/keyboard.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/keyboards/handwired/uthol/rev3/keyboard.json b/keyboards/handwired/uthol/rev3/keyboard.json
new file mode 100644
index 0000000000..9b1a476b87
--- /dev/null
+++ b/keyboards/handwired/uthol/rev3/keyboard.json
@@ -0,0 +1,55 @@
+{
+ "keyboard_name": "UtholThree",
+ "usb": {
+ "device_version": "0.0.3",
+ "shared_endpoint": {
+ "keyboard": true
+ }
+ },
+ "rgblight": {
+ "led_count": 39,
+ "animations": {
+ "breathing": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "knight": true,
+ "christmas": true,
+ "static_gradient": true,
+ "rgb_test": true,
+ "alternating": true,
+ "twinkle": true
+ },
+ "default": {
+ "hue": 201
+ }
+ },
+ "tapping": {
+ "term": 500
+ },
+ "ws2812": {
+ "pin": "B0"
+ },
+ "matrix_pins": {
+ "cols": ["B1", "B10", "B9", "B8", "B5", "B4", "B3", "A15", "B15", "B14", "B13", "B12"],
+ "rows": ["A4", "A3", "A2", "A1", "A0"]
+ },
+ "diode_direction": "COL2ROW",
+ "encoder": {
+ "rotary": [
+ {"pin_a": "C15", "pin_b": "C14", "resolution": 2}
+ ]
+ },
+ "processor": "STM32F401",
+ "bootloader": "stm32-dfu",
+ "features": {
+ "bootmagic": true,
+ "nkro": true,
+ "oled": true,
+ "wpm": true,
+ "extrakey": true,
+ "encoder": true,
+ "rgblight": true
+ },
+ "board": "BLACKPILL_STM32_F401"
+}