Commit 18f64e0
fwk: Remove unimplemented FN+S
There is no need for the FN+S shortcut.
The PRT SCR key works as sysrq.
This is the tsame as on QMK with `KC_PRINT_SCREEN`
```
> sudo libinput debug-events --show-keycodes | grep KEYBOARD_KEY
-event2 KEYBOARD_KEY +4.295s KEY_SYSRQ (99) pressed
event2 KEYBOARD_KEY +0.067s KEY_SYSRQ (99) released
```
BUG=Customer was asking why FN+S wasn't working.
BRANCH=fwk-main
TEST=`zmake build marigold`
Signed-off-by: Daniel Schaefer <dhs@frame.work>
Co-authored-by: Quin Chou <chc@frame.work>
(cherry picked from commit 281d6ba)1 parent 7a00028 commit 18f64e0
File tree
1 file changed
+1
-10
lines changed- zephyr/program/framework/azalea/src
1 file changed
+1
-10
lines changedLines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
| 315 | + | |
321 | 316 | | |
322 | 317 | | |
323 | 318 | | |
| |||
346 | 341 | | |
347 | 342 | | |
348 | 343 | | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | 344 | | |
354 | 345 | | |
355 | 346 | | |
| |||
0 commit comments