summaryrefslogtreecommitdiff
path: root/keyboards/prime_r/prime_r.h
diff options
context:
space:
mode:
authornoroadsleft2018-07-03 16:15:23 -0700
committerDrashna Jaelre2018-07-03 16:15:23 -0700
commitd49e4543b3c55bc128d5f2857971e9d34b8fcba6 (patch)
treebb61032255ffdc94fb709047e23c176408880838 /keyboards/prime_r/prime_r.h
parenta120bbc4de81206b1e7ff7879a9dfdc83b5c0387 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/prime_r/prime_r.h b/keyboards/prime_r/prime_r.h
index f98b5e87b..8295fc336 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, \