diff options
author | Koobaczech <67293963+Koobaczech@users.noreply.github.com> | 2022-03-07 01:58:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 22:58:38 -0800 |
commit | b26217414c8bd421d2d0e6edd161c6e7ea0bc1be (patch) | |
tree | c1ef0b7a7a7991898ae7f85798e9353ba95bb85a /keyboards/pandora/pandora.c | |
parent | 2d8266bd7b896a7e9c3f971d4b8ed5be274c7951 (diff) | |
download | qmk_firmware-b26217414c8bd421d2d0e6edd161c6e7ea0bc1be.tar.gz qmk_firmware-b26217414c8bd421d2d0e6edd161c6e7ea0bc1be.zip |
[Keyboard] Delete duplicate pandora directory (#16496)
Diffstat (limited to 'keyboards/pandora/pandora.c')
-rw-r--r-- | keyboards/pandora/pandora.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/pandora/pandora.c b/keyboards/pandora/pandora.c deleted file mode 100644 index 3d166646b8..0000000000 --- a/keyboards/pandora/pandora.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2020 Koobaczech - * - * 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 "pandora.h" |