diff options
| author | Pavlos Vinieratos <pvinis@gmail.com> | 2021-04-25 02:00:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 11:00:12 +1000 |
| commit | b2b075c12357eab8f286a6e103a588b38c538547 (patch) | |
| tree | de20b77912eb0bfb28f88080b2c427739a5eee29 | |
| parent | 54dc6b7bf28051a44db9c5e1d2fabdfa345b5cdf (diff) | |
| download | qmk_firmware-b2b075c12357eab8f286a6e103a588b38c538547.tar.gz qmk_firmware-b2b075c12357eab8f286a6e103a588b38c538547.zip | |
not accessible and not needed anyway for a test keymap (#12366)
| -rw-r--r-- | keyboards/keebio/bdn9/keymaps/test/keymap.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/keebio/bdn9/keymaps/test/keymap.c b/keyboards/keebio/bdn9/keymaps/test/keymap.c index 244b5f7cb..c42100ddf 100644 --- a/keyboards/keebio/bdn9/keymaps/test/keymap.c +++ b/keyboards/keebio/bdn9/keymaps/test/keymap.c | |||
| @@ -12,16 +12,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 12 | KC_D, KC_E, KC_F, | 12 | KC_D, KC_E, KC_F, |
| 13 | KC_G, KC_H, RGB_MOD | 13 | KC_G, KC_H, RGB_MOD |
| 14 | ), | 14 | ), |
| 15 | /* | ||
| 16 | | RESET | N/A | Media Stop | | ||
| 17 | | Held: Layer 2 | Home | RGB Mode | | ||
| 18 | | Media Previous | End | Media Next | | ||
| 19 | */ | ||
| 20 | [1] = LAYOUT( | ||
| 21 | RESET , BL_STEP, KC_STOP, | ||
| 22 | _______, KC_HOME, RGB_MOD, | ||
| 23 | KC_MPRV, KC_END , KC_MNXT | ||
| 24 | ), | ||
| 25 | }; | 15 | }; |
| 26 | 16 | ||
| 27 | void encoder_update_user(uint8_t index, bool clockwise) { | 17 | void encoder_update_user(uint8_t index, bool clockwise) { |
