logo

qmk_firmware

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

keyboard.json (1365B)


  1. {
  2. "keyboard_name": "UtholThree",
  3. "usb": {
  4. "device_version": "0.0.3",
  5. "shared_endpoint": {
  6. "keyboard": true
  7. }
  8. },
  9. "rgblight": {
  10. "led_count": 39,
  11. "animations": {
  12. "breathing": true,
  13. "rainbow_mood": true,
  14. "rainbow_swirl": true,
  15. "snake": true,
  16. "knight": true,
  17. "christmas": true,
  18. "static_gradient": true,
  19. "rgb_test": true,
  20. "alternating": true,
  21. "twinkle": true
  22. },
  23. "default": {
  24. "hue": 201
  25. }
  26. },
  27. "tapping": {
  28. "term": 500
  29. },
  30. "ws2812": {
  31. "pin": "B0"
  32. },
  33. "matrix_pins": {
  34. "cols": ["B1", "B10", "B9", "B8", "B5", "B4", "B3", "A15", "B15", "B14", "B13", "B12"],
  35. "rows": ["A4", "A3", "A2", "A1", "A0"]
  36. },
  37. "diode_direction": "COL2ROW",
  38. "encoder": {
  39. "rotary": [
  40. {"pin_a": "C15", "pin_b": "C14", "resolution": 2}
  41. ]
  42. },
  43. "development_board": "blackpill_f401",
  44. "features": {
  45. "bootmagic": true,
  46. "nkro": true,
  47. "oled": true,
  48. "wpm": true,
  49. "extrakey": true,
  50. "encoder": true,
  51. "rgblight": true
  52. },
  53. "qmk": {
  54. "locking": {
  55. "enabled": true,
  56. "resync": true
  57. }
  58. }
  59. }