cmumford / kbdlib

A simple library for interfacing with Keyboard IC's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A C++ library for interfacing with a few keyboard IC's.

Status

Supported Keyboard IC's:

  1. ADP5589
  2. LM8330
  3. TCA8418

This library does not communicate with the IC's via I2C. Instead it contains enums, types, and register definitions to make it easier to decode and encode register values.

Developer Notes

Code formatting

All code should be formatted as so:

clang-format -i <source_file>

About

A simple library for interfacing with Keyboard IC's

License:MIT License


Languages

Language:C++ 98.0%Language:CMake 2.0%