diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-15 07:28:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-15 07:28:59 +0000 |
commit | 38a257e6668a4f4aeb450316523894c3f7b0dd9b (patch) | |
tree | ed21707ef565d8844fd7acef280e18338570a99d /keyboards/bacca70/chconf.h | |
parent | e784dc79a691abf8281b8aa97f83fdb81cb44f7e (diff) | |
parent | 87bb1a3890dd203f4e0fbf8a68455e1ecd25fd0e (diff) | |
download | qmk_firmware-38a257e6668a4f4aeb450316523894c3f7b0dd9b.tar.gz qmk_firmware-38a257e6668a4f4aeb450316523894c3f7b0dd9b.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bacca70/chconf.h')
-rw-r--r-- | keyboards/bacca70/chconf.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/bacca70/chconf.h b/keyboards/bacca70/chconf.h new file mode 100644 index 0000000000..9fee9bb49d --- /dev/null +++ b/keyboards/bacca70/chconf.h @@ -0,0 +1,25 @@ +/* Copyright 2022 keebnewb + * + * 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> |