Commit 36d4d42
committed
fwk/sunflower: 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 on 13in.
BRANCH=fwk-main
TEST=`zmake build sunflower`
Signed-off-by: Daniel Schaefer <dhs@frame.work>1 parent 5ba1d9b commit 36d4d42
File tree
1 file changed
+1
-10
lines changed- zephyr/program/framework/sunflower/src
1 file changed
+1
-10
lines changedLines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
| 383 | + | |
389 | 384 | | |
390 | 385 | | |
391 | 386 | | |
| |||
414 | 409 | | |
415 | 410 | | |
416 | 411 | | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | 412 | | |
422 | 413 | | |
423 | 414 | | |
| |||
0 commit comments