qmk-dactyl-manuform-a/quantum/split_common
Casey Webster 5e2b53541b
Add modifier state to the split keyboard transport (#10400)
* Add modifier state to the split transport

This adds modifier state to the i2c and serial transport for split
keyboards.  The purpose of this is to allow e.g. displaying modifier
state on the slave side of a split keyboard on an oled.  This adds one
byte to the data transferred between halves.

This also fixes a missing ifdef guard for BLACKLIGHT_ENABLE.

Break modifiers into real/weak/oneshot

Fix incorrect slave serial mod setting

Fix typo in serial weal mod setter

Fix build errors for the I2C code that I introduced

Code cleanup and formatting per project preferences

Correctly get oneshot mods

Fix missing braces

Remove unneeded ifdef guard

Make the added state transport optional

Add documentation for the new define to enable this feature

Fix stray grave mark

* Fix error introduced in conflict resolution
2020-12-17 16:21:26 +11:00
..
eeprom-lefthand.eep Lets split eh (#3120) 2018-07-16 22:25:02 -04:00
eeprom-righthand.eep Lets split eh (#3120) 2018-07-16 22:25:02 -04:00
matrix.c 2020 November 28 Breaking Changes Update (#11053) 2020-11-28 12:02:18 -08:00
post_config.h Remove check for EH define (#7525) 2019-12-02 17:10:09 +00:00
split_util.c Normalise include statements in core code (#11153) 2020-12-11 13:45:24 +11:00
split_util.h Split - Avoid race condition during matrix_init_quantum (#8235) 2020-02-25 14:10:04 +00:00
transport.c Add modifier state to the split keyboard transport (#10400) 2020-12-17 16:21:26 +11:00
transport.h Normalise include statements in core code (#11153) 2020-12-11 13:45:24 +11:00