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

miryoku-merge-master
Aidan Gauland 3 years ago committed by GitHub
parent b9c7d4c48d
commit de10784799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save