Add localized LED flash effect on keypress to Massdrop ALT (#4340)

This commit is contained in:
Sean Dwyer
2018-11-06 11:54:53 -08:00
committed by Drashna Jaelre
parent 388df5359b
commit 63e212c0b7
6 changed files with 438 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
#pragma once
void rgb_matrix_record_key_press(keyrecord_t *record);