diff options
author | noahbei <123449614+noahbei@users.noreply.github.com> | 2023-10-04 21:55:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 21:55:49 -0700 |
commit | 92873cc14f1ef66ae3c856dc6b5298c75e66f8d2 (patch) | |
tree | 5e60f7bd1e5c6228694ff8d1a2b89d0faf8314cf /keyboards/printedpad/halconf.h | |
parent | 2a8b3a809d8a6ca4f9dd23bc4cef1cbc23443539 (diff) |
Add printedpad keyboard (#21202)
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/printedpad/halconf.h')
-rw-r--r-- | keyboards/printedpad/halconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/printedpad/halconf.h b/keyboards/printedpad/halconf.h new file mode 100644 index 0000000000..0534f72da2 --- /dev/null +++ b/keyboards/printedpad/halconf.h @@ -0,0 +1,8 @@ +// Copyright 2023 Noah Beidelman (@noahbei) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define HAL_USE_I2C TRUE + +#include_next <halconf.h>
\ No newline at end of file |