qmk_firmware

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

readme.md (1197B)


      1 # Neopad
      2 
      3 Neopad is a little macropad with four switches and two rotary encoders, made by through hole components only.
      4 _Actually the number of switches is six, because even the encoder are allowed to click._
      5 
      6 ![Neopad](https://i.imgur.com/TgOkj2Fh.jpg "Neopad first proto")
      7 
      8 The Neopad in the photo above is the first prototype. See the project repository for revision 1 update and KiCad files.
      9 
     10 * Keyboard maintainer: [ivndbt](https://github.com/ivndbt)
     11 * Hardware supported: ProMicro, _Elite-C (not tested)_
     12 * Project repository: [Neopad on github](https://github.com/ivndbt/neopad)
     13 
     14 Make example for this keyboard (after setting up your build environment):
     15 
     16     make ivndbt/neopad/rev1:default
     17 
     18 Flashing example for this keyboard:
     19 
     20     make ivndbt/neopad/rev1:default:flash
     21 
     22 When asked by the terminal, press the dedicated `RESET` button (the one above the 2 LEDs) to enter the bootloader and let the OS detects the device.
     23 
     24 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 [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
     25