diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 10:12:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 18:12:57 -0800 |
commit | b8deac707e7ed8f278a53dfba93dae0730ea4b77 (patch) | |
tree | 04e6d4e4c2c699c5b0690688204df486edee2434 /keyboards/le_chiffre/keymaps/default/config.h | |
parent | 1477440ba0e57347a4b8be0f137f7ced373b3325 (diff) |
[Keyboard] move @tominabox1 's keebs into /tominabox1 (#16109)
Diffstat (limited to 'keyboards/le_chiffre/keymaps/default/config.h')
-rw-r--r-- | keyboards/le_chiffre/keymaps/default/config.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/le_chiffre/keymaps/default/config.h b/keyboards/le_chiffre/keymaps/default/config.h deleted file mode 100644 index ce604301a3..0000000000 --- a/keyboards/le_chiffre/keymaps/default/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright 2020 tominabox1 - * - * 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 <http://www.gnu.org/licenses/>. - */ -#pragma once - -#define IGNORE_MOD_TAP_INTERRUPT //helps with homerow mods - -#define COMBO_COUNT 5 -#define COMBO_TERM 30 |