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
This commit is contained in:
Joel Challis 2022-02-26 03:20:57 +00:00 committed by GitHub
parent d53654bb31
commit ec10413e9b
14 changed files with 2 additions and 18 deletions

View file

@ -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