ibmpc_usb: matrix stores unimap translated states
scan code is translated to unimap before storing in matrix now
This commit is contained in:
parent
e15f35fd9b
commit
0e3b7084b7
5 changed files with 86 additions and 90 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue