qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1596B)


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