diff options
author | yulei <yuleiz@gmail.com> | 2019-07-30 15:19:54 +0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-30 00:19:54 -0700 |
commit | 5cf7dbedd2e68ec40b0666f10c47f9601e1ae275 (patch) | |
tree | 28658ba696f88ac0f433a696d8890acb8d5694e7 /keyboards/smk60/smk60.c | |
parent | f2e0d38f1714b7c5343eda842fccc1aeb0e56c7e (diff) | |
download | qmk_firmware-5cf7dbedd2e68ec40b0666f10c47f9601e1ae275.tar.gz |
[Keyboard] add 60% pcb for the smk 2nd switch(with mx mount) (#5928)
* add smk60 pcb
* remove useless keymap
* Update keyboards/smk60/rules.mk
add 60_iso layout
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* fixed 60_iso layout
* update header file macro
Diffstat (limited to 'keyboards/smk60/smk60.c')
-rw-r--r-- | keyboards/smk60/smk60.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/smk60/smk60.c b/keyboards/smk60/smk60.c new file mode 100644 index 000000000..947bec03a --- /dev/null +++ b/keyboards/smk60/smk60.c @@ -0,0 +1,5 @@ +/** + * smk60.c + */ + +#include "smk60.h" |