From 83dcbefeedc56f6450d0dc90430f8f1003bfb726 Mon Sep 17 00:00:00 2001 From: Tommy Oldfield Date: Wed, 12 Apr 2023 18:31:47 +0100 Subject: [Keymap] Add personal keymap for Lily58 (#18735) --- keyboards/lily58/keymaps/oldfieldtc/config.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 keyboards/lily58/keymaps/oldfieldtc/config.h (limited to 'keyboards/lily58/keymaps/oldfieldtc/config.h') diff --git a/keyboards/lily58/keymaps/oldfieldtc/config.h b/keyboards/lily58/keymaps/oldfieldtc/config.h new file mode 100644 index 0000000000..edfc9530b2 --- /dev/null +++ b/keyboards/lily58/keymaps/oldfieldtc/config.h @@ -0,0 +1,23 @@ +/* +This is the c configuration file for the keymap + +Copyright 2022 Tommy Oldfield <@oldfieldtc> + +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_FORCE_HOLD +#define TAPPING_TERM 100 \ No newline at end of file -- cgit v1.2.3