commit 10bd90d781205321267ddfd0b5843f5a1d85718d parent b652a4b6425b8a7758052b2fcf82937a07c6a0b0 Author: parazyd <parazyd@dyne.org> Date: Sat, 24 Feb 2018 16:50:19 +0100 n900: Setup only the busybox keymap. Diffstat:
M | extra/n900/etc/profile.d/nokia-n900-keymap.sh | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/extra/n900/etc/profile.d/nokia-n900-keymap.sh b/extra/n900/etc/profile.d/nokia-n900-keymap.sh @@ -1,6 +1,4 @@ -# Setup Nokia N900 keymap either on console or Xorg -if [ -n "$DISPLAY" ]; then - setxkbmap -rules evdev -model nokiarx51 -layout us -variant ",qwerty" -else +# Setup Nokia N900 keymap either on console. +if ! [ -n "$DISPLAY" ]; then /bin/busybox loadkmap < /etc/nokia-n900.kmap fi