keyboard.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "keyboard_name": "Georgi",
  3. "manufacturer": "g Heavy Industries",
  4. "url": "http://gboards.ca",
  5. "maintainer": "germ",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x1337",
  9. "device_version": "0.0.1"
  10. },
  11. "host": {
  12. "default": {
  13. "nkro": true
  14. }
  15. },
  16. "processor": "atmega32u4",
  17. "bootloader": "atmel-dfu",
  18. "features": {
  19. "bootmagic": false,
  20. "mousekey": false,
  21. "extrakey": true,
  22. "console": true,
  23. "nkro": true,
  24. "steno": true
  25. },
  26. "qmk": {
  27. "locking": {
  28. "enabled": true,
  29. "resync": true
  30. }
  31. },
  32. "build": {
  33. "lto": true
  34. },
  35. "tapping": {
  36. "toggle": 2
  37. },
  38. "layout_aliases": {
  39. "LAYOUT_georgi": "LAYOUT"
  40. },
  41. "layouts": {
  42. "LAYOUT": {
  43. "layout": [
  44. {"matrix": [12, 1], "x": 0, "y": 0.5},
  45. {"matrix": [11, 1], "x": 1, "y": 0.5},
  46. {"matrix": [10, 1], "x": 2, "y": 0.3},
  47. {"matrix": [9, 1], "x": 3, "y": 0},
  48. {"matrix": [8, 1], "x": 4, "y": 0.4},
  49. {"matrix": [7, 1], "x": 5, "y": 0.5},
  50. {"matrix": [0, 1], "x": 7, "y": 0.5},
  51. {"matrix": [1, 1], "x": 8, "y": 0.4},
  52. {"matrix": [2, 1], "x": 9, "y": 0},
  53. {"matrix": [3, 1], "x": 10, "y": 0.3},
  54. {"matrix": [4, 1], "x": 11, "y": 0.5},
  55. {"matrix": [5, 1], "x": 12, "y": 0.5},
  56. {"matrix": [12, 2], "x": 0, "y": 1.5},
  57. {"matrix": [11, 2], "x": 1, "y": 1.5},
  58. {"matrix": [10, 2], "x": 2, "y": 1.3},
  59. {"matrix": [9, 2], "x": 3, "y": 1},
  60. {"matrix": [8, 2], "x": 4, "y": 1.4},
  61. {"matrix": [7, 2], "x": 5, "y": 1.5},
  62. {"matrix": [0, 2], "x": 7, "y": 1.5},
  63. {"matrix": [1, 2], "x": 8, "y": 1.4},
  64. {"matrix": [2, 2], "x": 9, "y": 1},
  65. {"matrix": [3, 2], "x": 10, "y": 1.3},
  66. {"matrix": [4, 2], "x": 11, "y": 1.5},
  67. {"matrix": [5, 2], "x": 12, "y": 1.5},
  68. {"matrix": [9, 3], "x": 3, "y": 2.75},
  69. {"matrix": [8, 3], "x": 4, "y": 2.75},
  70. {"matrix": [7, 3], "x": 5, "y": 2.75},
  71. {"matrix": [1, 3], "x": 7, "y": 2.75},
  72. {"matrix": [0, 3], "x": 8, "y": 2.75},
  73. {"matrix": [2, 3], "x": 9, "y": 2.75}
  74. ]
  75. }
  76. }
  77. }