diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-25 13:51:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 13:51:44 +1000 |
commit | 92a9fba353420f3bfdf933341fcf1b9ae0ab754e (patch) | |
tree | 410703339e378e3059f39f24eb90448d328c6b76 /keyboards/handwired | |
parent | 7c2bd4dd88d29958b7ecc281af463257cc63fd46 (diff) |
Cleanup junk chars, part 2 (#13284)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/aek64/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/aek64/keymaps/default/keymap.c b/keyboards/handwired/aek64/keymaps/default/keymap.c index 5b9115902d..9ddb156914 100644 --- a/keyboards/handwired/aek64/keymaps/default/keymap.c +++ b/keyboards/handwired/aek64/keymaps/default/keymap.c @@ -15,7 +15,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * │ Ctrl │ Alt │ Gui │ Space │ Gui │ Alt │ Ctrl │ * └──────┴──────┴──────┴──────────────────────────────────────────────────────────────┴──────┴──────┴──────┘ * - * Hidden features : + * Hidden features : * - Left Shift is also Home on a single tap. * - Left Ctrl is also End on a single tap. * - Right Shift is also page-up on a single tap. |