We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b01059 commit 5a6669dCopy full SHA for 5a6669d
boards/psion/README.md
@@ -4,4 +4,5 @@ Keyboard from an old [Psion Series 5mx](https://en.wikipedia.org/wiki/Psion_Seri
4
5
Currently supported layouts:
6
7
+- UK (default)
8
- Swedish/Nordic
boards/psion/code.py
@@ -42,7 +42,9 @@
42
# Choose your layout here
43
# ==================================
44
45
-import layout_swe as keyboard_layout # noqa: E402
+import layout_uk as keyboard_layout # noqa: E402
46
+
47
+# import layout_swe as keyboard_layout # noqa: E402
48
49
50
0 commit comments