diff options
author | Joel Challis <git@zvecr.com> | 2021-08-24 17:07:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-24 17:07:11 +0100 |
commit | 2cade3a48300e0709f8aec68602faf90947b6738 (patch) | |
tree | 20d4e05ccb92ebf35c7aa3ab281590302e9befa9 /quantum/template/base/keyboard.c | |
parent | 2827a3cf754c2eaca37a0d44a5901741f1855414 (diff) |
Align some quantum sub-directories (#14134)
* Misc folder tidy
* Review comments
* Remove redundant entry
Diffstat (limited to 'quantum/template/base/keyboard.c')
-rw-r--r-- | quantum/template/base/keyboard.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/quantum/template/base/keyboard.c b/quantum/template/base/keyboard.c deleted file mode 100644 index f69ae16ede..0000000000 --- a/quantum/template/base/keyboard.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright %YEAR% %YOUR_NAME% - * - * 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 "%KEYBOARD%.h" |