diff options
author | Dao Tak Isaac <daotran0940@gmail.com> | 2021-10-10 04:55:00 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:55:00 -0700 |
commit | 3c188d98a1aebbabb06c635f91195182aa84fa4d (patch) | |
tree | 28a275049db66af04b68dddb375e32ac6f3eb66c /keyboards/dtisaac/cg108/cg108.c | |
parent | f216c20fc74fc1b8ef2e6d952b17b1ee1914e236 (diff) |
[Keyboard] Add cg108 keyboard and fix keymap Dosa40rgb (#14753)
* Add cg108 keyboard and fix keymap Dosa40rgb
* Update keyboards/dtisaac/cg108/readme.md
* Update keyboards/dtisaac/dosa40rgb/rules.mk
* Update keyboards/dtisaac/cg108/info.json
* Update keyboards/dtisaac/cg108/keymaps/default/keymap.c
* Update keyboards/dtisaac/cg108/rules.mk
* Update keyboards/dtisaac/cg108/rules.mk
Diffstat (limited to 'keyboards/dtisaac/cg108/cg108.c')
-rw-r--r-- | keyboards/dtisaac/cg108/cg108.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/dtisaac/cg108/cg108.c b/keyboards/dtisaac/cg108/cg108.c new file mode 100644 index 0000000000..c2a7254aa8 --- /dev/null +++ b/keyboards/dtisaac/cg108/cg108.c @@ -0,0 +1,17 @@ +/* Copyright 2021 DTIsaac + * + * 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 "cg108.h" |