1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;