From 890dfebe8ddb971117d48031e4317d5387447b35 Mon Sep 17 00:00:00 2001 From: Josh Hinnebusch Date: Thu, 5 May 2022 06:31:52 -0400 Subject: Add ibis PCB (#17001) * initial ibis commit * updates etc * layout updates to fix mismatched keys * Apply suggestions from code review Co-authored-by: Joel Challis * Update keyboards/hineybush/ibis/info.json Co-authored-by: Joel Challis * Update keyboards/hineybush/ibis/readme.md Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/hineybush/ibis/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/hineybush/ibis/config.h (limited to 'keyboards/hineybush/ibis/config.h') 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 -- cgit v1.2.1