Module Name:    src
Committed By:   macallan
Date:           Sat Aug 29 23:00:10 UTC 2020

Modified Files:
        src/sys/arch/macppc/conf: std.macppc

Log Message:
make us.apple the default USB keyboard layout


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/macppc/conf/std.macppc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/std.macppc
diff -u src/sys/arch/macppc/conf/std.macppc:1.24 src/sys/arch/macppc/conf/std.macppc:1.25
--- src/sys/arch/macppc/conf/std.macppc:1.24	Sat Jun  9 02:25:52 2018
+++ src/sys/arch/macppc/conf/std.macppc	Sat Aug 29 23:00:10 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: std.macppc,v 1.24 2018/06/09 02:25:52 macallan Exp $
+#	$NetBSD: std.macppc,v 1.25 2020/08/29 23:00:10 macallan Exp $
 #
 # Standard/required options for NetBSD/macppc.
 
@@ -21,6 +21,7 @@ options 	INTSTK=0x2000
 # HID devices - for them to coexist on the same mux we tell the adbkbd driver
 # pose as a USB keyboard
 options 	ADBKBD_EMUL_USB
+options 	UKBD_LAYOUT="(KB_US | KB_APPLE)"  # for ukbd driver
 
 # Atheros HAL options
 include "external/isc/atheros_hal/conf/std.ath_hal"

Reply via email to