qmk_firmware

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

readme.md (870B)


      1 # TutelPad macropad
      2 
      3 * Keyboard Maintainer: [ItsFiremanSam](https://github.com/ItsFiremanSam)
      4 * Hardware Supported: [TutelPad GitHub](https://github.com/0xCB-dev/0xCB-TutelPad)
      5 * Hardware Availability: [KeebSupply](https://keeb.supply/)
      6 
      7 ## Bootloader
      8 
      9 You can enter the bootloader by pressing the reset switch on the side while the keyboard is plugged in. You can also short the GND and RST pads on the controller.
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12 
     13     make 0xcb/tutelpad:default
     14 
     15 Flashing example for this keyboard:
     16 
     17     make 0xcb/tutelpad:default:flash
     18 
     19 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).