mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Strip out features to allow minimum firmware sizes (#8645)
This commit is contained in:
committed by
Florian Didron
parent
9362382ac0
commit
3cc7234810
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user