diff options
author | WestM <93159069+WestMProducts@users.noreply.github.com> | 2021-12-16 10:07:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 10:07:06 -0800 |
commit | d7bbd52e19970a506ac617fd3e9f19a062fead05 (patch) | |
tree | 1b358908dde17f31525f5947320a91196c8a0d17 /keyboards/westm/westm68/chconf.h | |
parent | f383d3d8be525ae34f40d848edb5dc091cba8922 (diff) |
[Keyboard] Add WestM (#15459)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/westm/westm68/chconf.h')
-rw-r--r-- | keyboards/westm/westm68/chconf.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/westm/westm68/chconf.h b/keyboards/westm/westm68/chconf.h new file mode 100644 index 0000000000..2faefa379d --- /dev/null +++ b/keyboards/westm/westm68/chconf.h @@ -0,0 +1,26 @@ +/* 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> + |