diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-20 00:18:11 +1100 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2021-01-20 00:18:11 +1100 |
commit | d668fd3977c46bd5c9a5c50ce77ac86c85cc18ed (patch) | |
tree | 2ec8d5fe87f68c0eff23926305d020f94b5b4b61 /keyboards/cmm_studio/saka68/solder/solder.c | |
parent | 6b0ed6a29b306bad8c1a8a55e45452b828109793 (diff) | |
parent | d24fe4f1ca49b2143b3f3d260a0a63088b521673 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/cmm_studio/saka68/solder/solder.c')
-rw-r--r-- | keyboards/cmm_studio/saka68/solder/solder.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/cmm_studio/saka68/solder/solder.c b/keyboards/cmm_studio/saka68/solder/solder.c new file mode 100644 index 0000000000..5ff4cf0b97 --- /dev/null +++ b/keyboards/cmm_studio/saka68/solder/solder.c @@ -0,0 +1,20 @@ +/* Copyright 2020 CMM.Studio Freather + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "solder.h" + +// generated by KBFirmware JSON to QMK Parser +// https://noroadsleft.github.io/kbf_qmk_converter/ |