summaryrefslogtreecommitdiff
path: root/keyboards/xelus/valor/rev2/keymaps
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-02-26 03:20:57 +0000
committerGitHub <noreply@github.com>2022-02-26 03:20:57 +0000
commit83a32b257473c5dc9fbacd71a3c1470dde21ad84 (patch)
tree88a243f0b23f7cd555aef45603ed6609e6aecb7d /keyboards/xelus/valor/rev2/keymaps
parente7931289918221081cbe2a7ea5df27a5d86324db (diff)
Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keymaps (#16448)
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
Diffstat (limited to 'keyboards/xelus/valor/rev2/keymaps')
-rw-r--r--keyboards/xelus/valor/rev2/keymaps/default/config.h2
-rw-r--r--keyboards/xelus/valor/rev2/keymaps/via/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xelus/valor/rev2/keymaps/default/config.h b/keyboards/xelus/valor/rev2/keymaps/default/config.h
index 824d4633cc..5d972dd48c 100644
--- a/keyboards/xelus/valor/rev2/keymaps/default/config.h
+++ b/keyboards/xelus/valor/rev2/keymaps/default/config.h
@@ -13,6 +13,6 @@
* 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 USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4
diff --git a/keyboards/xelus/valor/rev2/keymaps/via/config.h b/keyboards/xelus/valor/rev2/keymaps/via/config.h
index 456369d884..490964f272 100644
--- a/keyboards/xelus/valor/rev2/keymaps/via/config.h
+++ b/keyboards/xelus/valor/rev2/keymaps/via/config.h
@@ -13,6 +13,7 @@
* 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
// RGB Matrix
#define VIA_QMK_RGBLIGHT_ENABLE
@@ -20,5 +21,4 @@
// More layers
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
-#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4