qmk_firmware

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

readme.md (1001B)


      1 # Manibus keyboard
      2 
      3 ![Imgur](https://i.imgur.com/0l17Xyyl.jpg)
      4 
      5 A 5x7 split ergonomic keyboard designed and sold by [Blank Tehnologii](https://blank.computer/).
      6 
      7 * Keyboard Maintainer: [Alex Paulescu/SamuraiKek](https://github.com/SamuraiKek)
      8 * Hardware Supported: [ATmega32u4](https://www.digikey.com/en/products/detail/microchip-technology/ATMEGA32U4-AU/1914602)
      9 * Hardware Availability: [Blank Tehnologii](https://blank.computer/)
     10 
     11 Make example for this keyboard (after setting up your build environment):
     12 
     13     make blank_tehnologii/manibus:default
     14 
     15 Example of flashing this keyboard:
     16 
     17     make blank_tehnologii/manibus:default:dfu-split-left # Left half
     18     make blank_tehnologii/manibus:default:dfu-split-right # Right half
     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).