diff options
author | QMK Bot <hello@qmk.fm> | 2023-03-16 17:12:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-03-16 17:12:47 +0000 |
commit | 23313c59763a65042f711606a67ae9262cb584ca (patch) | |
tree | eaeba80e6ad7a13fb48fe0f0fe8cfe0cfe4548e2 /keyboards/toffee_studio/blueberry/blueberry.c | |
parent | ef419d14e93ae89bbc5072c8e49087d3d09e34d7 (diff) | |
parent | f3f634ef671fe276c713d96a23e64dbc5797dd09 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/toffee_studio/blueberry/blueberry.c')
-rw-r--r-- | keyboards/toffee_studio/blueberry/blueberry.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/toffee_studio/blueberry/blueberry.c b/keyboards/toffee_studio/blueberry/blueberry.c new file mode 100644 index 0000000000..6eac643fce --- /dev/null +++ b/keyboards/toffee_studio/blueberry/blueberry.c @@ -0,0 +1,17 @@ +/* Copyright 2023 Toffee Studio + * + * 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 "blueberry.h" |