qmk_firmware/keyboards/cool836a/keyboard.json
James Young b7b4ffc449
Migrate LOCKING_*_ENABLE to Data-Driven: A-C, Part 3 (#23747)
Affects:

  - `ck60i`
  - `coarse/cordillera`
  - `contender`
  - `converter/a1200/mistress1200`
  - `converter/adb_usb`
  - `converter/m0110_usb`
  - `converter/siemens_tastatur`
  - `cool836a`
  - `copenhagen_click/click_pad_v1`
  - `coseyfannitutti/discipad`
  - `coseyfannitutti/discipline`
  - `coseyfannitutti/mysterium`
  - `coseyfannitutti/romeo`
  - `cozykeys/bloomer`
  - `cozykeys/speedo/v2`
  - `cozykeys/speedo/v3`
  - `craftwalk`
  - `crawlpad`
  - `crazy_keyboard_68`
  - `crbn`
  - `creatkeebs/glacier`
  - `crimsonkeyboards/resume1800`
  - `crin`
  - `cutie_club/borsdorf`
  - `cutie_club/fidelity`
  - `cutie_club/giant_macro_pad`
  - `cutie_club/keebcats/denis`
  - `cutie_club/keebcats/dougal`
  - `cutie_club/novus`
  - `cutie_club/wraith`
2024-05-20 20:55:19 +01:00

79 lines
2.7 KiB
JSON

{
"keyboard_name": "cool836A",
"manufacturer": "Ohashi",
"url": "https://github.com/telzo2000/cool836A",
"maintainer": "Ohashi",
"usb": {
"vid": "0xFEED",
"pid": "0x0000",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F5", "D0", "B2", "C6", "D7", "E6"],
"rows": ["D1", "B5", "B4", "F4", "B1", "B6"]
},
"diode_direction": "ROW2COL",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"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": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},
{"matrix": [3, 0], "x": 7.5, "y": 0},
{"matrix": [3, 1], "x": 8.5, "y": 0},
{"matrix": [3, 2], "x": 9.5, "y": 0},
{"matrix": [3, 3], "x": 10.5, "y": 0},
{"matrix": [3, 4], "x": 11.5, "y": 0},
{"matrix": [3, 5], "x": 12.5, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1.5, "y": 1},
{"matrix": [1, 2], "x": 2.5, "y": 1},
{"matrix": [1, 3], "x": 3.5, "y": 1},
{"matrix": [1, 4], "x": 4.5, "y": 1},
{"matrix": [1, 5], "x": 5.5, "y": 1},
{"matrix": [4, 0], "x": 8, "y": 1},
{"matrix": [4, 1], "x": 9, "y": 1},
{"matrix": [4, 2], "x": 10, "y": 1},
{"matrix": [4, 3], "x": 11, "y": 1},
{"matrix": [4, 4], "x": 12, "y": 1},
{"matrix": [4, 5], "x": 13, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 2, "y": 2},
{"matrix": [2, 2], "x": 3, "y": 2},
{"matrix": [2, 3], "x": 4, "y": 2},
{"matrix": [2, 4], "x": 5, "y": 2},
{"matrix": [2, 5], "x": 6, "y": 2},
{"matrix": [5, 0], "x": 7.5, "y": 2},
{"matrix": [5, 1], "x": 8.5, "y": 2},
{"matrix": [5, 2], "x": 9.5, "y": 2},
{"matrix": [5, 3], "x": 10.5, "y": 2},
{"matrix": [5, 4], "x": 11.5, "y": 2},
{"matrix": [5, 5], "x": 12.5, "y": 2}
]
}
}
}