Browse Source

Update keyboards/rarepotato8de/3x3macropad/keymaps/default/keymap.c

Co-authored-by: jack <0x6a73@protonmail.com>
pull/23594/head
Simon 1 week ago
committed by GitHub
parent
commit
9939c86037
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      keyboards/rarepotato8de/3x3macropad/keymaps/default/keymap.c

+ 0
- 11
keyboards/rarepotato8de/3x3macropad/keymaps/default/keymap.c View File

@ -24,17 +24,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
bool encoder_update_user(uint8_t index, bool clockwise) {
if (index == 0) {
if (clockwise) {
tap_code(KC_VOLD);
} else {
tap_code(KC_VOLU);
}
}
return false;
}
#ifdef OLED_ENABLE
static void render_bongo1(void) {
static const char PROGMEM data[] = {


Loading…
Cancel
Save