diff options
author | Joel Challis <git@zvecr.com> | 2023-12-05 08:37:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 08:37:00 +0000 |
commit | 2acb426b8e51acd4ba16475c2132023cbb59b71a (patch) | |
tree | 16f812132c21e8837ca1a5d8388e9ff15b4a43f0 /keyboards/kudox_game | |
parent | 92cf493d7f12bb2410706891c02c31432a414432 (diff) |
Remove "empty" files (#22603)
Diffstat (limited to 'keyboards/kudox_game')
-rw-r--r-- | keyboards/kudox_game/keymaps/default/config.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/kudox_game/keymaps/default/config.h b/keyboards/kudox_game/keymaps/default/config.h deleted file mode 100644 index 5cbe7609a3..0000000000 --- a/keyboards/kudox_game/keymaps/default/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2019 Kumao Kobo <kumaokobo@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/>. -*/ - -#pragma once |