diff options
Diffstat (limited to 'zsa_moonlander_layout-v25_source/config.h')
-rw-r--r-- | zsa_moonlander_layout-v25_source/config.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/zsa_moonlander_layout-v25_source/config.h b/zsa_moonlander_layout-v25_source/config.h deleted file mode 100644 index 335b683..0000000 --- a/zsa_moonlander_layout-v25_source/config.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * 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 - |