ibmpc_usb: matrix stores unimap translated states

scan code is translated to unimap before storing in matrix now
This commit is contained in:
tmk 2021-07-04 16:47:54 +09:00
parent e15f35fd9b
commit 0e3b7084b7
5 changed files with 86 additions and 90 deletions

View file

@ -29,8 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* matrix size */
#define MATRIX_ROWS 16 // keycode bit: 6-3
#define MATRIX_COLS 8 // keycode bit: 2-0
#define MATRIX_ROWS 8
#define MATRIX_COLS 16
/* key combination for command */