Update bm16a by adding application shortcuts and layer led colors

This commit is contained in:
2019-05-09 22:36:01 +02:00
parent 61dde72d28
commit ec5003ceac
2 changed files with 37 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ bool is_mouse_jiggle_active = false;
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
/* rgblight_setrgb (0xFF, 0xFF, 0xFF); */
rgblight_setrgb (0xFF, 0xFF, 0xFF);
matrix_init_user();
}