diff options
author | Leon Anavi <leon@anavi.org> | 2023-12-05 08:43:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 23:43:14 -0800 |
commit | 6fb9de6cbbb29a674638f603b7c03b47b4c52130 (patch) | |
tree | aa78ce662bfd3c6ff4b75b52c098f7ae20455fb2 /keyboards/anavi/arrows/halconf.h | |
parent | 61708d60fbc8f23597b697a2e18163c6dc9003c7 (diff) |
[Keyboard] Add ANAVI Arrows (#22454)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/anavi/arrows/halconf.h')
-rw-r--r-- | keyboards/anavi/arrows/halconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/anavi/arrows/halconf.h b/keyboards/anavi/arrows/halconf.h new file mode 100644 index 0000000000..8a17a5c167 --- /dev/null +++ b/keyboards/anavi/arrows/halconf.h @@ -0,0 +1,9 @@ +// Copyright 2023 Leon Anavi <leon@anavi.org> +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define HAL_USE_I2C TRUE +#define HAL_USE_PWM TRUE + +#include_next <halconf.h> |