diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-16 17:48:32 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-16 17:48:32 +0000 |
commit | 13b31938ce6dd093f348b77f11c4c19aaf8ca87f (patch) | |
tree | 78f13db3e783909a69d73c1ec59febe5b97a3b6a /keyboards/wsk/alpha9/alpha9.c | |
parent | a5dd5bfd2680413ac9071854d50075db4c5461e5 (diff) | |
parent | 3295ac90ee9d0c0d4dc9c22bf107c9713f422696 (diff) | |
download | qmk_firmware-13b31938ce6dd093f348b77f11c4c19aaf8ca87f.tar.gz qmk_firmware-13b31938ce6dd093f348b77f11c4c19aaf8ca87f.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/wsk/alpha9/alpha9.c')
-rw-r--r-- | keyboards/wsk/alpha9/alpha9.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/wsk/alpha9/alpha9.c b/keyboards/wsk/alpha9/alpha9.c new file mode 100644 index 0000000000..0d9f32c49a --- /dev/null +++ b/keyboards/wsk/alpha9/alpha9.c @@ -0,0 +1,17 @@ +/* Copyright 2020 Worldspawn <mcmancuso@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 "alpha9.h" |