diff options
author | Stefan Kerkmann <karlk90@pm.me> | 2021-11-22 22:15:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 08:15:04 +1100 |
commit | b6054c0206609f3755f71d819643644d250288b0 (patch) | |
tree | 4f6f33040bb5184d47144090058eb089d2782b6c /quantum/quantum_keycodes.h | |
parent | f4966a19d69a7f3bbefeea0537071d7d7c2abbdd (diff) | |
download | qmk_firmware-b6054c0206609f3755f71d819643644d250288b0.tar.gz qmk_firmware-b6054c0206609f3755f71d819643644d250288b0.zip |
[Tests] Increase QMK test coverage (#13789)
* Add per-test keymaps
* Add better trace and info logs for failed unit-tests
* Add layer state assertion with tracing message
* Use individual test binaries configuration options
* Add basic qmk functionality tests
* Add tap hold configurations tests
* Add auto shift tests
* `qmk format-c
* Fix tests
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index d013a6a16..cde97074d 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -558,40 +558,6 @@ enum quantum_keycodes { | |||
558 | PROGRAMMABLE_BUTTON_31, | 558 | PROGRAMMABLE_BUTTON_31, |
559 | PROGRAMMABLE_BUTTON_32, | 559 | PROGRAMMABLE_BUTTON_32, |
560 | 560 | ||
561 | // Dedicated macro keys for Configurator and VIA | ||
562 | MACRO_0, | ||
563 | MACRO_1, | ||
564 | MACRO_2, | ||
565 | MACRO_3, | ||
566 | MACRO_4, | ||
567 | MACRO_5, | ||
568 | MACRO_6, | ||
569 | MACRO_7, | ||
570 | MACRO_8, | ||
571 | MACRO_9, | ||
572 | MACRO_10, | ||
573 | MACRO_11, | ||
574 | MACRO_12, | ||
575 | MACRO_13, | ||
576 | MACRO_14, | ||
577 | MACRO_15, | ||
578 | MACRO_16, | ||
579 | MACRO_17, | ||
580 | MACRO_18, | ||
581 | MACRO_19, | ||
582 | MACRO_20, | ||
583 | MACRO_21, | ||
584 | MACRO_22, | ||
585 | MACRO_23, | ||
586 | MACRO_24, | ||
587 | MACRO_25, | ||
588 | MACRO_26, | ||
589 | MACRO_27, | ||
590 | MACRO_28, | ||
591 | MACRO_29, | ||
592 | MACRO_30, | ||
593 | MACRO_31, | ||
594 | |||
595 | // Start of custom keycode range for keyboards and keymaps - always leave at the end | 561 | // Start of custom keycode range for keyboards and keymaps - always leave at the end |
596 | SAFE_RANGE | 562 | SAFE_RANGE |
597 | }; | 563 | }; |