summaryrefslogtreecommitdiffstats
path: root/keyboards/knops/mini/mini.h
diff options
context:
space:
mode:
authorPawnerd <Pawnerd@users.noreply.github.com>2018-04-28 17:06:07 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-28 17:06:07 +0200
commit5dc60c06a9f513b177e3f432648265953fa14cd4 (patch)
tree83ae17e7d6d4a787d4b8875a7b6fb60ef88b16b4 /keyboards/knops/mini/mini.h
parent01a85b780c3cea3ca2f585e547f376a82859712f (diff)
downloadqmk_firmware-5dc60c06a9f513b177e3f432648265953fa14cd4.tar.gz
qmk_firmware-5dc60c06a9f513b177e3f432648265953fa14cd4.tar.xz
Add knops mini info json and implemented latest QMK standards (#2832)
* added info.json to knops mini keypad. * updated the keyboard to follow the latest qmk standards.
Diffstat (limited to 'keyboards/knops/mini/mini.h')
-rw-r--r--keyboards/knops/mini/mini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/knops/mini/mini.h b/keyboards/knops/mini/mini.h
index c9f74711b..e2d6c546b 100644
--- a/keyboards/knops/mini/mini.h
+++ b/keyboards/knops/mini/mini.h
@@ -22,7 +22,7 @@
// The following is an example using the Planck MIT layout
// The first section contains all of the arguments
// The second converts the arguments into a two-dimensional array
-#define KEYMAP( \
+#define LAYOUT( \
K00, K01, K02, K03, K04, K05 \
) { \
{ K00, K01, K02, K03, K04, K05 }, \