diff options
author | Zicodia <82699172+Z1codia@users.noreply.github.com> | 2022-09-27 04:16:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 02:16:03 -0700 |
commit | e021fe90b1226eabc618cd5d42acfd2ba7a674fa (patch) | |
tree | 9dcfd80880a906427c80e4bf8d44bf0290a59847 /keyboards/zicodia/tklfrlnrlmlao/config.h | |
parent | 045170a958820ca8294d6aec2db4ccb1129038dc (diff) | |
download | qmk_firmware-e021fe90b1226eabc618cd5d42acfd2ba7a674fa.tar.gz qmk_firmware-e021fe90b1226eabc618cd5d42acfd2ba7a674fa.zip |
[Keyboard] Add TKLFRLNRLMLAO (#18487)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/zicodia/tklfrlnrlmlao/config.h')
-rw-r--r-- | keyboards/zicodia/tklfrlnrlmlao/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/zicodia/tklfrlnrlmlao/config.h b/keyboards/zicodia/tklfrlnrlmlao/config.h new file mode 100644 index 0000000000..58f2df252b --- /dev/null +++ b/keyboards/zicodia/tklfrlnrlmlao/config.h @@ -0,0 +1,20 @@ +// Copyright 2022 Zicodia (@Zicodia) +// 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 |