aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ymdk_np21/ymdk_np21.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymdk_np21/ymdk_np21.h')
-rw-r--r--keyboards/ymdk_np21/ymdk_np21.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/ymdk_np21/ymdk_np21.h b/keyboards/ymdk_np21/ymdk_np21.h
index babdc8483..728406d6e 100644
--- a/keyboards/ymdk_np21/ymdk_np21.h
+++ b/keyboards/ymdk_np21/ymdk_np21.h
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25 25
26void matrix_init_user(void); // TODO port this to other PS2AVRGB boards 26void matrix_init_user(void); // TODO port this to other PS2AVRGB boards
27 27
28#define KEYMAP_GRID( \ 28#define LAYOUT( \
29 K01, K02, K03, K04, K05, K06, \ 29 K01, K02, K03, K04, K05, K06, \
30 K11, K12, K13, K14, K15, K16, \ 30 K11, K12, K13, K14, K15, K16, \
31 K21, K22, K23, K24, K25, K26, \ 31 K21, K22, K23, K24, K25, K26, \
@@ -38,6 +38,4 @@ void matrix_init_user(void); // TODO port this to other PS2AVRGB boards
38 { K36, K35, K34, K33, K32, K31 } \ 38 { K36, K35, K34, K33, K32, K31 } \
39} 39}
40 40
41#define KEYMAP KEYMAP_GRID
42
43#endif 41#endif