1
0
Fork 0

Xulkal Changes (#9004)

* Xulkal Changes

* Fixing alt keymap
This commit is contained in:
XScorpion2 2020-05-05 07:54:26 -05:00 committed by GitHub
parent e8f842e798
commit dc00942be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 52 additions and 10 deletions

View file

@ -37,7 +37,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record)
reset_keyboard();
}
return false;
#ifdef RGB_MATRIX_TOG_LAYERS
#if defined(RGB_MATRIX_TOG_LAYERS) && defined(RGB_ENABLE)
case RGB_TOG:
if (record->event.pressed) {
rgb_matrix_increase_flags();