info.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "manufacturer": "akb",
  3. "keyboard_name": "akb/ogrn",
  4. "maintainer": "arnstadm",
  5. "bootloader": "atmel-dfu",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["F1", "E6", "B2", "D2"],
  17. ["F5", "F0", "B1", "D1"],
  18. ["F6", "F7", "D5", "D3"],
  19. ["C7", "C6", "D6", "D4"],
  20. ["B5", "B6", "D7", "B4"]
  21. ]
  22. },
  23. "indicators": {
  24. "num_lock": "F4"
  25. },
  26. "processor": "atmega32u4",
  27. "url": "https://alchemistkeyboards.com/projects/keyboards/ogr/",
  28. "usb": {
  29. "device_version": "1.0.0",
  30. "pid": "0x4F4E",
  31. "vid": "0x414B"
  32. },
  33. "community_layouts": [
  34. "numpad_5x4"
  35. ],
  36. "layouts": {
  37. "LAYOUT_numpad_5x4": {
  38. "layout": [
  39. { "matrix": [0, 0], "x": 0, "y": 0 },
  40. { "matrix": [0, 1], "x": 1, "y": 0 },
  41. { "matrix": [0, 2], "x": 2, "y": 0 },
  42. { "matrix": [0, 3], "x": 3, "y": 0 },
  43. { "matrix": [1, 0], "x": 0, "y": 1 },
  44. { "matrix": [1, 1], "x": 1, "y": 1 },
  45. { "matrix": [1, 2], "x": 2, "y": 1 },
  46. { "matrix": [2, 0], "x": 0, "y": 2 },
  47. { "matrix": [2, 1], "x": 1, "y": 2 },
  48. { "matrix": [2, 2], "x": 2, "y": 2 },
  49. { "h": 2, "matrix": [1, 3], "x": 3, "y": 1 },
  50. { "matrix": [3, 0], "x": 0, "y": 3 },
  51. { "matrix": [3, 1], "x": 1, "y": 3 },
  52. { "matrix": [3, 2], "x": 2, "y": 3 },
  53. { "matrix": [4, 0], "w": 2, "x": 0, "y": 4 },
  54. { "matrix": [4, 2], "x": 2, "y": 4 },
  55. { "h": 2, "matrix": [3, 3], "x": 3, "y": 3 }
  56. ]
  57. }
  58. }
  59. }