Polish "programmer's keyboard" #89
WojciechGw
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
If you want to do the work to add a fourth column to all the key maps and make a pull request, this can be merged. Pretty sure I saw other keyboards needing shift-altgr. The PL_O_ACCENTED exception is just a bit too gnarly to maintain. Still need dead keys support too. Feeling ambitious? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've wrote some code for Polish "programmer's keyboard" for US_UK keyboards
Maybe someone will find it usefull.
polish letters :
ąćęłńóśżź respectively AltGr+acelnozx
ĄĆĘŁŃÓŚŻŹ respectively Shift+AltGr+acelnoszx
Caps Lock state is respected.
Whole thing demands some changes to source
in main CMakeLists.txt,
rp6502/ria/usb kbd.c,
new file with keyboard definition kbd_pol.h
and set 852 code page with command
SET CP 852main CMakeLists.txt
new file kbd_pol.h
kbd.c additional code
#include "usb/kbd_pol.h"Beta Was this translation helpful? Give feedback.
All reactions