diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-29 15:49:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-29 15:49:11 +0000 |
commit | faf4f6d00566cbb60a260ae89f9f5128823c9bdf (patch) | |
tree | 87c6b114dd1aee6c75914b2bfe8b0029855f875a /keyboards/cherrybstudio/cb1800/cb1800.c | |
parent | 58baf5a3d8fb2ce4d71fc001b8fae73274738f8f (diff) | |
parent | ad6acb3a03b826ce64bc1171d84fe9c364e2031d (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |