summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/q2/halconf.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-08-05 17:36:10 +0800
committerlokher <lokher@gmail.com>2022-08-05 17:36:10 +0800
commit1063ff8bae565536f3ed379145a48d4ea97bc684 (patch)
treeae42ce8d27424a7e1740371f1d5146118d59f3ef /keyboards/keychron/q2/halconf.h
parent5853aecfa80438eff8b0c38986c7eebce5aaac68 (diff)
Remove Q1 and Q2
Diffstat (limited to 'keyboards/keychron/q2/halconf.h')
-rw-r--r--keyboards/keychron/q2/halconf.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/keychron/q2/halconf.h b/keyboards/keychron/q2/halconf.h
deleted file mode 100644
index 41bddcb279..0000000000
--- a/keyboards/keychron/q2/halconf.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright 2020 QMK
- *
- * 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
-
-#define HAL_USE_I2C TRUE
-
-#include_next <halconf.h>