logo

qmk_firmware

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

keyboard.json (435B)


  1. {
  2. "keyboard_name": "Ghoul_STM32",
  3. "processor": "STM32F405",
  4. "bootloader": "stm32-dfu",
  5. "bootloader_instructions": "Press the 5 keys on the bottom row of the left side, or hold the boot switch and tap the reset switch, or hold the top-left key when plugging in the board.",
  6. "ws2812": {
  7. "pin": "C6",
  8. "driver": "pwm"
  9. },
  10. "encoder": {
  11. "rotary": [
  12. {"pin_a": "B10", "pin_b": "B1", "resolution": 2}
  13. ]
  14. }
  15. }