diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-29 23:04:06 -0700 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-29 23:04:06 -0700 |
commit | 80d8c4a48325b6b41a46f9445686ad0523aa4ccc (patch) | |
tree | f21df0940de69f08668ff450b261a17888b1685e /keyboards/noxary/378/chconf.h | |
parent | 25f43837d2d603505a498662993bdeaecb7bc43d (diff) | |
parent | 6fd9b2feba920e9c7773e1f9c84244ac0d0f50c0 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/noxary/378/chconf.h')
-rw-r--r-- | keyboards/noxary/378/chconf.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/noxary/378/chconf.h b/keyboards/noxary/378/chconf.h new file mode 100644 index 0000000000..06279fc387 --- /dev/null +++ b/keyboards/noxary/378/chconf.h @@ -0,0 +1,30 @@ +/* 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/>. + */ + +/* + * This file was auto-generated by: + * `qmk chibios-confmigrate -i keyboards/acheron/arctic/chconf.h -r platforms/chibios/common/configs/chconf.h` + */ + +#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> |