keyboard.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "keyboard_name": "Obelus",
  3. "manufacturer": "cKeys",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "audio": true,
  13. "bootmagic": false,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "midi": true,
  18. "mousekey": false,
  19. "nkro": false
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["F0", "F1", "B2", "B3"],
  29. "rows": ["F4", "F5", "F6", "F7"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "backlight": {
  33. "pin": "B7"
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "community_layouts": ["ortho_4x4"],
  38. "layouts": {
  39. "LAYOUT_ortho_4x4": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0},
  45. {"matrix": [1, 0], "x": 0, "y": 1},
  46. {"matrix": [1, 1], "x": 1, "y": 1},
  47. {"matrix": [1, 2], "x": 2, "y": 1},
  48. {"matrix": [1, 3], "x": 3, "y": 1},
  49. {"matrix": [2, 0], "x": 0, "y": 2},
  50. {"matrix": [2, 1], "x": 1, "y": 2},
  51. {"matrix": [2, 2], "x": 2, "y": 2},
  52. {"matrix": [2, 3], "x": 3, "y": 2},
  53. {"matrix": [3, 0], "x": 0, "y": 3},
  54. {"matrix": [3, 1], "x": 1, "y": 3},
  55. {"matrix": [3, 2], "x": 2, "y": 3},
  56. {"matrix": [3, 3], "x": 3, "y": 3}
  57. ]
  58. }
  59. }
  60. }