logo

qmk_firmware

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

keyboard.json (1417B)


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