diff options
| author | Robert Mills | 2023-03-07 19:13:46 +0100 |
|---|---|---|
| committer | GitHub | 2023-03-07 19:13:46 +0100 |
| commit | 8812db1d64d8927a23fdca49dd2409e090998e35 (patch) | |
| tree | d1e0850e9fde158c1ece710fe13c3bfefcf12bfb /keyboards/karn/halconf.h | |
| parent | e6e11dfde77a82d197f30289ca6bff8d3921a439 (diff) | |
[Keyboard] Add Karn Keyboard (#19846)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/karn/halconf.h')
| -rw-r--r-- | keyboards/karn/halconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/karn/halconf.h b/keyboards/karn/halconf.h new file mode 100644 index 0000000000..150de899ab --- /dev/null +++ b/keyboards/karn/halconf.h @@ -0,0 +1,8 @@ +// Copyright 2023 Robert Mills (@robcmills) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define HAL_USE_SERIAL TRUE + +#include_next <halconf.h> |