qmk-keychron-q3-colemak-dh/keyboards/password/password.h

9 lines
176 B
C
Raw Normal View History

#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