keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "keyboard_name": "Frooastboard Nano",
  3. "manufacturer": "frooastside",
  4. "maintainer": "frooastside",
  5. "diode_direction": "COL2ROW",
  6. "layouts": {
  7. "LAYOUT": {
  8. "layout": [
  9. {"matrix": [0, 0], "x": 0, "y": 0},
  10. {"matrix": [0, 1], "x": 1, "y": 0},
  11. {"matrix": [1, 0], "x": 0, "y": 1},
  12. {"matrix": [1, 1], "x": 1, "y": 1}
  13. ]
  14. }
  15. },
  16. "features": {
  17. "bootmagic": true,
  18. "extrakey": false,
  19. "mousekey": false,
  20. "nkro": true,
  21. "rgblight": true
  22. },
  23. "matrix_pins": {
  24. "rows": ["B0", "B1"],
  25. "cols": ["B2", "B3"]
  26. },
  27. "usb": {
  28. "vid": "0x4642",
  29. "pid": "0x6F21",
  30. "device_version": "0.0.1"
  31. },
  32. "rgblight": {
  33. "saturation_steps": 8,
  34. "brightness_steps": 8,
  35. "led_count": 8,
  36. "sleep": true,
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "twinkle": true
  43. },
  44. "default": {
  45. "hue": 234,
  46. "val": 190
  47. }
  48. },
  49. "ws2812": {
  50. "pin": "B4"
  51. },
  52. "bootmagic": {
  53. "matrix": [1, 1]
  54. },
  55. "processor": "atmega32u2",
  56. "bootloader": "atmel-dfu"
  57. }