Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-19 | Upgrades Vagrant box to Debian 10 to fix Docker build error on Debian 9. ↵ | Jean-Sebastien Paquet | |
(#13236) | |||
2021-06-19 | ST7565 invert (#13237) | Ryan | |
2021-06-19 | Add oled_invert (#13172) | Ignaz Kevenaar | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-06-18 | Extensible split data sync (#11930) | Nick Brassel | |
* 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. | |||
2021-06-18 | Add CRC8 calculation subsystem to quantum (#12641) | Stefan Kerkmann | |
* Intended usage is data validation in split transport code. * Default space efficient algorithm. * Opt-in fast table based algorithmn with #define CRC8_USE_TABLE switch. * Define switches for size and speed optimized versions, the default is size optimized by using uint_least8_t as datatype for calculations. * #define CRC8_OPTIMIZE_SPEED uses uint_fast8_t as datatype for calculations, this only affects 32-bit Archs like ARM and RISC-V. * Placeholder crc_init() function for hardware backed crc calculation, not implemented yet. | |||
2021-06-18 | ChibiOS SVN mirror script. (#13070) | Nick Brassel | |
2021-06-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-17 | [Keyboard] Add Split 89 (#13213) | jurassic73 | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-06-17 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-06-17 | OLED driver tweaks (#13215) | Ryan | |
2021-06-16 | [Keyboard] Add KMAC PAD (#13104) | talsu | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-06-16 | [Keyboard] Minivan : add missing enable to support RGB LEDs (#13157) | TerryMathews | |
Config.h has support for RGB LEDs but enable line was missing in rules.mk | |||
2021-06-17 | core: wire up flash make target for Teensy 4.x (#13077) | Michael Stapelberg | |
related to https://github.com/kinx-project/kint/issues/5 | |||
2021-06-15 | Document user song list file (#13101) | Drashna Jaelre | |
2021-06-15 | Fix overrun in oled_write_raw when not at (0, 0) (#13204) | Jonathan Rascher | |
2021-06-15 | Fix overrun in st7565_write_raw when not at (0, 0) (#13209) | Jonathan Rascher | |
2021-06-15 | [Keyboard] add mb44 keyboard (#12798) | melonbred | |
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-06-15 | [Keyboard] Allow user override of RGB_DISABLE_WHEN_USB_SUSPENDED for BM40 ↵ | Albert Y | |
keyboard (#12700) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keyboard] Fix layout in noon.h (#13087) | Philip (Han) Suh | |
Forgot to include a KC_NO in a column, causing issues for customers | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keymap] ANAVI Macro Pad 2 add binary keymap (#13090) | Leon Anavi | |
This binary keymap for ANAVI Macro Pad 2 helps with 0 and 1: left key: 0 right key: 1 Combo press both keys to control the backlit. Suggested-by: Chris <christopher.walker@crowdsupply.com> Signed-off-by: Leon Anavi <leon@anavi.org> | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keyboard] Potato65 Hotswap Fixed mistake in key matrix (#13095) | Aeonstrife | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | Debian requires package libusb-dev to build bootloaderHID (#13105) | Rickard von Essen | |
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | Top level heading for common config (LED Matrix) (#13153) | Brian Low | |
2021-06-15 | Top level heading for common config (RGB Matrix) (#13120) | Brian Low | |
* Top level heading for common config Prior to this, the some of the common config looks like a detail of the APA102 driver * Change heading to Common Config (RGB Matrix) | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keymap] Keebio Iris rev4 - keymap with dual encoder support (#13063) | R | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-06-15 | core: make RESET key work with Teensy 4.x (#13076) | Michael Stapelberg | |
related to https://github.com/kinx-project/kint/issues/5 | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | Change Lufa-MS size (#13183) | kb-elmo | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-16 | Make atmel-dfu and chibios-dfu flashing behave more like caterina flashing. ↵ | Purdea Andrei | |
(#12552) This commit makes atmel-dfu and chibios-dfu bootloaders retry to detect the bootloader every 0,5 seconds (now configurable via the BOOTLOADER_RETRY_TIME makefile variable), and a period is printed after every try. This is a much more pleasant behaviour than the 5s retry timeout. | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keyboard] suv (#12957) | AlisGraveNil | |
2021-06-15 | [Keyboard] hatchback (#12958) | AlisGraveNil | |
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keyboard] Add via support for the Leopold FC980C (#12860) | John Graham | |
2021-06-16 | Limit saturation for RGB_MATRIX_JELLYBEAN_RAINDROPS (#12669) | Albert Y | |
* Set saturation limit to jellybean_raindrops_anim.h * Use faster bit-shift maths and qadd8 * Remove extra parenthesis * Single bitmask operation is sufficient. Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-06-16 | Add asym_eager_defer_pk debounce type (#12689) | Simon Arlott | |
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keymap] ANAVI Macro Pad 2 add Skype keymap (#12664) | Leon Anavi | |
This keymap for ANAVI Macro Pad 2 contains a couple of Skype shortcuts for MS Windows and GNU/Linux distributions: - Ctrl+M: Mute/unmute microphone - Ctrl+Shift+K: Start/stop camera Signed-off-by: Leon Anavi <leon@anavi.org> | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Keymap] add new keymap for pteron (#12474) | Fidel Coria | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-15 | [Docs] Update one_shot_keys.md (#12291) | Thomas Museus Dabay | |
2021-06-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |