diff options
author | Eithan Shavit <eithanshavit@users.noreply.github.com> | 2021-05-26 21:01:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:01:47 -0700 |
commit | 3a6188fc55b6ad8ca3de3861b44f34474d188d9d (patch) | |
tree | f40ed40b30edcb4c162c5cf8c3f6557cbc65fb01 /keyboards/afternoonlabs/gust/keymaps/default/keymap.c | |
parent | 7cd9edab9913b85d5db81136cb5ac6e783b496c9 (diff) |
[Keyboard] Adjustments to Gust Rev1.2 (#12716)
Co-authored-by: Eithan Shavit <eithan@afternoonlabs.com>
Diffstat (limited to 'keyboards/afternoonlabs/gust/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/afternoonlabs/gust/keymaps/default/keymap.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/afternoonlabs/gust/keymaps/default/keymap.c b/keyboards/afternoonlabs/gust/keymaps/default/keymap.c index 33bd13f860..ae5fb39592 100644 --- a/keyboards/afternoonlabs/gust/keymaps/default/keymap.c +++ b/keyboards/afternoonlabs/gust/keymaps/default/keymap.c @@ -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 //└─────────┴─────────┴─────────┘ ) |