diff options
author | jack <0x6A73@pm.me> | 2023-07-20 17:57:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 17:57:08 -0600 |
commit | 327b40f5938bb589d6ed173d8fec72f35bde7231 (patch) | |
tree | fb37274f28ac77b8c33f180a18622dbc55546642 /keyboards/boardsource/unicorne/halconf.h | |
parent | d47c4630f819eb5057749d252e36edfd47262416 (diff) |
[Keyboard] Add boardsource/unicorne (#21510)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Cole Smith <smithcole@protonmail.com>
Diffstat (limited to 'keyboards/boardsource/unicorne/halconf.h')
-rw-r--r-- | keyboards/boardsource/unicorne/halconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/boardsource/unicorne/halconf.h b/keyboards/boardsource/unicorne/halconf.h new file mode 100644 index 0000000000..21ed454e50 --- /dev/null +++ b/keyboards/boardsource/unicorne/halconf.h @@ -0,0 +1,9 @@ +// Copyright 2022 jack (@waffle87) +// SPDX-License-Identifier: GPL-2.0-or-later +#pragma once + +#define HAL_USE_I2C TRUE +#define HAL_USE_PWM TRUE +#define HAL_USE_ADC TRUE + +#include_next <halconf.h> |