1
0
Fork 0

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.
This commit is contained in:
Pawnerd 2018-04-28 17:06:07 +02:00 committed by Drashna Jaelre
parent 01a85b780c
commit 5dc60c06a9
3 changed files with 31 additions and 18 deletions

View file

@ -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 }, \