From b994921703190886714a4b2df2a674265e586b59 Mon Sep 17 00:00:00 2001 From: Gigahawk Date: Mon, 19 Jul 2021 17:57:19 -0700 Subject: [Keyboard] Split GMMK Pro PCBs into separate revisions (#13570) Co-authored-by: Drashna Jaelre --- keyboards/gmmk/pro/keymaps/jonavin/config.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 keyboards/gmmk/pro/keymaps/jonavin/config.h (limited to 'keyboards/gmmk/pro/keymaps/jonavin/config.h') diff --git a/keyboards/gmmk/pro/keymaps/jonavin/config.h b/keyboards/gmmk/pro/keymaps/jonavin/config.h deleted file mode 100644 index d7219b2571..0000000000 --- a/keyboards/gmmk/pro/keymaps/jonavin/config.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Copyright 2021 Jonavin Eng - * - * 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 TAPPING_TOGGLE 2 -// TT set to two taps - -/* Handle GRAVESC combo keys */ -#define GRAVE_ESC_ALT_OVERRIDE - //Always send Escape if Alt is pressed -#define GRAVE_ESC_CTRL_OVERRIDE - //Always send Escape if Control is pressed - -#define TAPPING_TERM 180 -- cgit v1.2.3