From 5c817bffe9f5c66626d179986b025287badd19d2 Mon Sep 17 00:00:00 2001 From: Zykrah <23428162+zykrah@users.noreply.github.com> Date: Thu, 15 Dec 2022 07:51:02 +1100 Subject: [Keyboard] Add Slime88 (#19054) Co-authored-by: Joel Challis Co-authored-by: Drashna Jaelre Co-authored-by: Ryan --- keyboards/zykrah/slime88/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/zykrah/slime88/config.h (limited to 'keyboards/zykrah/slime88/config.h') diff --git a/keyboards/zykrah/slime88/config.h b/keyboards/zykrah/slime88/config.h new file mode 100644 index 0000000000..eb91a14f6e --- /dev/null +++ b/keyboards/zykrah/slime88/config.h @@ -0,0 +1,20 @@ +/* +Copyright 2022 Zykrah +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#pragma once + +#define DYNAMIC_KEYMAP_LAYER_COUNT 6 + +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U -- cgit v1.2.3