diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-21 20:59:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 20:59:02 -0400 |
commit | 26546f995fb28beea6d70044a5f5fe4274e60ec9 (patch) | |
tree | 9b88a6a066e3b95a53261a5c0bb884c3b2708806 /keyboards/handwired/CMD60/CMD60.c | |
parent | 2bed835a331101c1ad70e97f8ce40bd85f546949 (diff) | |
parent | 2877b858d398b64787f679e7826cecce26dbb33f (diff) | |
download | qmk_firmware-26546f995fb28beea6d70044a5f5fe4274e60ec9.tar.gz qmk_firmware-26546f995fb28beea6d70044a5f5fe4274e60ec9.zip |
Merge pull request #529 from CommandLineDesign/CMD60-newKeymap
Added CMD60 keymap
Diffstat (limited to 'keyboards/handwired/CMD60/CMD60.c')
-rw-r--r-- | keyboards/handwired/CMD60/CMD60.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/CMD60/CMD60.c b/keyboards/handwired/CMD60/CMD60.c new file mode 100644 index 0000000000..799848e34e --- /dev/null +++ b/keyboards/handwired/CMD60/CMD60.c @@ -0,0 +1,8 @@ +#include "CMD60.h" + +void matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + matrix_init_user(); +} |