keyboard.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "keyboard_name": "6macro",
  3. "manufacturer": "joaofbmaia",
  4. "url": "",
  5. "maintainer": "joaofbmaia",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0037",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "led_count": 10,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "static_gradient": true
  21. }
  22. },
  23. "ws2812": {
  24. "pin": "D2"
  25. },
  26. "rgb_matrix": {
  27. "driver": "ws2812"
  28. },
  29. "features": {
  30. "bootmagic": false,
  31. "command": false,
  32. "console": false,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": true,
  36. "rgblight": true,
  37. "unicode": true
  38. },
  39. "matrix_pins": {
  40. "cols": ["B0", "B1", "B2"],
  41. "rows": ["B3", "B4"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "processor": "atmega32u2",
  45. "bootloader": "atmel-dfu",
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
  50. {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
  51. {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
  52. {"label": "k10", "matrix": [1, 0], "x": 0, "y": 1},
  53. {"label": "k11", "matrix": [1, 1], "x": 1, "y": 1},
  54. {"label": "k12", "matrix": [1, 2], "x": 2, "y": 1}
  55. ]
  56. }
  57. }
  58. }