Skip to content

Commit 5a6669d

Browse files
authored
Psion boards update (#1127)
1 parent 6b01059 commit 5a6669d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

boards/psion/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Keyboard from an old [Psion Series 5mx](https://en.wikipedia.org/wiki/Psion_Seri
44

55
Currently supported layouts:
66

7+
- UK (default)
78
- Swedish/Nordic

boards/psion/code.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
# Choose your layout here
4343
# ==================================
4444

45-
import layout_swe as keyboard_layout # noqa: E402
45+
import layout_uk as keyboard_layout # noqa: E402
46+
47+
# import layout_swe as keyboard_layout # noqa: E402
4648

4749
# ==================================
4850

0 commit comments

Comments
 (0)