From 10bd90d781205321267ddfd0b5843f5a1d85718d Mon Sep 17 00:00:00 2001 From: parazyd Date: Sat, 24 Feb 2018 16:50:19 +0100 Subject: [PATCH] n900: Setup only the busybox keymap. --- 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 index 692b01a..625eebd 100644 --- 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