mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-11 20:31:02 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
852a69dd4d
@ -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 New Issue
Block a user