68cc1e9e2e
* adding support for the PASSWORD board its a project im working on and a really nice macropad * just getting rid of the old keymap * fixed * fixed again
9 lines
176 B
C
9 lines
176 B
C
#ifndef KB_H
|
|
#define KB_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#define LAYOUT( K00, K01, K02, K03, K04, K05, K06, K07 ) { { K00, K01, K02, K03, K04, K05, K06, K07 } }
|
|
|
|
|
|
#endif |