system76 / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
93 stars 33 forks source link

Lite reset hotkey #24

Closed leviport closed 2 years ago

leviport commented 2 years ago

This isn't working quite yet, but I thought I'd get this out there for discussion. With this hotkey, I can reset the keyboard with Left Ctrl + Right Ctrl + Esc.

The reason it's not working is because calling reset_keyboard() acts the way RESET worked before we implemented the firmware unlock feature. I'm not sure what to call instead of reset_keyboard() to activate that mode instead.

WatchMkr commented 2 years ago

I like the key combo. Sounds good to me.

leviport commented 2 years ago

Idea: do we want to add this key combo to Launch as well, so that the same hotkey can be used on both models? The RESET key can still be mapped and used the same on Lite, if a user adds it to their keymap.

leviport commented 2 years ago

I'm not sure why that liner is failing, both launch_1 and launch_lite_1 have readme files :confused: