add missing ADJUST key

master
Zach White 2021-01-16 18:37:53 -08:00 committed by Zach White
parent 04d6d25ec3
commit 1ed9c53816
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ enum planck_keycodes {
QWERTY = SAFE_RANGE,
DVORAK,
LOWER,
RAISE
RAISE,
ADJUST
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {