aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/steelseries/prime_plus/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/steelseries/prime_plus/keyboard.json')
-rw-r--r--keyboards/steelseries/prime_plus/keyboard.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/keyboards/steelseries/prime_plus/keyboard.json b/keyboards/steelseries/prime_plus/keyboard.json
new file mode 100644
index 0000000000..b6acdadb1a
--- /dev/null
+++ b/keyboards/steelseries/prime_plus/keyboard.json
@@ -0,0 +1,59 @@
+{
+ "manufacturer": "SteelSeries",
+ "keyboard_name": "Prime+",
+ "maintainer": "Dasky",
+ "bootloader": "uf2boot",
+ "build": {
+ "debounce_type": "asym_eager_defer_pk",
+ "lto": true
+ },
+ "encoder": {
+ "rotary": [
+ {"pin_a": "B5", "pin_b": "B4", "resolution": 2}
+ ]
+ },
+ "features": {
+ "bootmagic": true,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "pointing_device": true,
+ "quantum_painter": true,
+ "rgblight": true
+ },
+ "matrix_pins": {
+ "direct": [
+ ["A0", "C15", "A1", "C13", "C14", "A3"]
+ ]
+ },
+ "processor": "STM32F103",
+ "rgblight": {
+ "animations": {
+ "breathing": true,
+ "rainbow_mood": true
+ },
+ "default": {
+ "animation": "rainbow_mood"
+ },
+ "driver": "custom",
+ "led_count": 1
+ },
+ "url": "https://steelseries.com/gaming-mice/prime-plus",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [0, 2], "x": 2, "y": 0},
+ {"matrix": [0, 3], "x": 0, "y": 1},
+ {"matrix": [0, 4], "x": 0, "y": 2},
+ {"matrix": [0, 5], "x": 2, "y": 2}
+ ]
+ }
+ }
+}