~ruther/qmk_firmware

5168af9a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2f47bafd — Xelus22 4 years ago
fix configs (#12631)

61a1915c — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
417a07c2 — Luis Moreno 4 years ago
[Config] Add VSCode workspace files to .gitignore (#12469)

03db48af — github-actions[bot] 4 years ago
Format code according to conventions (#12687)

Co-authored-by: QMK Bot <hello@qmk.fm>
8c12fa2e — github-actions[bot] 4 years ago
Format code according to conventions (#12682)

Co-authored-by: QMK Bot <hello@qmk.fm>
3f735073 — Purdea Andrei 4 years ago
Add support for MCU = STM32F446 (#12619)

* Add support for MCU = STM32F446

* Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Restore mcuconf.h to the one used by RT-STM32F446RE-NUCLEO64

* stm32f446: update mcuconf.h and board.h for 16MHz operation, with USB enabled, and other peripherals disabled.

Co-authored-by: Nick Brassel <nick@tzarc.org>
5b1c3e36 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
412e7a03 — Purdea Andrei 4 years ago
eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulation initialisation) occurs to make it non-target-specific. (#12671)

611cd808 — Xelus22 4 years ago
[Keyboard] Ninjin (#12496)

* ninjin init

* put in gpl thing

* underglow

* update to latest chibios

* fix gpl headers

* remove other files

* fix header

* Update keyboards/xelus/ninjin/readme.md

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Update keyboards/xelus/ninjin/mcuconf.h

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Update keyboards/xelus/ninjin/halconf.h

Co-authored-by: Nick Brassel <nick@tzarc.org>

Co-authored-by: Nick Brassel <nick@tzarc.org>
23e70fa8 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
89bd04b9 — peepeetee 4 years ago
peepeetee's *very janky* hub16 keymap (#12506)

* peepeetee's bodged hub16 keymap

* add layer 3 lighting

* actually adds layer 3 lighting

* fixes layer 0; behavior is that layor 0 is unaltered from base pattern, while other states have distinct solid colors
ee26e3df — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
5b394e82 — calebchongc 4 years ago
Update checking board master function (#12493)

changed is_master to is_keyboard_master()
ab6d07b5 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
da6e888a — Sergey Vlasov 4 years ago
Do not leak weak mods from tap dance to the interrupting keypress (#12471)

Tap dance callbacks may register weak mods; one case when it happens
is when a tap dance registers a key with modifiers.  When the tap
dance is interrupted by pressing another key, these weak mods could
affect the interrupting key (normally any stale weak mods are cleared
at the start of action_exec() when handling a keypress event, but the
tap dance interrupt check code is called later, and the weak mods left
by that code were not cleared).  Add another clear_weak_mods() call to
preprocess_tap_dance() to make sure that the interrupting keypress is
not affected by unrelated weak mods from the previous tap dance.

Fixes #12445.
891d18d3 — Nick Brassel 4 years ago
Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600)

* Add support for jumping to tinyuf2 bootloader. Adds blackpill UF2 example.

* Update flashing.md

* Update chconf.h

* Update config.h

* Update halconf.h

* Update mcuconf.h
2a61a500 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
d3bf3d3b — github-actions[bot] 4 years ago
Format code according to conventions (#12681)

Co-authored-by: QMK Bot <hello@qmk.fm>
64a9cf18 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next