mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
efe0d96845
Affects: - `nacly/sodium42` - `nacly/sodium50` - `nacly/sodium62` - `nacly/splitreus62` - `nacly/ua62` - `nek_type_a` - `nemui` - `nibiria/stream15` - `nightingale_studios/hailey` - `nightly_boards/adellein` - `nightly_boards/alter/rev1` - `nightly_boards/alter_lite` - `nightly_boards/conde60` - `nightly_boards/daily60` - `nightly_boards/jisoo` - `nightly_boards/n2` - `nightly_boards/n40_o` - `nightly_boards/n60_s` - `nightly_boards/n87` - `nightly_boards/n9` - `nightly_boards/octopad` - `nightly_boards/octopadplus` - `nightly_boards/paraluman` - `nightly_boards/ph_arisu` - `nightmare` - `nimrod` - `nix_studio/oxalys80` - `nopunin10did/jabberwocky/v1` - `nopunin10did/jabberwocky/v2` - `nopunin10did/railroad/rev0` - `novelkeys/novelpad` - `noxary/220` - `noxary/260` - `noxary/268` - `noxary/268_2` - `noxary/268_2_rgb` - `noxary/280` - `noxary/378` - `noxary/valhalla` - `noxary/vulcan` - `noxary/x268` - `numatreus`
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"keyboard_name": "Octopad",
|
|
"manufacturer": "Neil Brian Ramirez",
|
|
"url": "",
|
|
"maintainer": "Neil Brian Ramirez",
|
|
"usb": {
|
|
"vid": "0xD812",
|
|
"pid": "0x0004",
|
|
"device_version": "0.0.1"
|
|
},
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"features": {
|
|
"audio": true,
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"encoder": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": false,
|
|
"rgblight": true
|
|
},
|
|
"qmk": {
|
|
"locking": {
|
|
"enabled": true,
|
|
"resync": true
|
|
}
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["F1", "F0", "D0", "D1", "B1"],
|
|
"rows": ["B2", "B3"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "C7", "pin_b": "C6"},
|
|
{"pin_a": "F4", "pin_b": "F5"}
|
|
]
|
|
},
|
|
"rgblight": {
|
|
"led_count": 8,
|
|
"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
|
|
}
|
|
},
|
|
"ws2812": {
|
|
"pin": "F7"
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu",
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"matrix": [0, 4], "x": 0, "y": 0},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 0},
|
|
|
|
{"matrix": [0, 0], "x": 0.25, "y": 1.25},
|
|
{"matrix": [0, 1], "x": 1.25, "y": 1.25},
|
|
{"matrix": [0, 2], "x": 2.25, "y": 1.25},
|
|
{"matrix": [0, 3], "x": 3.25, "y": 1.25},
|
|
|
|
{"matrix": [1, 0], "x": 0.25, "y": 2.25},
|
|
{"matrix": [1, 1], "x": 1.25, "y": 2.25},
|
|
{"matrix": [1, 2], "x": 2.25, "y": 2.25},
|
|
{"matrix": [1, 3], "x": 3.25, "y": 2.25}
|
|
]
|
|
}
|
|
}
|
|
}
|