Fix compilation error in Ploopy Nano maddie keymap (#17733)

This commit is contained in:
Aidan Gauland 2022-07-23 01:22:56 +12:00 committed by GitHub
parent b9c7d4c48d
commit de10784799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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 }}};