diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 01:49:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 01:49:28 +0000 |
commit | 85621311db62a3a2a264cb7c9edefb7cab731e4c (patch) | |
tree | 14f222e1536a96747deff218a5d4fbd8a6f46421 /keyboards/cannonkeys/balance/halconf.h | |
parent | 6b2b42678dee90835f7f45b08d566be47e05e0d1 (diff) | |
parent | 46b8230468782808d0592ad63a664982622b195f (diff) | |
download | qmk_firmware-85621311db62a3a2a264cb7c9edefb7cab731e4c.tar.gz qmk_firmware-85621311db62a3a2a264cb7c9edefb7cab731e4c.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/balance/halconf.h')
-rw-r--r-- | keyboards/cannonkeys/balance/halconf.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/balance/halconf.h b/keyboards/cannonkeys/balance/halconf.h new file mode 100644 index 0000000000..de8d8035d0 --- /dev/null +++ b/keyboards/cannonkeys/balance/halconf.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/db60/halconf.h -r platforms/chibios/common/configs/halconf.h` + */ + +#pragma once + +#define HAL_USE_I2C TRUE + +#define HAL_USE_PWM TRUE + +#define HAL_USE_SPI TRUE + +#include_next <halconf.h> + |