summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-04-25 01:00:39 +0000
committerQMK Bot <hello@qmk.fm>2021-04-25 01:00:39 +0000
commit7748a093cb7d231f01282f7f1a54a16351e61049 (patch)
tree3aecf2f939e870935d9610df797d56462ce67875 /keyboards
parentd8f113bf9807ac17a3c3eb19df3481412674069d (diff)
parentb2b075c12357eab8f286a6e103a588b38c538547 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/keebio/bdn9/keymaps/test/keymap.c10
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 244b5f7cb3..c42100ddf8 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] = {
KC_D, KC_E, KC_F,
KC_G, KC_H, RGB_MOD
),
- /*
- | RESET | N/A | Media Stop |
- | Held: Layer 2 | Home | RGB Mode |
- | Media Previous | End | Media Next |
- */
- [1] = LAYOUT(
- RESET , BL_STEP, KC_STOP,
- _______, KC_HOME, RGB_MOD,
- KC_MPRV, KC_END , KC_MNXT
- ),
};
void encoder_update_user(uint8_t index, bool clockwise) {