diff options
Diffstat (limited to 'keyboards/handwired/splittest/keymaps/serial_fullduplex/halconf.h')
-rw-r--r-- | keyboards/handwired/splittest/keymaps/serial_fullduplex/halconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/keymaps/serial_fullduplex/halconf.h b/keyboards/handwired/splittest/keymaps/serial_fullduplex/halconf.h new file mode 100644 index 0000000000..58840c28a7 --- /dev/null +++ b/keyboards/handwired/splittest/keymaps/serial_fullduplex/halconf.h @@ -0,0 +1,8 @@ +// Copyright 2022 dvermd (@dvermd) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define HAL_USE_SERIAL TRUE + +#include_next <halconf.h> |