diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-06 04:24:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-06 04:24:06 +0000 |
commit | 7165915708abc76c58ef66d9c9e931235a02956d (patch) | |
tree | ea5fae4911445075b0ea5521ef4981e9ffc80b02 /keyboards/cannonkeys/sagittarius/sagittarius.c | |
parent | 57b0f69ca3b30839d86ca97d785c985e95249565 (diff) | |
parent | 495a61ad7a14bb7dd4022f1837fc18085026cfde (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/sagittarius/sagittarius.c')
-rw-r--r-- | keyboards/cannonkeys/sagittarius/sagittarius.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/sagittarius/sagittarius.c b/keyboards/cannonkeys/sagittarius/sagittarius.c new file mode 100644 index 0000000000..ea1b979c49 --- /dev/null +++ b/keyboards/cannonkeys/sagittarius/sagittarius.c @@ -0,0 +1,17 @@ + /* Copyright 2020 Andrew Kannan + * + * 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 "sagittarius.h" |