Implementing shift backspace example

- copied and modified the code from the documentation
This commit is contained in:
Victor 2024-05-06 18:49:34 -05:00
parent c6bb3f3ea3
commit 507e60877e
Failed to generate hash of commit

View file

@ -42,6 +42,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
case KC_BSPC: {
//https://docs.qmk.fm/#/feature_advanced_keycodes?id=shift-backspace-for-delete
static bool delkey_registered = false;
if (record->event.pressed) {
// Detect the activation of either shift keys