logo

qmk_firmware

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

keyboard.json (1289B)


  1. {
  2. "keyboard_name": "Tukey",
  3. "manufacturer": "Keebio",
  4. "url": "https://keeb.io",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1112",
  9. "device_version": "1.0.0"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 8,
  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": "D3"
  30. },
  31. "processor": "atmega32u4",
  32. "bootloader": "caterina",
  33. "features": {
  34. "bootmagic": false,
  35. "command": true,
  36. "console": true,
  37. "extrakey": true,
  38. "mousekey": false,
  39. "nkro": false,
  40. "rgblight": true
  41. },
  42. "qmk": {
  43. "locking": {
  44. "enabled": true,
  45. "resync": true
  46. }
  47. },
  48. "matrix_pins": {
  49. "direct": [
  50. ["D4", "F6"]
  51. ]
  52. },
  53. "layouts": {
  54. "LAYOUT": {
  55. "layout": [
  56. {"x": 0, "y": 0, "matrix": [0, 0]},
  57. {"x": 1, "y": 0, "matrix": [0, 1]}
  58. ]
  59. }
  60. }
  61. }