keyboard.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "keyboard_name": "sandbox rev2",
  3. "manufacturer": "yfuku",
  4. "maintainer": "yfuku",
  5. "usb": {
  6. "vid": "0x5946",
  7. "pid": "0x0011",
  8. "device_version": "0.0.1"
  9. },
  10. "matrix_pins": {
  11. "cols": ["F7", "B1", "B3", "B2", "B6"],
  12. "rows": ["B5", "B4"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "split": {
  16. "enabled": true,
  17. "serial": {
  18. "pin": "D2"
  19. }
  20. },
  21. "development_board": "promicro",
  22. "features": {
  23. "bootmagic": true,
  24. "mousekey": true,
  25. "extrakey": true,
  26. "oled": true
  27. },
  28. "qmk": {
  29. "locking": {
  30. "enabled": true,
  31. "resync": true
  32. }
  33. },
  34. "layouts": {
  35. "LAYOUT": {
  36. "layout": [
  37. {"matrix": [0, 0], "x": 0, "y": 0},
  38. {"matrix": [0, 1], "x": 1, "y": 0},
  39. {"matrix": [0, 2], "x": 2, "y": 0},
  40. {"matrix": [0, 3], "x": 3, "y": 0},
  41. {"matrix": [0, 4], "x": 4, "y": 0},
  42. {"matrix": [2, 0], "x": 6, "y": 0},
  43. {"matrix": [2, 1], "x": 7, "y": 0},
  44. {"matrix": [2, 2], "x": 8, "y": 0},
  45. {"matrix": [2, 3], "x": 9, "y": 0},
  46. {"matrix": [2, 4], "x": 10, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1},
  48. {"matrix": [1, 1], "x": 1, "y": 1},
  49. {"matrix": [1, 2], "x": 2, "y": 1},
  50. {"matrix": [1, 3], "x": 3, "y": 1},
  51. {"matrix": [1, 4], "x": 4, "y": 1},
  52. {"matrix": [3, 0], "x": 6, "y": 1},
  53. {"matrix": [3, 1], "x": 7, "y": 1},
  54. {"matrix": [3, 2], "x": 8, "y": 1},
  55. {"matrix": [3, 3], "x": 9, "y": 1},
  56. {"matrix": [3, 4], "x": 10, "y": 1}
  57. ]
  58. }
  59. }
  60. }