diff options
author | QMK Bot <hello@qmk.fm> | 2023-07-20 23:57:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-07-20 23:57:45 +0000 |
commit | 46d1165fdd8cb229455976e1ef526521389d1b6a (patch) | |
tree | 8f073453c01dff77465e2d44f382278aeb76684f /keyboards/boardsource/unicorne/halconf.h | |
parent | 39679e055d803fcd0fda3669088df694e0e31b2c (diff) | |
parent | 327b40f5938bb589d6ed173d8fec72f35bde7231 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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> |