Skip to content
Snippets Groups Projects
Commit ecc5e1e3 authored by minute's avatar minute
Browse files

Merge branch 'kbd-qwerty-us-delete-key' into 'master'

keyboard-fw: fix non-functional Delete key on QWERTY US variant if Hyper is pressed or mode enabled

See merge request reform/reform!35
parents da5347b0 8f18ddf7
No related branches found
No related tags found
No related merge requests found
...@@ -264,6 +264,8 @@ int main(void) ...@@ -264,6 +264,8 @@ int main(void)
{ {
#ifdef KBD_VARIANT_QWERTY_US #ifdef KBD_VARIANT_QWERTY_US
matrix[KBD_COLS*4+1]=KEY_DELETE; matrix[KBD_COLS*4+1]=KEY_DELETE;
matrix_fn[KBD_COLS*4+1]=KEY_DELETE;
matrix_fn_toggled[KBD_COLS*4+1]=KEY_DELETE;
#endif #endif
#ifdef KBD_VARIANT_NEO2 #ifdef KBD_VARIANT_NEO2
matrix[KBD_COLS*3+0]=HID_KEYBOARD_SC_CAPS_LOCK; // M3 matrix[KBD_COLS*3+0]=HID_KEYBOARD_SC_CAPS_LOCK; // M3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment