diff options
author | arnstadm <45672752+arnstadm@users.noreply.github.com> | 2022-08-13 04:46:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 19:46:16 -0700 |
commit | aee48b8aabc8f9d0b7d11f0fa77879e40337d224 (patch) | |
tree | 12324eb599471711ad0ce7817ed85f0e44f46020 /keyboards/akb/ogrn/config.h | |
parent | fb150e08f1f87c05127d648c47a3fda455f3ecfa (diff) |
[Keyboard] add ogrn (#17983)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/akb/ogrn/config.h')
-rw-r--r-- | keyboards/akb/ogrn/config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/akb/ogrn/config.h b/keyboards/akb/ogrn/config.h new file mode 100644 index 0000000000..ef8bb6d07b --- /dev/null +++ b/keyboards/akb/ogrn/config.h @@ -0,0 +1,20 @@ +// Copyright 2022 arnstadm (@arnstadm) +// 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 |