From 3d6919c3dc1933c20c3cf2afc473e97cebed447e Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Wed, 4 Jul 2018 21:44:50 -0700 Subject: Tomato refactor and Configurator support (#3314) * Matrix refactor: rename KEYMAP to LAYOUT_ortho_3x10 * Keymap refactor: matrix rename * Add LAYOUTS = ortho_3x10 to rules.mk * Configurator support --- keyboards/tomato/tomato.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/tomato/tomato.h') diff --git a/keyboards/tomato/tomato.h b/keyboards/tomato/tomato.h index ebb2303ac8..f8674be40e 100644 --- a/keyboards/tomato/tomato.h +++ b/keyboards/tomato/tomato.h @@ -3,7 +3,7 @@ #include "quantum.h" -#define KEYMAP( \ +#define LAYOUT_ortho_3x10( \ K00, K01, K02, K03, K04, K05, K10, K11, K12, K13 , \ K14, K15, K20, K21, K22, K23, K24, K25, K30, K31 , \ K32, K33, K34, K35, K40, K41, K42, K43, K44, K45 \ -- cgit v1.2.3