You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1001 B

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