qmk_firmware

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

readme.md (1486B)


      1 # LumPy27
      2 
      3 The Lightweight User-Modifiable Pi/Python keyboard is a 26-key ergonomic gaming keyboard running on an RP2040. Originally designed to run CircuitPython and KMK, since QMK supports the RP2040 bootloader this is now an additional option for firmware.
      4 
      5 Q: Why is it named the LumPy27 even though it has 26 keys?
      6 
      7 A: When originally designing the PCB and coming up with a name, I miscounted the switches. With the name emblazoned on the silkscreen I figured it sounded better than LumPy26.
      8 
      9 Q: Why are the keys in the wrong place?
     10 
     11 A: For certain games I found it easier instead of remapping them to just change where they are. That's why keys like B and G are not in the right spots. 
     12 
     13 * Keyboard Maintainer: [djreisch](https://github.com/djreisch)
     14 * Hardware Availability: [DuckyDebug.org](https://duckydebug.org/products/lumpy27-ergonomic-gaming-keyboard)
     15 
     16 qmk compile example for this keyboard (after setting up your build environment):
     17 
     18     qmk compile -kb djreisch/lumpy27 -km default
     19 
     20 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).
     21 
     22 ## Bootloader
     23 
     24 Enter the bootloader in 2 ways:
     25 
     26 * **Bootloader Reset**: Hold down the bootload button and press the reset button
     27 * **Bootloader Power On**: Hold down the bootloader button and plug in the keyboard
     28 
     29