diff options
| author | oxnh | 2025-06-12 14:31:05 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-12 14:31:05 +0200 |
| commit | f4aa8ae845c0920d89e2e9f9bcbf6f56e7c6003a (patch) | |
| tree | ac585d807dae0ae36c81799b3c0c9bd21ceebdd2 /keyboards/koca58/halconf.h | |
| parent | 0516cf5ed85874f61944332c175e1b228fd137b2 (diff) | |
Add keyboard Lily58 Koca (#24847)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'keyboards/koca58/halconf.h')
| -rw-r--r-- | keyboards/koca58/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/koca58/halconf.h b/keyboards/koca58/halconf.h new file mode 100644 index 0000000000..79853fe70d --- /dev/null +++ b/keyboards/koca58/halconf.h @@ -0,0 +1,7 @@ +/* Copyright 2025 oxnh */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +#pragma once + +#define HAL_USE_SERIAL TRUE + +#include_next <halconf.h> |