mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-21 12:54:35 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1ea4a70235
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(C(KC_C), KC_BTN1, KC_BTN3, KC_BTN2, C(KC_V), KC_BTN4, KC_BTN5, C(KC_Z)),
|
||||
[0] = LAYOUT(C(KC_C), KC_BTN1, KC_BTN3, KC_BTN2, C(KC_V), KC_BTN4, KC_BTN5, DPI_CONFIG),
|
||||
[1] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
|
||||
[2] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
|
||||
[3] = LAYOUT(_______, _______, _______, _______, _______, _______, _______, _______),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue