diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 03:50:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 03:50:18 +0000 |
commit | cf4a121700439cb46585a6479439ab7ee9c38144 (patch) | |
tree | 61c3e79f86cd591d74eb513c5645d486486d9e96 /keyboards/peranekofactory/tone/rev1/rev1.c | |
parent | d5907a674ff7c5cd9827546d57e44cb430d5a7c5 (diff) | |
parent | 8b0a996d5d4bec0ee5901ee217650d8f432b4f5a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/peranekofactory/tone/rev1/rev1.c')
-rw-r--r-- | keyboards/peranekofactory/tone/rev1/rev1.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/peranekofactory/tone/rev1/rev1.c b/keyboards/peranekofactory/tone/rev1/rev1.c new file mode 100644 index 0000000000..df99ef2e0b --- /dev/null +++ b/keyboards/peranekofactory/tone/rev1/rev1.c @@ -0,0 +1,17 @@ +/* Copyright 2021 peraneko + * + * 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 "rev1.h" |