mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-01 15:35:52 +00:00
9523ed9e32
* Expose rgb_matrix_update_pwm_buffers to be available in keymaps Exposing this API enables the examples in the keyboard shutdown/reboot documentation to compile instead of calling `rgb_matrix_driver.flush` directly. * Remove extraneous rgb_matrix_update_pwm_buffers prototype declarations Now that `rgb_matrix_update_pwm_buffers` is public, there isn't the need for local prototype declarations. |
||
---|---|---|
.. | ||
keymaps/default | ||
rev_0100 | ||
readme.md |
MIIIW BlackIO83
A customizable 75% keyboard.
Make example for this keyboard (after setting up your build environment):
make miiiw/blackio83/rev_0100:default
Flashing example for this keyboard:
make miiiw/blackio83/rev_0100:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Bootloader
Enter the bootloader in 3 ways:
- Bootmagic reset: With the power switch off, hold down the key at (0,0) in the matrix (Escape) and plug in the keyboard.
- Physical button: With the power switch off, hold the small metal button on the right side under the spacebar keycap and plug in the keyboard.
- Keycode in layout:
- (Official firmware only) With the power switch on, press and hold the left Shift+ Fn+ upper right DEL.
- (Unofficial firmware) With the power switch on, press the key mapped to
QK_BOOT
if it is available.