diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-04 17:59:35 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 17:59:35 -0700 |
commit | 3204dec09636f94275707368fb1ba37632c82042 (patch) | |
tree | d1c3cc121de2bf844654c6d28fa5eececec9de95 /keyboards/roadkit/roadkit.h | |
parent | d5def73f6eccc3727d7aa192b9204322af2933ba (diff) |
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
Diffstat (limited to 'keyboards/roadkit/roadkit.h')
-rw-r--r-- | keyboards/roadkit/roadkit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/roadkit/roadkit.h b/keyboards/roadkit/roadkit.h index 726542b036..62cfabc5eb 100644 --- a/keyboards/roadkit/roadkit.h +++ b/keyboards/roadkit/roadkit.h @@ -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, \ |