diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-14 04:38:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-14 04:38:08 +0000 |
commit | 85743b9f32f829bf025d612727ae2f3626e35aa8 (patch) | |
tree | 8c606a46455e02c6a113259fc15bd5a1f0bf0beb /keyboards/cherrybstudio/cb87v2/cb87v2.c | |
parent | 7b75aa181853419446123808ac3e39de8177a2d6 (diff) | |
parent | 851cb7e406ec775462b9eb9975f1b0f34445b48f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cherrybstudio/cb87v2/cb87v2.c')
-rw-r--r-- | keyboards/cherrybstudio/cb87v2/cb87v2.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/cherrybstudio/cb87v2/cb87v2.c b/keyboards/cherrybstudio/cb87v2/cb87v2.c new file mode 100644 index 0000000000..8d2fbba409 --- /dev/null +++ b/keyboards/cherrybstudio/cb87v2/cb87v2.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 "cb87v2.h" |