summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-02Add commit info to `version.h` (#19542)Pablo Martínez
* Initial commit * Fix import order * Fix deleted code instead of debug print line * Format * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Ryan <fauxpark@gmail.com> * Renaming * Update lib/python/qmk/cli/generate/version_h.py Co-authored-by: Joel Challis <git@zvecr.com> * Update lib/python/qmk/git.py Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2023-02-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-02adding pi60 (#19431)ziptyze
* updates to 1up product line Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-02-02QP: Correct rotation and offset when using LVGL (#19713)jpe230
Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Joel Challis <git@zvecr.com>
2023-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-01zweihander-macos: Update keys, add capslock (#19730)adiabatic
* Update to current Scroll Lock/Power names * Replace `'` with `⇪`
2023-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-01[Keyboard] Add modded Razer Orbweaver with RP2040 (#19711)a_marmot
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-02-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-01add Mecx Labs mp1 macropad (#19064)Patryk
* add mecxlabs mp1 macropad Co-authored-by: Joel Challis <git@zvecr.com>
2023-01-31Fix midi after recent refactoring (#19723)Joel Challis
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan
2023-01-30Strip out more of config_common (#19722)Joel Challis
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-30Normalise Swap Hands keycodes (#19720)Ryan
2023-01-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-30Accumulate version.h generator flags. (#19716)Nick Brassel
2023-01-30Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-01-30Move MIDI code out of tmk_core (#19704)Ryan
2023-01-30Relocate diode direction definitions (#19715)Joel Challis
2023-01-30Clean up `qmk generate-autocorrect-data` (#19710)Ryan
2023-01-29Add base firmware for the Frog Numpad (#19698)Wolf Van Herreweghe
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-01-29[Keyboard] Baion 808 (#19690)yiancar
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: yiancar <yiancar@gmail.com>
2023-01-29Remove deprecated Quantum keycodes (#19712)Ryan
2023-01-28Fix 19701 mergeJoel Challis
2023-01-28Fix quantum ring_buffer for ChibiOS (#19683)Joel Challis
2023-01-29Split out mcu_selection to platform (#19701)Joel Challis
2023-01-28Additional handedness by EEPROM examples (#19686)Albert Y
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan
2023-01-27VIA keymap for Reviung 34. (#19694)azhizhinov
VIA keymap for Reviung 34.
2023-01-27[Keyboard] Update effects for Keychron Q2 (#19685)adophoxia
2023-01-27Swap LED_PIN_ON_STATE to 0. (#19692)Patrick Muldoon
User reported that CAPS lock Led state was inverted after soldering a LED to their board. LED_PIN_ON_STATE defaults to 1, so just swap to low. Flashed board and now CAPS LED reflects the actual state
2023-01-27Add RP2040 SCRAMBLE v2 (#19489)Jay Greco
2023-01-26fix pegasushoof caps light, add via keymap (#19649)wangfuco
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Fucong Wang <wangfuco@Fucongs-Mac-mini.local>
2023-01-26VIA keymap for the dactyl manuform 4x6 (#19668)AnotherStranger
Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-01-26Rename `LAYOUT` macros identifier that contained the keyboard name (#19657)Charly Delay
2023-01-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-26new keyboard: edinburgh41 (#19569)schwarzer-geiger
* added edinburgh41 Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-01-25analog.c: Fix `pinToMux()` for STM32F0xx (#19658)Sergey Vlasov
The `adc_read()` code for STM32F0xx expects to get the 0-based channel number in `mux.input`, but the `pinToMux()` code for STM32F0xx was attempting to pass the CHSELR bit mask in that field, which resulted in selecting a wrong channel, therefore `analogReadPin()` did not work properly for the STM32F0xx chips. Fix `pinToMux()` to put the channel number in that field (this matches the behavior for other supported chips and also allows selection of channels 16...18, which can be used to access the builtin temperature, reference voltage and VBAT sensors).
2023-01-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-25Decrease LED animation frequency to improve performance (#19677)Darkhan
2023-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-24[Keymap] Update brauner preonic layout (#19665)Christian Brauner
2023-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-24Update understanding_qmk.md (#19664)arrowj
Changed "...4 row by 5 column numpad" to "...5 row by 4 column numpad" on line 46.
2023-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-24escaped stray backslash in bux.py (#19667)Natan-P
2023-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-24[Keyboard] Add the Black Hellebore (#19655)MJM
2023-01-24Merge remote-tracking branch 'origin/master' into developQMK Bot