diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-03 07:40:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 22:40:13 +0100 |
commit | 023035f462fa307a30968247f33854ac361b232d (patch) | |
tree | 6d4c493f7867d1f28e4c2181da0153e832924a35 /keyboards/7c8 | |
parent | 9ab16e62f75dc6228549ec0aba00ec0704bbc779 (diff) |
Move miscellaneous defines to data driven (#21382)
Diffstat (limited to 'keyboards/7c8')
-rw-r--r-- | keyboards/7c8/framework/config.h | 20 | ||||
-rw-r--r-- | keyboards/7c8/framework/info.json | 4 |
2 files changed, 4 insertions, 20 deletions
diff --git a/keyboards/7c8/framework/config.h b/keyboards/7c8/framework/config.h deleted file mode 100644 index dce6855f68..0000000000 --- a/keyboards/7c8/framework/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2020 Steven Nguyen - * - * 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 LEADER_TIMEOUT 250 -#define LEADER_PER_KEY_TIMING 150 diff --git a/keyboards/7c8/framework/info.json b/keyboards/7c8/framework/info.json index 331aa9f797..19325af9cb 100644 --- a/keyboards/7c8/framework/info.json +++ b/keyboards/7c8/framework/info.json @@ -21,6 +21,10 @@ "qmk": { "tap_keycode_delay": 16 }, + "leader_key": { + "timeout": 250, + "timing": true + }, "processor": "atmega328p", "bootloader": "usbasploader", "layouts": { |