1
0
Fork 0

update planck stuff

This commit is contained in:
Jack Humbert 2017-09-06 12:19:40 -04:00
parent 4edfa97e03
commit 4d5eeb3d7d
4 changed files with 5 additions and 5 deletions

View file

@ -253,8 +253,8 @@ bool process_record_quantum(keyrecord_t *record) {
break;
case DEBUG:
if (record->event.pressed) {
print("\nDEBUG: enabled.\n");
debug_enable = true;
print("DEBUG: enabled.\n");
}
return false;
break;