readme.md (1280B)
1 # KB16-01 (Revision 2) 2 3  4 5 A macropad that have 16-key keyboard made by DOIO, which controlled by an APM32F103CBT6 chipset. The keyboard features per-key RGB, 3 encoder and an OLED screen for displaying useful information. 6 7 * Keyboard Maintainer: [HorrorTroll](https://github.com/HorrorTroll) 8 * Hardware Supported: APM32F103CBT6 9 10 Make example for this keyboard (after setting up your build environment): 11 12 `make doio/kb16/rev2:default` 13 or with the qmk cli: 14 `qmk compile -kb doio/kb16/rev2 -km default` 15 16 Flashing example for this keyboard: 17 18 `make doio/kb16/rev2:default:flash` 19 or with the qmk cli: 20 `qmk flash -kb doio/kb16/rev2 -km default` 21 22 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). 23 24 ## Bootloader 25 26 Enter the bootloader in 3 ways: 27 28 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (1! key) and plug in the keyboard 29 * **Physical reset button**: Briefly press the button on the back of the PCB 30 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available