diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-17 15:52:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-17 15:52:41 +0000 |
commit | b098757a7e6476f63072727434ed0b566c0e2410 (patch) | |
tree | 4c3b4f5bc26d32fac45b156972199f174af5069d /keyboards/yeehaw/yeehaw.c | |
parent | 8508fc8b985e244200b5d14415760459d4058f55 (diff) | |
parent | 3bee24a8275eba13ada7e22b94cc96649c05e96f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/yeehaw/yeehaw.c')
-rw-r--r-- | keyboards/yeehaw/yeehaw.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/yeehaw/yeehaw.c b/keyboards/yeehaw/yeehaw.c new file mode 100644 index 0000000000..3c8a29cade --- /dev/null +++ b/keyboards/yeehaw/yeehaw.c @@ -0,0 +1,16 @@ +/* Copyright 2021 Caleb Lightfoot + * + * 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 "yeehaw.h" |