From e6071b891af47c26ec13c94f094d53abe6ce924e Mon Sep 17 00:00:00 2001 From: Diego Palacios Date: Sat, 21 May 2022 18:36:54 +0200 Subject: Added Cantor keyboard (#16552) --- keyboards/cantor/halconf.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 keyboards/cantor/halconf.h (limited to 'keyboards/cantor/halconf.h') 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 -- cgit v1.2.3