diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-13 18:44:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-13 18:44:22 +0000 |
commit | 53ca8a12cddca57c5357b4795c55648f22b849a9 (patch) | |
tree | 697e7393c2c735229a11bf314510622a5a67f147 /keyboards/bluebell/swoop/swoop.c | |
parent | 5629ba18077ee5dcde72e497ddf46d848817dd5c (diff) | |
parent | 4a30ea6a18efcc122fd0b7b3626cc1602227e586 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bluebell/swoop/swoop.c')
-rw-r--r-- | keyboards/bluebell/swoop/swoop.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/bluebell/swoop/swoop.c b/keyboards/bluebell/swoop/swoop.c new file mode 100644 index 0000000000..a373b48c47 --- /dev/null +++ b/keyboards/bluebell/swoop/swoop.c @@ -0,0 +1,16 @@ +/* Copyright 2022 James White <jamesmnw@gmail.com> + * + * 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 "swoop.h" |