qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 5b0bd553b3dddc66e0896cb9593ac42c05104de0
parent bf986579dd6b0d503e8b7de18858e0713cd9c20b
Author: Joel Challis <git@zvecr.com>
Date:   Sat,  1 Apr 2023 23:34:13 +0100

Delete config_common.h (#20312)


Diffstat:
Dquantum/config_common.h | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git a/quantum/config_common.h b/quantum/config_common.h @@ -1,19 +0,0 @@ -/* Copyright 2015-2018 Jack Humbert - * - * 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 - -#pragma message("'config_common.h' should no longer be included!")