From 5afb50b1e8a737a4b906d2cdda22888eca8468a7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 9 Dec 2024 19:43:04 +0100 Subject: build: Add infrastructure --- src/config.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') 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 + * 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 . + */ + +/* + 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 + -- cgit 1.4.1