~ruther/qmk_firmware

Updated Function96 with V2 files and removed chconf.h and halconf.h (#12613)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: JuanTapMan <68515848+JuanTapMan@users.noreply.github.com>
9cf82fae — Xelus22 4 years ago
Add STM32L433 and L443 support (#12063)

* initial L433 commit

* change to XC

* fix L433

* disable all peripherals

* update system and peripheral clocks

* 433 change

* use its own board  files

* revert its own board files

* l433 specific change

* fix stm32l432xx define

* remove duplicate #define

* fix bootloader jump

* move to L443xx and add i2c2, spi2, usart3 to mcuconf.h

* move to L443

* move to L443

* fix sdmmc in mcuconf.h

* include STM32L443

* add L443

* Include L443 in compatible microcontrollers

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

* Include L443 in compatible microcontrollers

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

* Update config bootloader jump description

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

* Update ChibiOS define reasoning

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

* Update quantum/mcu_selection.mk

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

* fix git conflict

Co-authored-by: Nick Brassel <nick@tzarc.org>
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
Next