Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
676 stars 118 forks source link

added matrix_state cell status changed fixes #34 #33

Closed joibacache closed 3 years ago

joibacache commented 3 years ago

added a new variable to store the original/previous matrix state, then included a check while going through the matrix cells and avoiding any work if there is no change on the matrix state.

I use layer hold keys and I was having issues with getting the keycode of the layer being hold because of this, adding the matrix cell check solved the problem.