diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..335b683 --- /dev/null +++ b/src/config.h @@ -0,0 +1,25 @@ +/* + * Moonlander Layout + * + * Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> + * SPDX-License-Identifier: AGPL-3.0-or-later + * + * This file is part of Moonlander Layout. + * + * You should have received a copy of the License along with this program. + * If not, see <https://www.gnu.org/licenses/agpl.txt>. + */ + +/* + Set any config.h overrides for your specific keymap here. + See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file +*/ + +#undef DEBOUNCE +#define DEBOUNCE 8 + +#define USB_SUSPEND_WAKEUP_DELAY 0 +#define LAYER_STATE_16BIT + +#define RGB_MATRIX_STARTUP_SPD 60 + |