From 5dc60c06a9f513b177e3f432648265953fa14cd4 Mon Sep 17 00:00:00 2001 From: Pawnerd Date: Sat, 28 Apr 2018 17:06:07 +0200 Subject: 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. --- keyboards/knops/mini/mini.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/knops/mini/mini.h') diff --git a/keyboards/knops/mini/mini.h b/keyboards/knops/mini/mini.h index c9f74711b8..e2d6c546b0 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 }, \ -- cgit v1.2.1