You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
3.1 KiB

[Keyboard] Georgi Support (#5384) * Working on chording * Working on chording * Got layouts in order * Initial Georgi support * forgot to add keymaps * Updated readme * Update keyboards/georgi/keymaps/template/readme.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/georgi.h Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/default/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/default/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/rules.mk Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/rules.mk Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/matrix.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/georgi.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/georgi.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/rules.mk Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/default/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/keymaps/template/keymap.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/matrix.c Co-Authored-By: germ <jeremythegeek@gmail.com> * Disabled features, updated info * Update keyboards/georgi/config.h Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keyboards/georgi/config.h Co-Authored-By: germ <jeremythegeek@gmail.com> * Fixed info.json
5 years ago
  1. {
  2. "keyboard_name": "Georgi",
  3. "url": "http://gboards.ca",
  4. "maintainer": "germ",
  5. "width": 13.2,
  6. "height": 3.68,
  7. "layouts": {
  8. "LAYOUT_georgi": {
  9. "layout": [
  10. {
  11. "x": 0.05,
  12. "y": 0.54
  13. },
  14. {
  15. "x": 1.06,
  16. "y": 0.55
  17. },
  18. {
  19. "x": 2.06,
  20. "y": 0.29
  21. },
  22. {
  23. "x": 3.05,
  24. "y": 0.16
  25. },
  26. {
  27. "x": 4.06,
  28. "y": 0.41
  29. },
  30. {
  31. "x": 5.06,
  32. "y": 0.54
  33. },
  34. {
  35. "x": 7.1899999999999995,
  36. "y": 0.41
  37. },
  38. {
  39. "x": 8.2,
  40. "y": 0.3
  41. },
  42. {
  43. "x": 9.2,
  44. "y": 0.05
  45. },
  46. {
  47. "x": 10.2,
  48. "y": 0.29
  49. },
  50. {
  51. "x": 11.2,
  52. "y": 0.43
  53. },
  54. {
  55. "x": 12.2,
  56. "y": 0.42
  57. },
  58. {
  59. "x": 0.05,
  60. "y": 1.54
  61. },
  62. {
  63. "x": 1.06,
  64. "y": 1.54
  65. },
  66. {
  67. "x": 2.06,
  68. "y": 1.28
  69. },
  70. {
  71. "x": 3.05,
  72. "y": 1.16
  73. },
  74. {
  75. "x": 4.06,
  76. "y": 1.4
  77. },
  78. {
  79. "x": 5.06,
  80. "y": 1.54
  81. },
  82. {
  83. "x": 7.1899999999999995,
  84. "y": 1.4
  85. },
  86. {
  87. "x": 8.2,
  88. "y": 1.28
  89. },
  90. {
  91. "x": 9.2,
  92. "y": 1.04
  93. },
  94. {
  95. "x": 10.2,
  96. "y": 1.28
  97. },
  98. {
  99. "x": 11.2,
  100. "y": 1.42
  101. },
  102. {
  103. "x": 12.2,
  104. "y": 1.42
  105. },
  106. {
  107. "x": 3.05,
  108. "y": 2.67
  109. },
  110. {
  111. "x": 4.06,
  112. "y": 2.68
  113. },
  114. {
  115. "x": 5.06,
  116. "y": 2.68
  117. },
  118. {
  119. "x": 7.19,
  120. "y": 2.67
  121. },
  122. {
  123. "x": 8.2,
  124. "y": 2.67
  125. },
  126. {
  127. "x": 9.2,
  128. "y": 2.66
  129. }
  130. ]
  131. }
  132. }
  133. }