diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 18:10:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 18:10:05 +0000 |
commit | 6c7d549e319f3f22f8c8dccd2506692117aa88c0 (patch) | |
tree | 45b89cf51313cef37e5ab32ec72740dc359b81b2 /keyboards/evyd13/nt650/config.h | |
parent | efd41fe9dfb4d4b732b48d8b973e8f2c60fafc95 (diff) | |
parent | 40d295abf69a79f67628e06599bfdbe50169aa4c (diff) | |
download | qmk_firmware-6c7d549e319f3f22f8c8dccd2506692117aa88c0.tar.gz qmk_firmware-6c7d549e319f3f22f8c8dccd2506692117aa88c0.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/evyd13/nt650/config.h')
-rw-r--r-- | keyboards/evyd13/nt650/config.h | 22 |
1 files changed, 22 insertions, 0 deletions
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 |