Browse Source

Fix minor typo (#11962)

pull/11964/head
Jonathan Haddock 3 years ago
committed by GitHub
parent
commit
8efc3b39de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/leafcutterlabs/bigknob/keymaps/default/keymap.c

+ 2
- 2
keyboards/leafcutterlabs/bigknob/keymaps/default/keymap.c View File

@ -28,8 +28,8 @@ void encoder_update_user(uint8_t index, bool clockwise) {
}
}
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { //buttion closest to usb is first
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { //button closest to USB is first
[_MAIN] = LAYOUT(
KC_MUTE, KC_MEDIA_PREV_TRACK, KC_MEDIA_PLAY_PAUSE, KC_MEDIA_STOP, KC_MNXT
)
};
};

Loading…
Cancel
Save