diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-26 03:21:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-26 03:21:27 +0000 |
commit | 8a23742af24da021d4b8787e616d87a286e5b344 (patch) | |
tree | 505af3ebbaaf53be352d6347c8144c840a486aad /keyboards/xelus/la_plus/keymaps | |
parent | 3da34f297a7503ce97690452b3765beeed4c54a7 (diff) | |
parent | 83a32b257473c5dc9fbacd71a3c1470dde21ad84 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/la_plus/keymaps')
-rw-r--r-- | keyboards/xelus/la_plus/keymaps/default/config.h | 2 | ||||
-rw-r--r-- | keyboards/xelus/la_plus/keymaps/via/config.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/xelus/la_plus/keymaps/default/config.h b/keyboards/xelus/la_plus/keymaps/default/config.h index 393166c4f4..e559a15426 100644 --- a/keyboards/xelus/la_plus/keymaps/default/config.h +++ b/keyboards/xelus/la_plus/keymaps/default/config.h @@ -16,6 +16,4 @@ #pragma once -#define USB_POLLING_INTERVAL_MS 1 #define QMK_KEYS_PER_SCAN 4 - diff --git a/keyboards/xelus/la_plus/keymaps/via/config.h b/keyboards/xelus/la_plus/keymaps/via/config.h index ef2ec42057..58c086282c 100644 --- a/keyboards/xelus/la_plus/keymaps/via/config.h +++ b/keyboards/xelus/la_plus/keymaps/via/config.h @@ -19,6 +19,4 @@ // Enable RGB Matrix #define VIA_QMK_RGBLIGHT_ENABLE -#define USB_POLLING_INTERVAL_MS 1 #define QMK_KEYS_PER_SCAN 4 - |