diff options
author | Nick Brassel <nick@tzarc.org> | 2022-11-06 00:15:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 00:15:55 +1100 |
commit | 5233c69bc60aa612709e5d74a005431594612b6e (patch) | |
tree | fd4646bac5ab7d74a791c19d69ec9a5c54ecaf46 /data | |
parent | 4d33f356a62c195f5498ed2fe8dd3ea434d5a689 (diff) |
Remove thermal printer. (#18959)
Diffstat (limited to 'data')
-rw-r--r-- | data/constants/keycodes/keycodes_0.0.1_quantum.hjson | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/data/constants/keycodes/keycodes_0.0.1_quantum.hjson b/data/constants/keycodes/keycodes_0.0.1_quantum.hjson index ceb9d4d16c..1f3d2c70cd 100644 --- a/data/constants/keycodes/keycodes_0.0.1_quantum.hjson +++ b/data/constants/keycodes/keycodes_0.0.1_quantum.hjson @@ -424,36 +424,27 @@ "0x7C73": { "group": "quantum", - "key": "PRINT_ON" - }, - "0x7C74": { - "group": "quantum", - "key": "PRINT_OFF" - }, - - "0x7C75": { - "group": "quantum", "key": "QK_CAPS_WORD_TOGGLE", "aliases": [ "CW_TOGG" ] }, - "0x7C76": { + "0x7C74": { "group": "quantum", "key": "QK_AUTOCORRECT_ON", "aliases": [ "AC_ON" ] }, - "0x7C77": { + "0x7C75": { "group": "quantum", "key": "QK_AUTOCORRECT_OFF", "aliases": [ "AC_OFF" ] }, - "0x7C78": { + "0x7C76": { "group": "quantum", "key": "QK_AUTOCORRECT_TOGGLE", "aliases": [ @@ -461,4 +452,4 @@ ] } } -}
\ No newline at end of file +} |