diff options
| author | Ryan <fauxpark@gmail.com> | 2022-11-09 06:03:31 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-08 19:03:31 +0000 |
| commit | d810878d5e36e032ec99fb309b66caf3ea57e4ba (patch) | |
| tree | c102744740f2beb805bfcea4ca86f1e41936dd11 /layouts | |
| parent | 9a0f347a095ad46c8e44eaed6925811da63aef6c (diff) | |
Normalise output selection (Bluetooth) keycodes (#19004)
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ortho_5x15/wanleg/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_5x15/wanleg/keymap.c b/layouts/community/ortho_5x15/wanleg/keymap.c index 7f238010d0..b54562c701 100644 --- a/layouts/community/ortho_5x15/wanleg/keymap.c +++ b/layouts/community/ortho_5x15/wanleg/keymap.c | |||
| @@ -94,7 +94,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 94 | 94 | ||
| 95 | #if defined(BLUEFRUIT) | 95 | #if defined(BLUEFRUIT) |
| 96 | [PAD] = LAYOUT_ortho_5x5_wrapper( | 96 | [PAD] = LAYOUT_ortho_5x5_wrapper( |
| 97 | _______, _______, _______, OUT_BT, OUT_USB, | 97 | _______, _______, _______, OU_BT, OU_USB, |
| 98 | _______________NUMPAD_Row__0_______________, _______, | 98 | _______________NUMPAD_Row__0_______________, _______, |
| 99 | _______________NUMPAD_Row__1_______________, _______, | 99 | _______________NUMPAD_Row__1_______________, _______, |
| 100 | _______________NUMPAD_Row__2_______________, _______, | 100 | _______________NUMPAD_Row__2_______________, _______, |
