summaryrefslogtreecommitdiff
path: root/chip/lm4/keyboard_raw.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* rambi: Fix driving keyboard column 2Randall Spangler2013-10-141-0/+8
* rambi: Keyboard output column 2 must be invertedRandall Spangler2013-10-111-17/+16
* Fix test compilation error for linkVic Yang2013-04-131-2/+2
* Add keyboard_raw interfaceRandall Spangler2013-03-221-0/+112