diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-16 18:07:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-16 18:07:39 +0000 |
commit | 4b185a52bc8ca1d25df05860f4b914a3e85115a0 (patch) | |
tree | a0d8102492e1223326d7c1712551ca503da5820c /keyboards/westm/westmergo/chconf.h | |
parent | 3a2d01df6a727dcca67c46e8e8ea3ef4f405fec2 (diff) | |
parent | d7bbd52e19970a506ac617fd3e9f19a062fead05 (diff) | |
download | qmk_firmware-4b185a52bc8ca1d25df05860f4b914a3e85115a0.tar.gz qmk_firmware-4b185a52bc8ca1d25df05860f4b914a3e85115a0.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/westm/westmergo/chconf.h')
-rw-r--r-- | keyboards/westm/westmergo/chconf.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/westm/westmergo/chconf.h b/keyboards/westm/westmergo/chconf.h new file mode 100644 index 0000000000..6def646622 --- /dev/null +++ b/keyboards/westm/westmergo/chconf.h @@ -0,0 +1,27 @@ +/* Copyright 2021 WestM + * + * 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_FREQUENCY 10000 + +#define CH_CFG_OPTIMIZE_SPEED FALSE + +#define CH_CFG_USE_CONDVARS_TIMEOUT FALSE + +#include_next <chconf.h> + |