Update keyboards/protokeeb/keymaps/via/keymap.c

Co-authored-by: jack <jack@pngu.org>
This commit is contained in:
Mrinal Singh Tak 2024-06-25 03:15:40 +05:30 committed by GitHub
parent 3ba5b88cd1
commit 27eefb3875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,8 +49,4 @@ const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = {
[LAYER_BASE] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[LAYER_LOWER] = { ENCODER_CCW_CW(KC_BRIGHTNESS_DOWN, KC_BRIGHTNESS_UP) }
};
#endif
layer_state_t layer_state_set_user(layer_state_t state) {
return update_tri_layer_state(state, LAYER_LOWER, DYNAMIC_LAYER1, DYNAMIC_LAYER2);
}
#endif