diff options
author | Diego Palacios <diepala@gmail.com> | 2022-05-21 18:36:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-21 17:36:54 +0100 |
commit | e6071b891af47c26ec13c94f094d53abe6ce924e (patch) | |
tree | 6625f9ba83ec81ecb264fab2bd0d288b2630e751 /keyboards/cantor/halconf.h | |
parent | 0103f7877a8524ab7ee8ddcfcf31aec8b117bdcf (diff) |
Added Cantor keyboard (#16552)
Diffstat (limited to 'keyboards/cantor/halconf.h')
-rw-r--r-- | keyboards/cantor/halconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/cantor/halconf.h b/keyboards/cantor/halconf.h new file mode 100644 index 0000000000..8214c4bc6d --- /dev/null +++ b/keyboards/cantor/halconf.h @@ -0,0 +1,8 @@ +// Copyright 2022 Diego Palacios (@diepala) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define HAL_USE_SERIAL TRUE + +#include_next <halconf.h> |