1
0
Fork 0

[Keyboard] Adjustments to Gust Rev1.2 (#12716)

Co-authored-by: Eithan Shavit <eithan@afternoonlabs.com>
This commit is contained in:
Eithan Shavit 2021-05-26 21:01:47 -07:00 committed by GitHub
parent 7cd9edab99
commit 3a6188fc55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 30 additions and 12 deletions

View file

@ -27,7 +27,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//┌─────────┬─────────┬─────────┐
KC_1, KC_2, KC_3,
//├─────────┼─────────┼─────────┤
KC_4, KC_5, KC_6
KC_4, KC_5, KC_6,
//├─────────┼─────────┼─────────┤
//├─────────┼─────────┼─────────┤
KC_7, KC_8, KC_9
//└─────────┴─────────┴─────────┘
)