Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

daisogen/kbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kbd

kbd is a keyboard abstraction for Daisōgen.

  • It separates hardware keyboard from software functions
  • It handles layouts, powered by kbd2csv.

It must be started before any keyboard driver, and exposes a pointer named kbd_buffer_keycode. Keyboard drivers must call this function passing a keycode as an argument.

The rest of the public API is pending.

In order to save space, only us and es are included by default. If you want to add one, add its name to steal.txt: it will be downloaded from here, converted using kbd2csv, and bundled in the binary.

Releases

No releases published

Packages

No packages published

Languages