Strip out features to allow minimum firmware sizes (#8645)

This commit is contained in:
Joel Challis
2020-04-01 21:06:22 +01:00
committed by GitHub
parent c217186bea
commit 58a9c84d6b
6 changed files with 30 additions and 11 deletions

View File

@ -284,9 +284,11 @@ bool process_record_quantum(keyrecord_t *record) {
if (record->event.pressed) {
switch (keycode) {
#ifndef NO_RESET
case RESET:
reset_keyboard();
return false;
#endif
#ifndef NO_DEBUG
case DEBUG:
debug_enable ^= 1;