add up/down keys on thumb clusters

This commit is contained in:
lucwastiaux 2016-10-23 00:47:58 +08:00
parent 64ac74cab6
commit 14ac397d5d
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
RSFT(RCTL(KC_TAB)), RCTL(KC_TAB), RCTL(KC_T), RCTL(KC_K), RCTL(KC_W),
// thumb cluster
M(SEMICOLON_NEWLINE), M(END_NEWLINE),
KC_TRNS,
KC_TRNS,KC_ENT, KC_SPC
KC_UP,
KC_DOWN,KC_ENT, KC_SPC
),