qmk_firmware

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

readme.md (953B)


      1 # KBDPad MKI
      2 
      3 Custom numpad. The MKI shares the same ATmega32A and matrix layout as the newer V2 PCB (not to be confused with the MKII, which uses an ATmega32U2!).
      4 
      5 * Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
      6 * Hardware Supported: KBDPad MKI, KBDPad V2
      7 * Hardware Availability: [KBDfans](https://kbdfans.com/collections/20/products/kbdfans-kbdpad-pcb-v2)
      8 
      9 Make example for this keyboard (after setting up your build environment):
     10 
     11     make kbdfans/kbdpad/mk1:default
     12 
     13 Flashing example for this keyboard:
     14 
     15     make kbdfans/kbdpad/mk1:default:flash
     16 
     17 **Reset Key:** Hold down the key located at `K00`, commonly programmed as `0` while plugging in the keyboard.
     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).