logo

qmk_firmware

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

keyboard.json (1451B)


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