From 090b4a81b98d0da1942483b77ef90ac4c5af3c5f Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 4 Jul 2018 18:04:59 -0700 Subject: The Ruler QMK Configurator Support (#3308) * Update KEYMAP macro to LAYOUT * Add QMK Configurator support --- keyboards/the_ruler/the_ruler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/the_ruler/the_ruler.h') diff --git a/keyboards/the_ruler/the_ruler.h b/keyboards/the_ruler/the_ruler.h index 6f38034c31..45a327b0dc 100644 --- a/keyboards/the_ruler/the_ruler.h +++ b/keyboards/the_ruler/the_ruler.h @@ -3,7 +3,7 @@ #include "quantum.h" -#define KEYMAP( \ +#define LAYOUT( \ K00, K01, K02, K03, K04, K05 ) { \ { K00, K01, K02, K03, K04, K05 } \ } -- cgit v1.2.3