diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-03 16:15:23 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-03 16:15:23 -0700 |
commit | d49e4543b3c55bc128d5f2857971e9d34b8fcba6 (patch) | |
tree | bb61032255ffdc94fb709047e23c176408880838 /keyboards/prime_r/prime_r.h | |
parent | a120bbc4de81206b1e7ff7879a9dfdc83b5c0387 (diff) |
Prime_R refactor and Configurator support (#3289)
* Matrix refactor: rename KEYMAP to LAYOUT
* Keymap refactor: QMK_KEYBOARD_H; new matrix names
* Configurator support
Diffstat (limited to 'keyboards/prime_r/prime_r.h')
-rw-r--r-- | keyboards/prime_r/prime_r.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/prime_r/prime_r.h b/keyboards/prime_r/prime_r.h index f98b5e87b0..8295fc336c 100644 --- a/keyboards/prime_r/prime_r.h +++ b/keyboards/prime_r/prime_r.h @@ -18,7 +18,7 @@ #include "quantum.h" -#define KEYMAP( \ +#define LAYOUT( \ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, \ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, \ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K212, K213, K214, K215, \ |