~ruther/qmk_firmware

1272ecd7 — Donald Kjer 4 years ago
Fixing incorrect keymap build when switching between multiple keymap.jsons (#12632)

7c5ef406 — Michael Stapelberg 4 years ago
allow LINE_PINxx for Teensy 4.x pins (#13247)

fixes https://github.com/qmk/qmk_firmware/issues/13052
8dc036c2 — Jean-Sebastien Paquet 4 years ago
Upgrades Vagrant box to Debian 10 to fix Docker build error on Debian 9. (#13236)

ST7565 invert (#13237)

0311c803 — Ignaz Kevenaar 4 years ago
Add oled_invert (#13172)

Co-authored-by: Drashna Jaelre <drashna@live.com>
172e6a70 — Nick Brassel 4 years ago
Extensible split data sync (#11930)

* 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.
ef92c9ee — Stefan Kerkmann 4 years ago
Add CRC8 calculation subsystem to quantum (#12641)

* 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.
67fa2568 — Nick Brassel 4 years ago
ChibiOS SVN mirror script. (#13070)

658ab479 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
89c01970 — jurassic73 4 years ago
[Keyboard] Add Split 89 (#13213)

Co-authored-by: Ryan <fauxpark@gmail.com>
d04f7bc1 — fauxpark 4 years ago
Merge remote-tracking branch 'upstream/master' into develop
OLED driver tweaks (#13215)

a9c6adb0 — talsu 4 years ago
[Keyboard] Add KMAC PAD (#13104)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
f9d88da8 — TerryMathews 4 years ago
[Keyboard] Minivan : add missing enable to support RGB LEDs (#13157)

Config.h has support for RGB LEDs but enable line was missing in rules.mk
9956ff4e — Michael Stapelberg 4 years ago
core: wire up flash make target for Teensy 4.x (#13077)

related to https://github.com/kinx-project/kint/issues/5
2538d341 — Drashna Jaelre 4 years ago
Document user song list file (#13101)

83ee7956 — Jonathan Rascher 4 years ago
Fix overrun in oled_write_raw when not at (0, 0) (#13204)

d59f8d1c — Jonathan Rascher 4 years ago
Fix overrun in st7565_write_raw when not at (0, 0) (#13209)

5c3991cb — melonbred 4 years ago
[Keyboard] add mb44 keyboard (#12798)

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
abee0610 — Albert Y 4 years ago
[Keyboard] Allow user override of RGB_DISABLE_WHEN_USB_SUSPENDED for BM40 keyboard (#12700)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: filterpaper <filterpaper@localhost>
Next