summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/iris/rev4
Commit message (Collapse)AuthorAgeFilesLines
* Extensible split data sync (#11930)Nick Brassel2021-06-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Extensible split data sync capability through transactions. - Split common transport has been split up between the transport layer and data layer. - Split "transactions" model used, with convergence between I2C and serial data definitions. - Slave matrix "generation count" is used to determine if the full slave matrix needs to be retrieved. - Encoders get the same "generation count" treatment. - All other blocks of data are synchronised when a change is detected. - All transmissions have a globally-configurable deadline before a transmission is forced (`FORCED_SYNC_THROTTLE_MS`, default 100ms). - Added atomicity for all core-synced data, preventing partial updates - Added retries to AVR i2c_master's i2c_start, to minimise the number of failed transactions when interrupts are disabled on the slave due to atomicity checks. - Some keyboards have had slight modifications made in order to ensure that they still build due to firmware size restrictions. * Fixup LED_MATRIX compile. * Parameterise ERROR_DISCONNECT_COUNT.
* Remove `DESCRIPTION`, K-M (#11619)Ryan2021-01-201-1/+0
|
* Add Keebio lighting defaults (#8884)Danny2020-04-251-0/+17
| | | | | * Set Iris LED/RGB defaults * Add lighting defaults for more boards
* [Keyboard] Iris via changes (#8597)Danny2020-03-291-2/+2
| | | | | | | * Change PID to allow differentiation between Rev. 3 and Rev. 4 * Rebadge thumb keys in macro to show physical wiring better * Add more rules for VIA keymap
* Allow RGBLIGHT_ANIMATIONS to work on keebio/iris configurator buildszvecr2020-03-191-0/+1
|
* Update encoder functions for Iris VIA keymap (#8295)Danny2020-03-021-1/+0
|
* Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)ridingqwerty2020-01-301-4/+4
|
* VIA Configurator Refactor (#7268)Wilba2020-01-031-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | * VIA Refactor * Remove old code * review changes * review changes * Fix cannonkeys/satisfaction75/prototype:via build * Add via.h to quantum.h * Move backlight init to after backlight config load * Merge branch 'master' into via_refactor_pr * Update user's rules.mk to new way of enabling VIA * Added id_switch_matrix_state * Review changes
* [Keyboard] Move Nyquist/Iris rules.mk files, update READMEs (#7196)Danny2019-10-291-2/+34
| | | | | | * Migrate Nyquist rules.mk files to be version specific and update flash command * Migrate Iris rules.mk files to be version specific and update flash command
* [Keyboard] Add Iris Rev 4 (#6660)Danny2019-09-054-0/+132
* Add Iris Rev. 4 * Fix EEPROM addresses