Strip out features to allow minimum firmware sizes (#8645)
This commit is contained in:
parent
c217186bea
commit
58a9c84d6b
6 changed files with 30 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue