First pass at moving scan_matrix into the implementation-specific class

pull/18/head
Jesse Vincent 9 years ago
parent e1c7069c80
commit 5f9648c57d

@ -0,0 +1,7 @@
#pragma once
#define COLS 16
#define ROWS 4
#define KEYMAPS 3
#define NUMPAD_KEYMAP 2
#define KEYMAP_LIST KEYMAP_QWERTY KEYMAP_GENERIC_FN2 KEYMAP_NUMPAD
Loading…
Cancel
Save