logo

qmk_firmware

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

keyboard.json (2487B)


  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. "force_nkro": true
  11. },
  12. "processor": "atmega32u4",
  13. "bootloader": "atmel-dfu",
  14. "features": {
  15. "bootmagic": false,
  16. "mousekey": false,
  17. "extrakey": true,
  18. "console": true,
  19. "nkro": true,
  20. "steno": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "build": {
  29. "lto": true
  30. },
  31. "tapping": {
  32. "toggle": 2
  33. },
  34. "layout_aliases": {
  35. "LAYOUT_georgi": "LAYOUT"
  36. },
  37. "layouts": {
  38. "LAYOUT": {
  39. "layout": [
  40. {"matrix": [12, 1], "x": 0, "y": 0.5},
  41. {"matrix": [11, 1], "x": 1, "y": 0.5},
  42. {"matrix": [10, 1], "x": 2, "y": 0.3},
  43. {"matrix": [9, 1], "x": 3, "y": 0},
  44. {"matrix": [8, 1], "x": 4, "y": 0.4},
  45. {"matrix": [7, 1], "x": 5, "y": 0.5},
  46. {"matrix": [0, 1], "x": 7, "y": 0.5},
  47. {"matrix": [1, 1], "x": 8, "y": 0.4},
  48. {"matrix": [2, 1], "x": 9, "y": 0},
  49. {"matrix": [3, 1], "x": 10, "y": 0.3},
  50. {"matrix": [4, 1], "x": 11, "y": 0.5},
  51. {"matrix": [5, 1], "x": 12, "y": 0.5},
  52. {"matrix": [12, 2], "x": 0, "y": 1.5},
  53. {"matrix": [11, 2], "x": 1, "y": 1.5},
  54. {"matrix": [10, 2], "x": 2, "y": 1.3},
  55. {"matrix": [9, 2], "x": 3, "y": 1},
  56. {"matrix": [8, 2], "x": 4, "y": 1.4},
  57. {"matrix": [7, 2], "x": 5, "y": 1.5},
  58. {"matrix": [0, 2], "x": 7, "y": 1.5},
  59. {"matrix": [1, 2], "x": 8, "y": 1.4},
  60. {"matrix": [2, 2], "x": 9, "y": 1},
  61. {"matrix": [3, 2], "x": 10, "y": 1.3},
  62. {"matrix": [4, 2], "x": 11, "y": 1.5},
  63. {"matrix": [5, 2], "x": 12, "y": 1.5},
  64. {"matrix": [9, 3], "x": 3, "y": 2.75},
  65. {"matrix": [8, 3], "x": 4, "y": 2.75},
  66. {"matrix": [7, 3], "x": 5, "y": 2.75},
  67. {"matrix": [1, 3], "x": 7, "y": 2.75},
  68. {"matrix": [0, 3], "x": 8, "y": 2.75},
  69. {"matrix": [2, 3], "x": 9, "y": 2.75}
  70. ]
  71. }
  72. }
  73. }