10 Commits

Author SHA1 Message Date
Tim Crawford
582a5e2a97 kbscan: Prevent wake when lid is closed
Resolves: #102
2020-09-29 10:50:39 -06:00
Tim Crawford
5fd9df0ed0 Add SPDX license identifiers
Add license information to files. Mostly automated with:

    find src/ -name '*.[c,h]' | xargs sed -i '1s,^,// SPDX-License-Identifier: GPL-3.0-only\n\n,'
    find src/ -name '*.mk' | xargs sed -i '1s,^,# SPDX-License-Identifier: GPL-3.0-only\n\n,'
2020-09-17 09:17:08 -06:00
Jeremy Soller
a1826a2fad
Do not potentially repeat hardware hotkey actions 2020-08-27 09:22:06 -06:00
Jeremy Soller
f1809926f6 bonw14 2020-08-13 12:56:24 -06:00
Tim Crawford
787acfb8e5 kbscan: Disable key repeat for certain SCI keys 2020-07-10 15:16:59 -07:00
Jeremy Soller
834aaf97e4 Hot-pluggable parallel port debugging 2020-07-02 12:53:36 -07:00
Evan Lojewski
7aa5767455 keymap: Improve debouncing behavior.
- Update debouncing code to properly handle rollover.
- Update ghost debouncing to properly set the debounce start time.

Signed-off-by: Evan Lojewski <github@meklort.com>
2020-05-07 06:17:38 -06:00
Evan Lojewski
a6093d8708 keymap: Allow ghost keys to be pressed once the ghost is removed
- Don't record a ghost key as pressed
- Debouce on ghost release to allow ghosts to settle.
- Reduce debounce time from 20ms to 15ms.

Signed-off-by: Evan Lojewski <github@meklort.com>
2020-05-04 09:30:23 -06:00
Jeremy Soller
de7d507277 Fix release of key after release of layer key 2020-04-23 08:50:49 -06:00
Jeremy Soller
357fae86fc
System76 common board directory (#53)
* Move configuration for battery into board.mk

* lemp9: remove tcpm code

* Move touchpad to its own module

* Add kbled_reset to all platforms, move items to run on CPU reset to a function

* Add defines for battery and charger address

* Add I2C_0 export to it5570e

* Move common system76 board functions into src/board/system76/common
2020-04-14 17:23:29 -06:00