mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 15:42:25 +00:00
* feat: tentative fix for keyboard crash during esd testing * feat: adds support for the GD32 voyager * feat: adds voyager's dfu suffix * fix: instability issues over i2c * fix: more robust right side scan * fix: tentative delay after init * Revert "fix: tentative delay after init" This reverts commitb0a6461cf1. * fix: scan left side in between right scan process * fix: resets matrix + layer state when reconnecting the right side * chore: comments and code cleanup * fix: restore previous control flow * fix: decouple led driver reinit from io expander reinit * feat: reinit led drivers independtly * fix: prevents slamming the led driver over i2c * Revert "fix: prevents slamming the led driver over i2c" This reverts commit48b8c809ea. * Revert "feat: reinit led drivers independtly" This reverts commit6405e6b367. * fix: reboot on io expander * fix: wait time after reading the io expander * chore: code cleanup and some refactors. * feat: adds led brightness and status led control over hid * fix: remove stray printf * fix: compilation error on ergodox * fix: gd32 eeprom fix * fix: caps lock crash * fix: soft reset to bootloader key. * chore: move the app address define where it should be * fix: cleanup + debounce default * feat: tentatively set gd32 clock to 98Mhz * feat: realign to latest chibios contrib * chore: points to ZSA's chibios contrib fork --------- Co-authored-by: Florian Didron <0x6664@hey.com>
104 lines
1.2 KiB
Plaintext
104 lines
1.2 KiB
Plaintext
# Junk files
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
._*
|
|
|
|
# Merge files
|
|
*.orig
|
|
*.rej
|
|
|
|
# Build artifacts
|
|
.clang_complete
|
|
.build/
|
|
*.elf
|
|
*.log
|
|
*.lss
|
|
*.lst
|
|
*.map
|
|
*.o
|
|
*.stackdump
|
|
*.sym
|
|
|
|
# QMK-specific
|
|
api_data/v1
|
|
quantum/version.h
|
|
*.bin
|
|
*.eep
|
|
*.hex
|
|
*.qmk
|
|
*.uf2
|
|
|
|
# Old-style QMK Makefiles
|
|
/keyboards/**/Makefile
|
|
|
|
# kbfirmware....
|
|
/keyboards/**/kb.h
|
|
/keyboards/**/kb.c
|
|
|
|
# Eclipse/PyCharm/Other IDE Settings
|
|
*.iml
|
|
.browse.VC.db*
|
|
.cproject
|
|
.idea
|
|
.idea/
|
|
.project
|
|
.settings/
|
|
.vagrant/
|
|
|
|
# ?
|
|
.dep
|
|
.history/
|
|
build/
|
|
cmake-build-debug
|
|
CMakeLists.txt
|
|
|
|
# Let these ones be user specific, since we have so many different configurations
|
|
*.code-workspace
|
|
.stfolder
|
|
.tags
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/ipch/
|
|
.vscode/last.sql
|
|
.vscode/launch.json
|
|
.vscode/tasks.json
|
|
.vscode/temp.sql
|
|
tags
|
|
|
|
# Ignore image/font files
|
|
*.gif
|
|
*.jpg
|
|
*.png
|
|
*.ttf
|
|
*.otf
|
|
|
|
# Things Travis sees
|
|
/.vs
|
|
id_rsa_*
|
|
secrets.tar
|
|
|
|
# Python things
|
|
__pycache__
|
|
.python-version
|
|
|
|
# Prerequisites for updating ChibiOS
|
|
/util/fmpp*
|
|
|
|
# Allow to exist but don't include it in the repo
|
|
user_song_list.h
|
|
|
|
/util/wsl_downloaded
|
|
/util/win_downloaded
|
|
/users/
|
|
/layouts/
|
|
/keyboards/*
|
|
|
|
# clangd
|
|
compile_commands.json
|
|
.clangd/
|
|
.cache/
|
|
|
|
# VIA(L) json files that don't belong in QMK repo
|
|
via*.json
|