logo

qmk_firmware

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

keyboard.json (1453B)


  1. {
  2. "keyboard_name": "BigSeries 4-Key",
  3. "manufacturer": "WoodKeys.click",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x6074",
  8. "device_version": "0.0.2"
  9. },
  10. "ws2812": {
  11. "pin": "D3"
  12. },
  13. "rgblight": {
  14. "led_count": 12,
  15. "max_brightness": 128,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "features": {
  30. "bootmagic": false,
  31. "command": true,
  32. "console": true,
  33. "extrakey": true,
  34. "mousekey": false,
  35. "nkro": false,
  36. "rgblight": true
  37. },
  38. "matrix_pins": {
  39. "cols": ["B4", "B3"],
  40. "rows": ["B0", "B5"]
  41. },
  42. "diode_direction": "ROW2COL",
  43. "processor": "atmega32u2",
  44. "bootloader": "atmel-dfu",
  45. "debounce": 50,
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4},
  50. {"matrix": [0, 1], "x": 4, "y": 0, "w": 4, "h": 4},
  51. {"matrix": [1, 0], "x": 0, "y": 4, "w": 4, "h": 4},
  52. {"matrix": [1, 1], "x": 4, "y": 4, "w": 4, "h": 4}
  53. ]
  54. }
  55. }
  56. }