Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-07-22 13:23:36 +00:00
commit 0e81d63b64

View file

@ -27,6 +27,10 @@
bool scroll_enabled = false;
bool lock_state = false;
// State
static int8_t delta_x = 0;
static int8_t delta_y = 0;
// Dummy
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {{{ KC_NO }}};