diff options
author | DA <56441863+duongaanh@users.noreply.github.com> | 2021-07-29 22:48:39 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 08:48:39 -0700 |
commit | ad6acb3a03b826ce64bc1171d84fe9c364e2031d (patch) | |
tree | c4d7d647ff6d94a1c7f9b036d7b4918560308acd /keyboards/cherrybstudio/cb1800/cb1800.c | |
parent | 8fa674727d7586db85da901f9d837ea74bc8095b (diff) | |
download | qmk_firmware-ad6acb3a03b826ce64bc1171d84fe9c364e2031d.tar.gz qmk_firmware-ad6acb3a03b826ce64bc1171d84fe9c364e2031d.zip |
[Keyboard] add cherryb studio cb1800 keyboard (#13639)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cherrybstudio/cb1800/cb1800.c')
-rw-r--r-- | keyboards/cherrybstudio/cb1800/cb1800.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/cherrybstudio/cb1800/cb1800.c b/keyboards/cherrybstudio/cb1800/cb1800.c new file mode 100644 index 0000000000..6a42e65db5 --- /dev/null +++ b/keyboards/cherrybstudio/cb1800/cb1800.c @@ -0,0 +1,14 @@ +/* +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 "cb1800.h" |