From 49a78b81145213e2883e6c3beab6d9c136c10085 Mon Sep 17 00:00:00 2001 From: IFo Hancroft Date: Sat, 12 Nov 2022 01:07:20 +0200 Subject: Ifohancroft HotDox76v2 keymap (#19030) Co-authored-by: Drashna Jaelre --- keyboards/hotdox76v2/keymaps/ifohancroft/config.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 keyboards/hotdox76v2/keymaps/ifohancroft/config.h (limited to 'keyboards/hotdox76v2/keymaps/ifohancroft/config.h') diff --git a/keyboards/hotdox76v2/keymaps/ifohancroft/config.h b/keyboards/hotdox76v2/keymaps/ifohancroft/config.h new file mode 100644 index 0000000000..1cd6c6fc2d --- /dev/null +++ b/keyboards/hotdox76v2/keymaps/ifohancroft/config.h @@ -0,0 +1,23 @@ +/* Copyright 2022 IFo Hancroft + * + * 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 + +// place overrides here +#define FORCE_NKRO +#ifdef TAPPING_TOGGLE +# undef TAPPING_TOGGLE +#endif +#define TAPPING_TOGGLE 3 -- cgit v1.2.3