QMK firmware for the keyboard?

QMK (https://qmk.fm) is a keyboard firmware used in many custom keyboards. It provides many interesting functionalities, such as layers, macros, etc.
Given that the keyboard seems to be using a STM32 controller, it should be supported by QMK (see QMK Firmware), so I think it might be possible to compile & flash QMK firmware onto the keyboard.

2 Likes

yeah , it is possible ,actually the code of the keyboard right now has borrowed code from TMK
and if I remember correctlly, qmk is based on tmk ,right?

2 Likes

Yeah, it’s based on TMK, the source code still has a tmk_core directory in it.

1 Like

That definitely looks like an option. I was already thinking about how to manage custom firmware for the keyboard, if this works it would spare me from writing my own. It looks like the F103R series the DT uses should be supported with minimum tweaking.

1 Like