Browse Source

not accessible and not needed anyway for a test keymap (#12366)

pull/12681/head
Pavlos Vinieratos 3 years ago
committed by GitHub
parent
commit
b2b075c123
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      keyboards/keebio/bdn9/keymaps/test/keymap.c

+ 0
- 10
keyboards/keebio/bdn9/keymaps/test/keymap.c View File

@ -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) {


Loading…
Cancel
Save