We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KBD_UP
KBD_DOWN
1 parent c16c56b commit c62eadbCopy full SHA for c62eadb
backend/src/layout/mod.rs
@@ -184,9 +184,7 @@ mod tests {
184
let layout_ec = Layout::from_board("system76/darp6").unwrap();
185
let layout_qmk = Layout::from_board("system76/launch_1").unwrap();
186
for k in layout_ec.keymap.keys() {
187
- if k == "KBD_UP"
188
- || k == "KBD_DOWN"
189
- || k == "KBD_COLOR"
+ if k == "KBD_COLOR"
190
|| k == "KBD_BKL"
191
|| k == "TOUCHPAD"
192
|| k == "DISPLAY_TOGGLE"
0 commit comments