tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.98k stars 1.7k forks source link

How to activate bootmagic on Infinity #272

Open fernandodeperto opened 8 years ago

fernandodeperto commented 8 years ago

I use a HHKB with alternative controller and TMK and on that keyboard I use Space + B to enable the bootloader when I connect the cable. How to do the same on the Infinity keyboard?

I tried just enabling the macro, like so:

#define BOOTMAGIC_KEY_SALT      KC_SPACE

but it didn't work. Is it possible? And how do I do it?

tmk commented 8 years ago

Not supported yet in mbed protocol. https://github.com/tmk/tmk_keyboard/tree/master/keyboard/infinity

Try this one which uses chibios protocol by flabbergast. It supports bootmagic. https://github.com/tmk/tmk_keyboard/tree/flabbergast-tmk_chibios/keyboard/infinity_chibios