keyboard.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "keyboard_name": "Four Banger",
  3. "manufacturer": "1up Keyboards",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x2004",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 1,
  15. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true,
  19. "snake": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "E6"
  30. },
  31. "features": {
  32. "bootmagic": true,
  33. "command": false,
  34. "console": false,
  35. "extrakey": true,
  36. "mousekey": true,
  37. "nkro": true,
  38. "rgblight": true
  39. },
  40. "qmk": {
  41. "locking": {
  42. "enabled": true,
  43. "resync": true
  44. }
  45. },
  46. "matrix_pins": {
  47. "cols": ["B5", "B4"],
  48. "rows": ["B2", "B6"]
  49. },
  50. "diode_direction": "COL2ROW",
  51. "processor": "atmega32u4",
  52. "bootloader": "atmel-dfu",
  53. "layouts": {
  54. "LAYOUT_ortho_2x2": {
  55. "layout": [
  56. {"matrix": [0, 0], "x": 0, "y": 0},
  57. {"matrix": [0, 1], "x": 1, "y": 0},
  58. {"matrix": [1, 0], "x": 0, "y": 1},
  59. {"matrix": [1, 1], "x": 1, "y": 1}
  60. ]
  61. }
  62. }
  63. }