summaryrefslogtreecommitdiffstats
path: root/keyboards/the_ruler/the_ruler.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-07-05 03:04:59 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-05 03:04:59 +0200
commit090b4a81b98d0da1942483b77ef90ac4c5af3c5f (patch)
tree1a2c553a1e6cc640cbc7ddd0d37e42a588aa75f7 /keyboards/the_ruler/the_ruler.h
parent7eeb8932a17443fb6e94a6aeeaed895790b561d2 (diff)
downloadqmk_firmware-090b4a81b98d0da1942483b77ef90ac4c5af3c5f.tar.gz
qmk_firmware-090b4a81b98d0da1942483b77ef90ac4c5af3c5f.tar.xz
The Ruler QMK Configurator Support (#3308)
* Update KEYMAP macro to LAYOUT * Add QMK Configurator support
Diffstat (limited to 'keyboards/the_ruler/the_ruler.h')
-rw-r--r--keyboards/the_ruler/the_ruler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/the_ruler/the_ruler.h b/keyboards/the_ruler/the_ruler.h
index 6f38034c3..45a327b0d 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 } \
}