c6f1b594a2
* `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS` |
||
---|---|---|
.. | ||
keymaps | ||
config.h | ||
info.json | ||
manibus.c | ||
manibus.h | ||
readme.md | ||
rules.mk |
Manibus keyboard
A 5x7 split ergonomic keyboard designed and sold by Blank Tehnologii.
- Keyboard Maintainer: Alex Paulescu/SamuraiKek
- Hardware Supported: ATmega32u4
- Hardware Availability: Blank Tehnologii
Make example for this keyboard (after setting up your build environment):
make blank_tehnologii/manibus:default
Example of flashing this keyboard:
make blank_tehnologii/manibus:default:dfu-split-left # Left half
make blank_tehnologii/manibus:default:dfu-split-right # Right half
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.