diff options
author | Louis Dalibard <louis.dalibard@gmail.com> | 2022-08-21 02:17:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 17:17:02 -0700 |
commit | 7ea54a78376aee85a051a49185aa3555e8da41d2 (patch) | |
tree | 5cf306d02efb6f70e608cd15ebb567a04444f0d6 /keyboards/ai/config.h | |
parent | e2fbcc8099212acff389d96b777030e9d0d79e28 (diff) |
[Keyboard] Add ai macropad (#17722)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Louis Dalibard <ontake@ontake.dev>
Diffstat (limited to 'keyboards/ai/config.h')
-rw-r--r-- | keyboards/ai/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
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 |