fix(q5_max): revert backspace to KC_BSPC, keep BSP_DEL for later use #16
Reference in New Issue
Block a user
Delete Branch "fix/shft-bkspc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switches the base layer backspace key back to plain
KC_BSPC. TheBSP_DELcustom keycode and its handler are kept in the codebase for future use.