From 40d295abf69a79f67628e06599bfdbe50169aa4c Mon Sep 17 00:00:00 2001 From: Evelien Dekkers Date: Sat, 2 Jul 2022 20:09:26 +0200 Subject: [Keyboard] Add nt-650 (#17471) Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/evyd13/nt650/config.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/evyd13/nt650/config.h (limited to 'keyboards/evyd13/nt650/config.h') diff --git a/keyboards/evyd13/nt650/config.h b/keyboards/evyd13/nt650/config.h new file mode 100644 index 0000000000..91cf8ceccb --- /dev/null +++ b/keyboards/evyd13/nt650/config.h @@ -0,0 +1,22 @@ +// Copyright 2022 Evelien Dekkers (@evyd13) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#define LED_PIN_ON_STATE 0 + +/* + * 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