Update for new layout with PCBs
by Chris Andreae 8 years 12 months
38701167
QtClient support for split keyboard
by Andrew Childs 9 years 2 months
2fae988b
Test custom keyboard using 8x8 shift registers to ...
by Chris Andreae 9 years 9 months
Test custom keyboard using 8x8 shift registers to drive the matrix.
5899983c
Redesign Kinesis Model 110 PCB for 2-layer manufac...
by Chris Andreae 4 years 11 months
Redesign Kinesis Model 110 PCB for 2-layer manufacturing
cdda258f
Merge pull request #19 from thefloweringash/kinesi...
by Chris Andreae 5 years 5 months
Merge pull request #19 from thefloweringash/kinesis110-scan-delay

kinesis110: wait to settle after selecting a matrix row
21ce9b5a
Merge pull request #18 from thefloweringash/5kro-t...
by Chris Andreae 5 years 5 months
Merge pull request #18 from thefloweringash/5kro-to-6kro

keystate: fix UsedKeyCodes counting when filling reports
a3dfb168
kinesis110: wait to settle after selecting a matri...
by Andrew Childs 5 years 5 months
kinesis110: wait to settle after selecting a matrix row

This was uncovered by 4dc04e1b2dbb175f88e3695e84fd55f4d70538e6, which
changed the sequence of row selection vs storage lookup. Previously
the sequence was:

1. matrix_select_row
2. storage_read_byte
3. matrix_read_column

After the change, the sequence became:

1. matrix_select_row
2. matrix_read_column
3. storage_read_byte

The duration of storage_read_byte was sufficient to let the state of
INPUT_PIN settle. Now we add a small delay to have the same effect.
e0343b87
keystate: fix UsedKeyCodes counting when filling r...
by Andrew Childs 5 years 5 months
keystate: fix UsedKeyCodes counting when filling reports

UseKeyCodes was considered before any key was added to the report,
even if the key is a modifier and does not require a key code slot.
5829d38b
Merge pull request #16 from thefloweringash/update...
by Chris Andreae 5 years 8 months
Merge pull request #16 from thefloweringash/update-nix-cross

nix: update AVR toolchain dependencies for nix's new cross compilers
fe9c5860
nix: update firmware mapping extractor
by Andrew Childs 5 years 8 months
nix: update firmware mapping extractor

Relied on the presence of /usr/bin/env, which doesn't appear to exist
in the sandbox.
b8e282cd
Report a bug