summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/satisfaction75/info.json
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@gmail.com>2024-02-26 17:16:00 -0500
committerGitHub <noreply@github.com>2024-02-27 09:16:00 +1100
commit490641307ab30ae10dd80fde766f5988bd154ca2 (patch)
tree66e0d722cd75b5d986abbdf61bb36e8a201ed088 /keyboards/cannonkeys/satisfaction75/info.json
parent0f701c7dbecc0c90b8e5d74ce81c2575ba0c4144 (diff)
Cleanup Satisfaction75 Firmware and add new revisions (#22082)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/info.json')
-rw-r--r--keyboards/cannonkeys/satisfaction75/info.json43
1 files changed, 22 insertions, 21 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/info.json b/keyboards/cannonkeys/satisfaction75/info.json
index 60695b9ac7..4031dae57d 100644
--- a/keyboards/cannonkeys/satisfaction75/info.json
+++ b/keyboards/cannonkeys/satisfaction75/info.json
@@ -1,27 +1,28 @@
{
- "keyboard_name": "Satisfaction75",
"manufacturer": "CannonKeys",
- "url": "",
- "maintainer": "Cannon Keys",
- "usb": {
- "vid": "0xCA04",
- "pid": "0x57F5",
- "device_version": "0.0.1"
- },
- "matrix_pins": {
- "cols": ["B1", "B2", "B10", "B11", "B12", "B13", "B14", "A8", "A9", "A10", "B0", "A7", "A5", "B5", "A15", "A1"],
- "rows": ["B3", "B4", "A0", "A2", "A4", "A3"]
- },
- "diode_direction": "COL2ROW",
- "encoder": {
- "rotary": [
- {"pin_a": "B9", "pin_b": "B8", "resolution": 2}
- ]
- },
+ "keyboard_name": "Satisfaction75",
+ "maintainer": "awkannan",
"backlight": {
+ "breathing": true,
+ "breathing_period": 6,
"levels": 24,
- "breathing": true
+ "pin": "A6"
+ },
+ "bootloader": "stm32-dfu",
+ "features": {
+ "backlight": true,
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "oled": true
},
"processor": "STM32F072",
- "bootloader": "stm32-dfu"
-}
+ "url": "https://cannonkeys.com",
+ "usb": {
+ "vid": "0xCA04"
+ }
+} \ No newline at end of file