mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 13:42:00 +00:00
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:
parent
9e4a02993d
commit
927d80bec8
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user