mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
0e81d63b64
1 changed files with 4 additions and 0 deletions
|
@ -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 }}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue