logo

qmk_firmware

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

readme.md (1239B)


  1. # Ghoul
  2. ![Ghoul](https://i.imgur.com/T8wp7cEh.jpg)
  3. Planck-like development board for QMK, using SparkFun MicroMod for hot-swap MCU capability.
  4. * Keyboard Maintainer: [tzarc](https://github.com/tzarc)
  5. * Hardware Supported: Ghoul rev1 PCB + MicroMod STM32, MicroMod RP2040
  6. * Hardware Availability: [Open-source](https://github.com/tzarc/ghoul)
  7. Make example for this keyboard (after setting up your build environment):
  8. make tzarc/ghoul/rev1/stm32:default
  9. make tzarc/ghoul/rev1/rp2040:default
  10. Flashing example for this keyboard:
  11. make tzarc/ghoul/rev1/stm32:default:flash
  12. make tzarc/ghoul/rev1/rp2040:default:flash
  13. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  14. ## Bootloader
  15. Enter the bootloader in 3 ways:
  16. * **Bootmagic reset**: Hold down the top-left key (usually Escape) and plug in the keyboard
  17. * **Physical reset button**: Either press all 5 left-most keys on the bottom row, or hold `BOOT` and press `RESET`
  18. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available