1
0
Fork 0

The Ruler QMK Configurator Support (#3308)

* Update KEYMAP macro to LAYOUT

* Add QMK Configurator support
This commit is contained in:
MechMerlin 2018-07-04 18:04:59 -07:00 committed by Drashna Jaelre
parent 7eeb8932a1
commit 090b4a81b9
3 changed files with 18 additions and 6 deletions

View file

@ -3,7 +3,7 @@
#include "quantum.h"
#define KEYMAP( \
#define LAYOUT( \
K00, K01, K02, K03, K04, K05 ) { \
{ K00, K01, K02, K03, K04, K05 } \
}