qmk_firmware

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

readme.md (939B)


      1 # trainpad
      2 
      3 Custom four key keyboard. **See each individual board for pin information.**
      4 
      5 * Keyboard Maintainer: [Ananya Kirti](https://github.com/AnanyaKirti)
      6 * Hardware Supported: custom stacked FR4 case
      7 * Hardware Availability: Contact bob at [IMKC Discord](https://discord.gg/imkc)
      8 
      9 
     10 
     11 ## Bootloader
     12 
     13 Enter the bootloader:
     14 * **Bootmagic reset**: Hold down the far left key while connecting the USB cable.
     15 * **Physical reset button**: Briefly press the tactile button on the back of the PCB.
     16 
     17 
     18 Make example for this keyboard (after setting up your build environment):
     19 
     20     make trainpad:default
     21 
     22 Flashing example for this keyboard:
     23 
     24     make trainpad:default:flash
     25 
     26 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).