logo

qmk_firmware

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

keyboard.json (4258B)


  1. {
  2. "manufacturer": "1upkeyboards",
  3. "keyboard_name": "1upocarina",
  4. "maintainer": "ziptyze",
  5. "processor": "RP2040",
  6. "bootloader": "rp2040",
  7. "board": "GENERIC_RP_RP2040",
  8. "usb": {
  9. "device_version": "1.0.0",
  10. "pid": "0x5607",
  11. "vid": "0x6F75"
  12. },
  13. "dynamic_keymap": {
  14. "layer_count": 10
  15. },
  16. "features": {
  17. "bootmagic": true,
  18. "encoder": true,
  19. "extrakey": true,
  20. "mousekey": true,
  21. "nkro": false,
  22. "rgb_matrix": true
  23. },
  24. "encoder": {
  25. "enabled": true,
  26. "rotary": [
  27. {
  28. "pin_a": "GP25", "pin_b": "GP26"
  29. }
  30. ]
  31. },
  32. "matrix_pins": {
  33. "direct": [
  34. ["GP28", "GP29", "GP27", "GP1", "GP2"]
  35. ]
  36. },
  37. "ws2812": {
  38. "driver": "vendor",
  39. "pin": "GP24"
  40. },
  41. "rgb_matrix": {
  42. "animations": {
  43. "gradient_left_right": true,
  44. "breathing": true,
  45. "band_sat": true,
  46. "band_val": true,
  47. "band_pinwheel_sat": true,
  48. "band_pinwheel_val": true,
  49. "band_spiral_sat": true,
  50. "band_spiral_val": true,
  51. "cycle_all": true,
  52. "cycle_left_right": true,
  53. "cycle_up_down": true,
  54. "rainbow_moving_chevron": true,
  55. "cycle_out_in": true,
  56. "cycle_out_in_dual": true,
  57. "cycle_pinwheel": true,
  58. "cycle_spiral": true,
  59. "dual_beacon": true,
  60. "rainbow_beacon": true,
  61. "rainbow_pinwheels": true,
  62. "raindrops": true,
  63. "jellybean_raindrops": true,
  64. "hue_breathing": true,
  65. "hue_pendulum": true,
  66. "hue_wave": true,
  67. "typing_heatmap": true,
  68. "solid_reactive_simple": true,
  69. "solid_reactive": true,
  70. "solid_reactive_wide": true,
  71. "solid_reactive_multiwide": true,
  72. "solid_reactive_cross": true,
  73. "solid_reactive_multicross": true,
  74. "solid_reactive_nexus": true,
  75. "solid_reactive_multinexus": true,
  76. "splash": true,
  77. "multisplash": true,
  78. "solid_splash": true,
  79. "solid_multisplash": true
  80. },
  81. "driver": "ws2812",
  82. "layout": [
  83. { "flags": 4, "matrix": [0, 0], "x": 23, "y": 26 },
  84. { "flags": 4, "matrix": [0, 1], "x": 62, "y": 26 },
  85. { "flags": 4, "matrix": [0, 2], "x": 112, "y": 34 },
  86. { "flags": 4, "matrix": [0, 3], "x": 161, "y": 26 },
  87. { "flags": 4, "matrix": [0, 4], "x": 200, "y": 26 },
  88. { "flags": 2, "x": 133, "y": 3 },
  89. { "flags": 2, "x": 154, "y": 3 },
  90. { "flags": 2, "x": 174, "y": 3 },
  91. { "flags": 2, "x": 194, "y": 3 },
  92. { "flags": 2, "x": 218, "y": 5 },
  93. { "flags": 2, "x": 221, "y": 19 },
  94. { "flags": 2, "x": 221, "y": 31 },
  95. { "flags": 2, "x": 221, "y": 44 },
  96. { "flags": 2, "x": 217, "y": 58 },
  97. { "flags": 2, "x": 195, "y": 61 },
  98. { "flags": 2, "x": 174, "y": 61 },
  99. { "flags": 2, "x": 154, "y": 61 },
  100. { "flags": 2, "x": 133, "y": 61 },
  101. { "flags": 2, "x": 112, "y": 61 },
  102. { "flags": 2, "x": 91, "y": 61 },
  103. { "flags": 2, "x": 70, "y": 61 },
  104. { "flags": 2, "x": 49, "y": 61 },
  105. { "flags": 2, "x": 28, "y": 61 },
  106. { "flags": 2, "x": 5, "y": 58 },
  107. { "flags": 2, "x": 2, "y": 44 },
  108. { "flags": 2, "x": 2, "y": 31 },
  109. { "flags": 2, "x": 2, "y": 19 },
  110. { "flags": 2, "x": 5, "y": 5 },
  111. { "flags": 2, "x": 28, "y": 3 },
  112. { "flags": 2, "x": 49, "y": 3 },
  113. { "flags": 2, "x": 70, "y": 3 },
  114. { "flags": 2, "x": 91, "y": 3 }
  115. ],
  116. "sleep": true
  117. },
  118. "layouts": {
  119. "LAYOUT_1x5": {
  120. "layout": [
  121. { "label": "z", "matrix": [0, 0], "x": 0, "y": 0 },
  122. { "label": "x", "matrix": [0, 1], "x": 1, "y": 0 },
  123. { "label": "esc", "matrix": [0, 2], "x": 2, "y": 0 },
  124. { "label": "c", "matrix": [0, 3], "x": 3, "y": 0 },
  125. { "label": "v", "matrix": [0, 4], "x": 4, "y": 0 }
  126. ]
  127. }
  128. }
  129. }