logo

qmk_firmware

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

keyboard.json (380B)


  1. {
  2. "keyboard_name": "Ghoul_RP2040",
  3. "processor": "RP2040",
  4. "bootloader": "rp2040",
  5. "bootloader_instructions": "Hold the boot switch and tap the reset switch, or hold the top-left key when plugging in the board.",
  6. "encoder": {
  7. "rotary": [
  8. {"pin_a": "GP8", "pin_b": "GP5", "resolution": 2}
  9. ]
  10. },
  11. "ws2812": {
  12. "pin": "GP13",
  13. "driver": "vendor"
  14. }
  15. }