keyboard.json 1.5 KB

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