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.

88 lines
2.8 KiB

Keyboard: xealous (#3731) * Keyboard: HandWired/XeaL60 * Updated rules.mk * Mapping for layout was flipped * Figured out how to re-map bad pins. * Updated Keymap * Enabled audio, Forced NKRO * Added QMK_KEYS_PER_SCAN * Removed more unnecessary files, since split_keyboards are in main QMK branch already. * Simplified rules.mk in rev1 * Removed i2c from matrix.c * Re-formatted to 4 spaces per tab, * Changed note for NUMPAD * Added I2C support back! * Fixed keyboard mappings. Both sides work * Moved i2c configuration from keymaps/default/config.h to config.h * Changed SCL_CLOCK to 400000L * Added DEBUG_MATRIX_SCAN_RATE for future optimization efforts * Removed row2col code to clean up matrix.c * Scan rate from 2100 -> 4200 by using Nop instead of waiting 30us between columns. * Further optimized column reading via optimized_col_reader. * Immediate key-recognition * Switched back to own implementation of SPLIT_KEYBOARD. Will optimize so that slave interrupts master. * Moved scanrate debug messages to another file. * Made matrix_scanrate.c compile if CONSOLE_ENABLE is off. Updated to latest i2c.c * Latest i2c uses a few bytes for lighting information * Optimizations in i2c.h to determine buffer size. * Disabled a whole bunch of features. TODO: Test that keyboard still works fine. * Minimum #define NO_ACTION's with still working keyboard * Fixed matrix not working due to offsets not being respected * Added numlock button for keymap. * Use I2C_KEYMAP_START offset * Removed serial, Backlight and RGB support * Removed need for split_flags. * Added audio on and off for numlock. * Renamed from xeal60 to xealous, simplified build system. * Used more shared split_common code. * Updated audio code. * moved tone_qwerty and tone_numpad to config.h. Removed keymaps/default/config.h * Added more shortcut keys in _FN layer. Increased debounce to 6ms due to fencepost error. * DF used with incorrect argument. Custom_keycodes no longer required. * Fixed bug in update_debounce_counters which was resulting in no debouncing! * Removed unnecessary #include
5 years ago
  1. {
  2. "keyboard_name": "Xealous",
  3. "url": "",
  4. "maintainer": "alex-ong",
  5. "layouts": {
  6. "LAYOUT_ANSI_DEFAULT": {
  7. "layout": [
  8. {"label":"Esc", "x":0, "y":0},
  9. {"label":"1", "x":1, "y":0},
  10. {"label":"2", "x":2, "y":0},
  11. {"label":"3", "x":3, "y":0},
  12. {"label":"4", "x":4, "y":0},
  13. {"label":"5", "x":5, "y":0},
  14. {"label":"6", "x":6, "y":0},
  15. {"label":"7", "x":7, "y":0},
  16. {"label":"8", "x":8, "y":0},
  17. {"label":"9", "x":9, "y":0},
  18. {"label":"0", "x":10, "y":0},
  19. {"label":"-", "x":11, "y":0},
  20. {"label":"=", "x":12, "y":0},
  21. {"label":"Backspace", "x":13, "y":0, "w":2.0},
  22. {"label":"Tab", "x":0, "y":1, "w":1.5},
  23. {"label":"Q", "x":1.5, "y":1},
  24. {"label":"W", "x":2.5, "y":1},
  25. {"label":"E", "x":3.5, "y":1},
  26. {
  27. "label": "R",
  28. "x": 4.5,
  29. "y": 1
  30. },
  31. {"label":"T", "x":5.5, "y":1},
  32. {"label":"Y", "x":6.5, "y":1},
  33. {"label":"U", "x":7.5, "y":1},
  34. {"label":"I", "x":8.5, "y":1},
  35. {"label":"O", "x":9.5, "y":1},
  36. {"label":"P", "x":10.5, "y":1},
  37. {"label":"[", "x":11.5, "y":1},
  38. {"label":"]", "x":12.5, "y":1},
  39. {"label":"\\", "x":13.5, "y":1, "w":1.5},
  40. {"label":"CapsLock", "x":0, "y":2, "w":1.75},
  41. {"label":"A", "x":1.75, "y":2},
  42. {"label":"S", "x":2.75, "y":2},
  43. {"label":"D", "x":3.75, "y":2},
  44. {"label":"F", "x":4.75, "y":2},
  45. {"label":"G", "x":5.75, "y":2},
  46. {"label":"H", "x":6.75, "y":2},
  47. {"label":"J", "x":7.75, "y":2},
  48. {"label":"K", "x":8.75, "y":2},
  49. {"label":"L", "x":9.75, "y":2},
  50. {"label":";", "x":10.75, "y":2},
  51. {"label":"'", "x":11.75, "y":2},
  52. {"label":"Enter", "x":12.75, "y":2, "w":2.25},
  53. {"label":"Shift", "x":0, "y":3, "w":2.25},
  54. {"label":"Z", "x":2.25, "y":3},
  55. {"label":"X", "x":3.25, "y":3},
  56. {"label":"C", "x":4.25, "y":3},
  57. {"label":"V", "x":5.25, "y":3},
  58. {"label":"B", "x":6.25, "y":3},
  59. {"label":"N", "x":7.25, "y":3},
  60. {"label":"M", "x":8.25, "y":3},
  61. {"label":",", "x":9.25, "y":3},
  62. {"label":".", "x":10.25, "y":3},
  63. {"label":"/", "x":11.25, "y":3},
  64. {"label":"Shift", "x":12.25, "y":3, "w":2.75},
  65. {"label":"Ctrl", "x":0, "y":4, "w":1.25},
  66. {"label":"Win", "x":1.25, "y":4, "w":1.25},
  67. {"label":"Alt", "x":2.5, "y":4, "w":1.25},
  68. {"x":3.75, "y":4, "w":2.75},
  69. {"x":6.5, "y":4, "w":1.25},
  70. {"x":7.75, "y":4, "w":1.25},
  71. {"x":9, "y":4, "w":2.0},
  72. {"label":"Alt", "x":11, "y":4},
  73. {"label":"Win", "x":12, "y":4},
  74. {"label":"Menu", "x":13, "y":4},
  75. {"label":"Ctrl", "x":14, "y":4}
  76. ]
  77. }
  78. }
  79. }