lemp9: Added ISO keyboard layouts (#117)

* LAYOUT_ISO: Conversion of physical ISO layout to keyboard matrix

* fixing interchanged backslash and enter

* default_iso layout added for Clevo L141CU

* fabian layout (ISO, colemak, fn<->ctrl, wide left shift)

* Caps is control

* hardware side: qwerty instead of colemak

* lemp9 fabian: FN+PgUp=Home, FN+PgDn=Eend, FN+LeftShift=KBD_BKL

* lemp9 default_iso: FN+PgUp=Home, FN+PgDn=End

* clevo_l141cu_us_iso.c

* merged

* FN+1=K_FAN_TOGGLE
This commit is contained in:
Fabian Topfstedt
2020-10-05 22:53:15 +02:00
committed by GitHub
parent d35e375277
commit 6a081cc1b8
4 changed files with 91 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ uint16_t keymap_translate(uint16_t key);
// Escape key
#define K_ESC (0x76)
//TODO: Print screen, scroll lock, pause
//TODO: Print screen, scroll lock, pause, sys request, break
// Tick/tilde key
#define K_TICK (0x0E)