logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1408B)


  1. {
  2. "keyboard_name": "Shiro",
  3. "manufacturer": "T.Shinohara",
  4. "url": "https://github.com/ShinoharaTa/keyboards/blob/master/Shiro/manual/build_guide_ja.md",
  5. "maintainer": "T.Shinohara",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F4", "F5", "F6"],
  27. "rows": ["D4", "C6", "D7", "E6", "B4"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "development_board": "promicro",
  31. "layouts": {
  32. "LAYOUT": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [2, 0], "x": 0, "y": 2},
  41. {"matrix": [2, 1], "x": 1, "y": 2},
  42. {"matrix": [2, 2], "x": 2, "y": 2},
  43. {"matrix": [3, 0], "x": 0, "y": 3},
  44. {"matrix": [3, 1], "x": 1, "y": 3},
  45. {"matrix": [3, 2], "x": 2, "y": 3},
  46. {"matrix": [4, 0], "x": 0, "y": 4},
  47. {"matrix": [4, 1], "x": 1, "y": 4},
  48. {"matrix": [4, 2], "x": 2, "y": 4}
  49. ]
  50. }
  51. }
  52. }