summaryrefslogtreecommitdiffstats
path: root/keyboards/tomato/tomato.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-07-05 06:44:50 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-05 06:44:50 +0200
commit3d6919c3dc1933c20c3cf2afc473e97cebed447e (patch)
treecde88ba6e6d45476eec89b5947efd9df9e6550b7 /keyboards/tomato/tomato.h
parentdb8b547b7da6c6bd0c63ca0bad250048eb8cb934 (diff)
downloadqmk_firmware-3d6919c3dc1933c20c3cf2afc473e97cebed447e.tar.gz
qmk_firmware-3d6919c3dc1933c20c3cf2afc473e97cebed447e.tar.xz
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
Diffstat (limited to 'keyboards/tomato/tomato.h')
-rw-r--r--keyboards/tomato/tomato.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tomato/tomato.h b/keyboards/tomato/tomato.h
index ebb2303ac..f8674be40 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 \