Skip to content

JakeFurtaw/QWERTYtoQWERTZLinuxDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Making a "QWERTY" to "QWERTZ" Linux Keyboard Driver

Description:

  • Rewriting the Linux keyboard driver to use the "QWERTZ" keyboard style versus the more common "QWERTY" keyboard style.

How:

  • We are scanning the code of the linux keyboard driver to find where the actual keycodes are set for the keyboard.
  • Then we are replacing the scancodes in the driver to change key functionality for the different keys required by the QWERTZ driver.
  • After this we will test the driver on my laptop to make sure they keys have been changed within the driver code.

About

Rewriting the Linux keyboard driver to use the "QWERTZ" style versus the more common "QWERTY" style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages