summaryrefslogtreecommitdiff
path: root/keyboards/handwired/splittest/bluepill/chconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-03 20:08:10 +0000
committerQMK Bot <hello@qmk.fm>2022-08-03 20:08:10 +0000
commitc6a6f987c93c424fc31e090737e4c7b8af728856 (patch)
tree73fc695a64843c7add68e8752ce69cf6120dd0b8 /keyboards/handwired/splittest/bluepill/chconf.h
parentf326b0b40ec3af51d7052ef5c99fc074442192c3 (diff)
parent92bcbee22615114286916bbbc4df4256c2818f0d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/splittest/bluepill/chconf.h')
-rw-r--r--keyboards/handwired/splittest/bluepill/chconf.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/keyboards/handwired/splittest/bluepill/chconf.h b/keyboards/handwired/splittest/bluepill/chconf.h
deleted file mode 100644
index 73c7d64e3a..0000000000
--- a/keyboards/handwired/splittest/bluepill/chconf.h
+++ /dev/null
@@ -1,23 +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 CH_CFG_ST_TIMEDELTA 0
-
-#define CH_CFG_USE_CONDVARS_TIMEOUT FALSE
-
-#include_next <chconf.h>