qmk-keychron-q3-colemak-dh/keyboards/password/password.h
ll3macorn 68cc1e9e2e
My new macropad (#43)
* 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
2021-08-18 14:22:13 -04:00

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