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.

59 lines
1.6 KiB

  1. {
  2. "keyboard_name": "nafuda",
  3. "manufacturer": "Salicylic_Acid",
  4. "url": "https://salicylic-acid3.hatenablog.com/",
  5. "maintainer": "Salicylic_acid3",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x3060",
  9. "device_version": "0.1.2"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "led_count": 7,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "christmas": true,
  21. "static_gradient": true,
  22. "rgb_test": true,
  23. "alternating": true,
  24. "twinkle": true
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "D3"
  29. },
  30. "features": {
  31. "bootmagic": false,
  32. "command": true,
  33. "console": false,
  34. "extrakey": true,
  35. "mousekey": true,
  36. "nkro": false,
  37. "rgblight": true
  38. },
  39. "matrix_pins": {
  40. "cols": ["F4", "F5", "F6"],
  41. "rows": ["D1", "D0", "D4"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "processor": "atmega32u4",
  45. "bootloader": "caterina",
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 1], "x": 1, "y": 0},
  50. {"matrix": [1, 0], "x": 0, "y": 0.5},
  51. {"matrix": [1, 1], "x": 1, "y": 1},
  52. {"matrix": [1, 2], "x": 2, "y": 0.5},
  53. {"matrix": [2, 0], "x": 0, "y": 1.5},
  54. {"matrix": [2, 1], "x": 1, "y": 2},
  55. {"matrix": [2, 2], "x": 2, "y": 1.5}
  56. ]
  57. }
  58. }
  59. }