~mil/ppbbq10

b6a28d273e5c188ce3e928483c21292c31b72f00 — Miles Alan 3 years ago 57c6ebc
Add README
1 files changed, 30 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +30 -0
@@ 0,0 1,30 @@
# ppbbq10

Experimental Kernel module for Arturo182's BBQ10 PMOD.
Forked from: 

Current differences:
- Assumed Pinephones I2C (e.g. uses /dev/i2c-3 rather then relying on DTC update)
- Uses polling rather then interrupts (yes I know this is aint great)

Planned:
- Support QMK-like features (like tap modifiers etc.)
- Multiple layers

## Usage Instructions
Tested on pmOS but should generally work on any distro.

1. First test to make sure you're I2C is hooked up properly. Run `i2c-detect -y 3`.
This should show 0x1F showing up. It shouldn't be blank or just -- all throughout.

2. Fetch the kernel headers. On debian or arch you can probably just install linux-headers
and be on your merry way. On pmOS linux-headers for linux-postmarketos-allwinner
are currently broken. So instead you can just grab the source from GH and prepare
things:

3. Clone this repo:

4. Build the kernel module

5. Load the kernel module