logo

qmk_firmware

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

keyboard.json (2122B)


  1. {
  2. "manufacturer": "takashicompany",
  3. "keyboard_name": "Baumkuchen",
  4. "maintainer": "takashicompany",
  5. "development_board": "promicro",
  6. "diode_direction": "COL2ROW",
  7. "encoder": {
  8. "rotary": [
  9. {
  10. "pin_a": "D1",
  11. "pin_b": "D0"
  12. }
  13. ]
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true,
  21. "rgblight": true
  22. },
  23. "matrix_pins": {
  24. "direct": [
  25. ["B2", "B6", "D4", "C6", "F4", "F5", "D7", "E6", "F6", "F7", "B1", "B3", "B4", "B5", "B5"]
  26. ]
  27. },
  28. "rgblight": {
  29. "animations": {
  30. "alternating": true,
  31. "breathing": true,
  32. "christmas": true,
  33. "knight": true,
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "rgb_test": true,
  37. "snake": true,
  38. "static_gradient": true,
  39. "twinkle": true
  40. },
  41. "led_count": 6
  42. },
  43. "ws2812": {
  44. "pin": "D3"
  45. },
  46. "usb": {
  47. "device_version": "1.0.0",
  48. "pid": "0x0045",
  49. "vid": "0x7463"
  50. },
  51. "layouts": {
  52. "LAYOUT": {
  53. "layout": [
  54. { "matrix": [0, 0], "x": 0, "y": 0 },
  55. { "matrix": [0, 1], "x": 1, "y": 0 },
  56. { "matrix": [0, 2], "x": 2, "y": 0 },
  57. { "matrix": [0, 3], "x": 3, "y": 0 },
  58. { "matrix": [0, 4], "x": 0, "y": 1 },
  59. { "matrix": [0, 5], "x": 1, "y": 1 },
  60. { "matrix": [0, 6], "x": 2, "y": 1 },
  61. { "matrix": [0, 7], "x": 3, "y": 1 },
  62. { "matrix": [0, 8], "x": 0, "y": 2 },
  63. { "matrix": [0, 9], "x": 1, "y": 2 },
  64. { "matrix": [0, 10], "x": 2, "y": 2 },
  65. { "matrix": [0, 11], "x": 3, "y": 2 },
  66. { "matrix": [0, 12], "x": 4, "y": 2 },
  67. { "matrix": [0, 13], "x": 3.5, "y": 3.25 },
  68. { "matrix": [0, 14], "x": 4.5, "y": 3.25 }
  69. ]
  70. }
  71. }
  72. }