qmk_firmware/keyboards/doio/kb16
Joel Challis 50cb8a3bf5
Remove bootloader logic from mcu_selection.mk (#20150)
* Remove bootloader logic from mcu_selection.mk

* Move MCU/BOOTLOADER to info.json
2023-03-18 21:19:26 +00:00
..
lib Added new keyboard DOIO KB16 (Rev 2) (#18699) 2022-10-26 18:59:30 +01:00
rev1 Move matrix config to info.json, part 4 (#20001) 2023-03-11 00:00:24 +11:00
rev2 Remove bootloader logic from mcu_selection.mk (#20150) 2023-03-18 21:19:26 +00:00
kb16.c initial (#18859) 2022-10-27 15:24:13 +11:00
kb16.h initial (#18859) 2022-10-27 15:24:13 +11:00
readme.md Added new keyboard DOIO KB16 (Rev 2) (#18699) 2022-10-26 18:59:30 +01:00

KB16-01

This keyboard have 2 revision, so before you need to write your own firmware code. Please read it carefully, or you could accident bricked your keeb after that.

  • Revision 1: Using ATMEGA32U4.

When you try to go bootloader mode, QMK Toolbox will showing this message Atmel DFU device connected (libusb0): Atmel Corp. ATmega32U4 (03EB:2FF4:0000). So please compile Revision 1 and flash after that.

Oh, and one more thing. As for the Bongo Cat on OLED screen, due to small flash size that ATMEGA32U4 support. It need to be disable Mouse key support.

  • Revision 2: Using APM32F103CBT6 (clone STM32F103CBT6).

When you try to go bootloader mode, QMK Toolbox will showing this message STM32Duino device connected: LeafLabs Maple 003 (1EAF:0003:0201). So please compile Revision 2 and flash after that.