logo

qmk_firmware

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

readme.md (1596B)


  1. # Footy
  2. ![Footy Foot Pedal](https://i.imgur.com/ZdvlgRB.jpeg)
  3. *Footy is a foot pedal intended to be used with a speech to text application like 'handy' or superwhisper. Initially developed as an assistive technology device for those with limited typing abilities.*
  4. * Keyboard Maintainer: [CJ Pais](https://github.com/cjpais)
  5. * Hardware Supported: [Keebio Stampy](https://keeb.io/products/stampy-rp2040-usb-c-controller-board-for-handwiring)
  6. * Hardware Availability: [3D printed case](https://makerworld.com/en/models/1185240-footy)
  7. Make example for this keyboard (after setting up your build environment):
  8. make handwired/footy:default
  9. Flashing example for this keyboard (enter the bootloader first):
  10. make handwired/footy:default:flash
  11. or drag and drop .uf2 file on the removable storage
  12. 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).
  13. ## Bootloader
  14. Enter the bootloader:
  15. * **Physical reset button**: Briefly double press the button on the back of the PCB
  16. ## Keymaps
  17. Right now there are two primary keymaps, one for 'handy' and one for 'superwhisper'.
  18. Handy's default keymap is for the center switch to be RCTRL + RGUI.
  19. Superwhisper's default keymap is for the center switch to be LOPT + SPACE.
  20. You can build either of these firmware images by running the following commands:
  21. ```
  22. make handwired/footy:handy
  23. make handwired/footy:superwhisper
  24. ```