qmk_firmware

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

readme.md (1593B)


      1 # hackpad
      2 
      3 ![hackpad](https://git.imaginaerraum.de/Purox/Hackpad/raw/branch/main/assets/pic.jpg)
      4 
      5 
      6 The `Hackpad` is a 4x4 numpad/macropad designed for the Arduino Day 2023 in Bayreuth in cooperation with the hackspace [Imaginärraum e.V.](imaginaerraum.de) and [Fablab-Bayreuth e.V.](fablab-bayreuth.de).
      7 It supports 16 MX-style switches, an EC-11 rotary encoder, and per key RGB LEDs based on SK6812.
      8 
      9 In v0.2 all necessary components are through hole components (except for an optional reset switch and RGB-LEDs), but the ProMicro protrudes out of the case.
     10 In v0.3 this is fixed by moving some diodes to the bottom side. The bottom diodes however are SMD only.
     11 
     12 * Keyboard Maintainer: [Nico Stuhlmueller](https://github.com/ThePurox)
     13 * Hardware Supported: ProMicro is supported in v0.2 and v0.3 of the PCBs
     14 * Hardware Availability: PCBs can be found [here](https://git.imaginaerraum.de/Purox/Hackpad)
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18     make hackpad:default
     19 
     20 Flashing example for this keyboard:
     21 
     22     make hackpad:default:flash
     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 our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
     25 
     26 ## Bootloader
     27 
     28 Enter the bootloader in 2 ways:
     29 
     30 * **Physical reset button**: Briefly press the button on the top of the PCB - some may have pads you must short instead
     31 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available