diff options
author | jonylee@hfd <108282809+jonylee1986@users.noreply.github.com> | 2023-08-13 02:13:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 11:13:08 -0700 |
commit | 8d0e9e00c1399cfb0cd60c301602ba328134ca5f (patch) | |
tree | cf36b106c58dcc6cf537fb34d1fa39a8c5f3c028 /keyboards/inland/mk47/halconf.h | |
parent | 6f638572d82ed8cdbcfd447b56e0610d7092b856 (diff) |
[Keyboard] Add mk47 keyboard (#19797)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joy <chang.li@westberrytech.com>
Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
Diffstat (limited to 'keyboards/inland/mk47/halconf.h')
-rw-r--r-- | keyboards/inland/mk47/halconf.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/inland/mk47/halconf.h b/keyboards/inland/mk47/halconf.h new file mode 100644 index 0000000000..55bfe5c977 --- /dev/null +++ b/keyboards/inland/mk47/halconf.h @@ -0,0 +1,23 @@ +/* Copyright (C) 2023 jonylee@hfd + * + * 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 HAL_USE_I2C TRUE +#define HAL_USE_SPI TRUE +#define SPI_USE_WAIT TRUE +#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD + +#include_next <halconf.h> |