Update keyboards/skyloong/gk87/bl_pro/bl_pro.c

Ok, I get it. Thank you.

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
JIKEDINGZHI 2025-04-28 19:24:57 +08:00 committed by GitHub
parent 9e4a02993d
commit 927d80bec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,14 +60,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
} }
return true; // continue all further processing of this key return true; // continue all further processing of this key
case DF(0):
set_single_persistent_default_layer(0);
return true;
case DF(1):
set_single_persistent_default_layer(1);
return true;
case BL_TOGG: case BL_TOGG:
if (record->event.pressed){ if (record->event.pressed){
if(is_backlight_breathing()) { if(is_backlight_breathing()) {