diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-05 10:32:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-05 10:32:25 +0000 |
commit | 5de74ce494e07e4fb3849a7c6b1d57cd03b238b6 (patch) | |
tree | 2f74496ad18691432af1e38a36adf2ba1f44b845 /keyboards/hineybush/ibis/config.h | |
parent | 034854ae39d18b161f45f6017b199e875fb6b036 (diff) | |
parent | 890dfebe8ddb971117d48031e4317d5387447b35 (diff) | |
download | qmk_firmware-5de74ce494e07e4fb3849a7c6b1d57cd03b238b6.tar.gz qmk_firmware-5de74ce494e07e4fb3849a7c6b1d57cd03b238b6.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hineybush/ibis/config.h')
-rw-r--r-- | keyboards/hineybush/ibis/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/hineybush/ibis/config.h b/keyboards/hineybush/ibis/config.h new file mode 100644 index 0000000000..e8601cd54b --- /dev/null +++ b/keyboards/hineybush/ibis/config.h @@ -0,0 +1,20 @@ +// Copyright 2022 Josh Hinnebusch (@hineybush) +// 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 |