logo

qmk_firmware

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

keyboard.json (1241B)


  1. {
  2. "keyboard_name": "business_card beta",
  3. "manufacturer": "kakunpc",
  4. "maintainer": "kakunpc",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x0000",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "saturation_steps": 8,
  12. "brightness_steps": 8,
  13. "led_count": 6,
  14. "sleep": true
  15. },
  16. "ws2812": {
  17. "pin": "D3"
  18. },
  19. "matrix_pins": {
  20. "cols": ["B4", "B5"],
  21. "rows": ["B3", "B2", "B6"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "atmel-dfu",
  26. "features": {
  27. "bootmagic": false,
  28. "mousekey": false,
  29. "extrakey": false,
  30. "rgblight": true,
  31. "oled": true
  32. },
  33. "qmk": {
  34. "locking": {
  35. "enabled": true,
  36. "resync": true
  37. }
  38. },
  39. "layouts": {
  40. "LAYOUT": {
  41. "layout": [
  42. {"matrix": [2, 1], "x": 0, "y": 0},
  43. {"matrix": [2, 0], "x": 1, "y": 0},
  44. {"matrix": [1, 1], "x": 0, "y": 1},
  45. {"matrix": [1, 0], "x": 1, "y": 1},
  46. {"matrix": [0, 1], "x": 0, "y": 2},
  47. {"matrix": [0, 0], "x": 1, "y": 2}
  48. ]
  49. }
  50. }
  51. }