From 7ea54a78376aee85a051a49185aa3555e8da41d2 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Sun, 21 Aug 2022 02:17:02 +0200 Subject: [Keyboard] Add ai macropad (#17722) Co-authored-by: Ryan Co-authored-by: Louis Dalibard --- keyboards/ai/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/ai/config.h (limited to 'keyboards/ai/config.h') diff --git a/keyboards/ai/config.h b/keyboards/ai/config.h new file mode 100644 index 0000000000..ceac109fb2 --- /dev/null +++ b/keyboards/ai/config.h @@ -0,0 +1,20 @@ +// Copyright 2022 Louis Dalibard (@make42) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +/* + * Feature disable options + * These options are also useful to firmware size reduction. + */ + +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT + +/* disable action features */ +//#define NO_ACTION_LAYER +//#define NO_ACTION_TAPPING +//#define NO_ACTION_ONESHOT -- cgit v1.2.3