diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-08-19 20:12:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 11:12:34 -0700 |
commit | 8200804e96d1914ebad1948b52d6e1cec2e3ffcc (patch) | |
tree | 7438b6f02889fd5847341b9c023923a20080e055 /keyboards/owlab/voice65/hotswap/mcuconf.h | |
parent | c039796d9d6d341f16600b7032df056c0959df06 (diff) | |
download | qmk_firmware-8200804e96d1914ebad1948b52d6e1cec2e3ffcc.tar.gz qmk_firmware-8200804e96d1914ebad1948b52d6e1cec2e3ffcc.zip |
[Keyboard] Add Voice65 (#13744)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/owlab/voice65/hotswap/mcuconf.h')
-rw-r--r-- | keyboards/owlab/voice65/hotswap/mcuconf.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/owlab/voice65/hotswap/mcuconf.h b/keyboards/owlab/voice65/hotswap/mcuconf.h new file mode 100644 index 0000000000..808ff76540 --- /dev/null +++ b/keyboards/owlab/voice65/hotswap/mcuconf.h @@ -0,0 +1,22 @@ +/* Copyright 2021 kb-elmo<mail@elmo.space> + * + * 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 + +#include_next <mcuconf.h> + +#undef STM32_I2C_USE_I2C1 +#define STM32_I2C_USE_I2C1 TRUE |