diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2021-07-19 23:46:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 20:46:01 -0700 |
commit | f439bfd543900498ae3e00df17d5f30ee29a4d70 (patch) | |
tree | d78423f68d6c5f336c557db0c2e000d83b9550dc /keyboards/cannonkeys/aella/chconf.h | |
parent | 46b8230468782808d0592ad63a664982622b195f (diff) | |
download | qmk_firmware-f439bfd543900498ae3e00df17d5f30ee29a4d70.tar.gz qmk_firmware-f439bfd543900498ae3e00df17d5f30ee29a4d70.zip |
[Keyboard] Aella Keyboard PCB (#13372)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cannonkeys/aella/chconf.h')
-rw-r--r-- | keyboards/cannonkeys/aella/chconf.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/aella/chconf.h b/keyboards/cannonkeys/aella/chconf.h new file mode 100644 index 0000000000..645412d47c --- /dev/null +++ b/keyboards/cannonkeys/aella/chconf.h @@ -0,0 +1,31 @@ +/* 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/cannonkeys/obliterated75/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> + |