Commit f6f3791
fwk: Remove unimplemented FN+S
There is no need for the FN+S shortcut.
The PRT SCR key works as sysrq.
This is the same 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 d2a654b commit f6f3791
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
| 326 | + | |
332 | 327 | | |
333 | 328 | | |
334 | 329 | | |
| |||
357 | 352 | | |
358 | 353 | | |
359 | 354 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | 355 | | |
365 | 356 | | |
366 | 357 | | |
| |||
0 commit comments