diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-20 15:18:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-20 15:18:18 +0000 |
commit | 427bff8504635da8d40899bf77d111e4c2e14c32 (patch) | |
tree | dfb7f866e2c971912383ec2e6609adc6f5cee904 /keyboards/forever65/forever65.h | |
parent | cb19c0906e215a46a8e9461af3be022f2ebcb263 (diff) | |
parent | f778ede8bd2c175a5f4a119d9321740d16047dcf (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/forever65/forever65.h')
-rw-r--r-- | keyboards/forever65/forever65.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/forever65/forever65.h b/keyboards/forever65/forever65.h new file mode 100644 index 0000000000..0edfd0b456 --- /dev/null +++ b/keyboards/forever65/forever65.h @@ -0,0 +1,18 @@ +/* Copyright 2021 zvecr<git@zvecr.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/>. + */ +#pragma once + +#include "quantum.h"
\ No newline at end of file |