~ruther/qmk_firmware

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>
f8d0ea92 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
9aea0fd5 — Philip (Han) Suh 4 years ago
[Keyboard] Fix layout in noon.h (#13087)

Forgot to include a KC_NO in a column, causing issues for customers
706c8beb — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
42d8ee16 — Leon Anavi 4 years ago
[Keymap] ANAVI Macro Pad 2 add binary keymap (#13090)

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>
25004123 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
403849bf — Aeonstrife 4 years ago
[Keyboard] Potato65 Hotswap Fixed mistake in key matrix (#13095)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Next