diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-07 06:59:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-07 06:59:06 +0000 |
commit | 827f32b3ad7ee0ef6cf17501b483acbf05f922fa (patch) | |
tree | 2d96fd85acd39f72e59d99ec22c5de51128919d1 /keyboards/pandora/pandora.c | |
parent | c09e8bbf4207f264972eb3b2bfd3a535e58d6f81 (diff) | |
parent | b26217414c8bd421d2d0e6edd161c6e7ea0bc1be (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |