diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2022-07-02 18:54:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 20:54:22 +1000 |
commit | 578a3e3505abd5b246183a8e38572312a47ef8d2 (patch) | |
tree | 91c45a9f2712ff3f68fce286b5051778c3d30933 /keyboards/kbdfans/baguette66/soldered/soldered.c | |
parent | c8fbfca1b614cbe74b1c30aeb1c2c02d5ebe0458 (diff) |
add baguette66 keyboard (#16429)
* add baguette66 keyboard
* Update keyboards/kbdfans/baguette66/soldered/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/kbdfans/baguette66/rgb/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kbdfans/baguette66/soldered/soldered.c')
-rw-r--r-- | keyboards/kbdfans/baguette66/soldered/soldered.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kbdfans/baguette66/soldered/soldered.c b/keyboards/kbdfans/baguette66/soldered/soldered.c new file mode 100644 index 0000000000..f2848c1b32 --- /dev/null +++ b/keyboards/kbdfans/baguette66/soldered/soldered.c @@ -0,0 +1,17 @@ +/* Copyright 2022 DZTECH <moyi4681@Live.cn> + * + * 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 "soldered.h" |