1
0
Fork 0

Roadkit refactor and Configurator support (#3303)

* Matrix refactor: rename KEYMAP to LAYOUT_numpad_4x4

* Keymap refactor: QMK_KEYBOARD_H, matrix renames, readability

* Configurator support

* Add numpad_4x4 LAYOUT to rules.mk
This commit is contained in:
noroadsleft 2018-07-04 17:59:35 -07:00 committed by Drashna Jaelre
parent d5def73f6e
commit 3204dec096
9 changed files with 253 additions and 232 deletions

View file

@ -4,7 +4,7 @@
#include "quantum.h"
// This is a shortcut to help you visually see your layout.
#define KEYMAP( \
#define LAYOUT_numpad_4x4( \
K00, K01, K02, K03, \
K10, K11, K12, \
K20, K21, K22, K23, \