From ff7f4cc57649430e8aa325c5b8079478e92d5e5d Mon Sep 17 00:00:00 2001 From: Blake Drayson Date: Sat, 15 Jun 2024 10:47:35 +0100 Subject: [PATCH] Remove global config file, changed moved to user space. --- keyboards/draytronics/elise/config.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 keyboards/draytronics/elise/config.h diff --git a/keyboards/draytronics/elise/config.h b/keyboards/draytronics/elise/config.h deleted file mode 100644 index 58b3d69ebad..00000000000 --- a/keyboards/draytronics/elise/config.h +++ /dev/null @@ -1,19 +0,0 @@ -/*Copyright 2021 Blake Drayson / Draytronics -Contact info@draytronics.co.uk -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 . -*/ - -//Fix to prevent key repeat on wake from sleep when using a KVM / non direct usb connection. -#pragma once - -#define USB_POLLING_INTERVAL_MS 8 -#define USB_SUSPEND_WAKEUP_DELAY 3000