diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 08:33:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 08:33:04 +0000 |
commit | 2dfccd29c8d11a29777cfda1ee6cb393ebb37fee (patch) | |
tree | 28c07711e87a7e8164024e0afe5ae9b3c8d0c8d8 /keyboards/handwired/splittest/bluepill/chconf.h | |
parent | 61a3fe4faca40c537dc179f58317a0229ae09ce2 (diff) | |
parent | 0206bd9df31521fcfd764c3dd4cff383e4957151 (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.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/bluepill/chconf.h b/keyboards/handwired/splittest/bluepill/chconf.h new file mode 100644 index 0000000000..73c7d64e3a --- /dev/null +++ b/keyboards/handwired/splittest/bluepill/chconf.h @@ -0,0 +1,23 @@ +/* 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> |