summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-13fix: some ukrainian key mappingsHEADfirmware20Florian Didron
2021-12-27fix: slovak keycode redefinitionFlorian Didron
2021-12-27Merge branch 'firmware20' of github.com:zsa/qmk_firmware into firmware20Florian Didron
2021-12-27feat: adds croation / slovak / turkish keymapsFlorian Didron
2021-10-29fix bug that limits number of tap dances to 128 (#342)Drashna Jaelre
2021-08-16feat: adds latam < > macOS bindingsFlorian Didron
2021-07-21fix: set usb version to 2.1.0 for webusbFlorian Didron
2021-07-08fix: caps lock indicator doesn't work on layer 1Florian Didron
2021-07-08Fix USB Descriptor issue with Endpoints (#340)Drashna Jaelre
2021-06-23fix: cms Ω mappingFlorian Didron
2021-06-04Update Readme with proper QMK-CLI instructionsDrashna Jaelre
2021-06-01Update readme.mdErez Zukerman
2021-04-21fix: Latam contribution key codesFlorian Didron
2021-04-21fix: missing icelandic mappingsFlorian Didron
2021-04-21feat: adds Ω to the cms mappingsFlorian Didron
2021-04-08feat: adds spanish latam contributionFlorian Didron
2021-03-31fix: french canadian }Florian Didron
2021-03-30fix: a couple of french swiss mappingsFlorian Didron
2021-03-25Adds locale contributionsFlorian Didron
2021-03-25feat: adds icelandic contributionFlorian Didron
2021-03-25feat: adds french canadian contributionFlorian Didron
2021-03-25feat: adds ukranian user contributionFlorian Didron
2021-03-18Adds caps lock led status on Moonlander/Ergodox (#332)Florian Didron
* feat: adds caps lock led status on Moonlander/Ergodox * fix: botched source file * fix: light up the most right leds
2021-03-18Increase mouse wheel key delay (#333)Florian Didron
* feat: increase mouse wheel key delay * feat: increase mouse wheel key delay for the Planck
2021-03-03Disable Unicode and Swap Hands on ErgoDox EZ (#331)Drashna Jaelre
* Disable Unicode and Swap Hands on ErgoDox EZ Because we're running into both program memory and system memory limits, this is an easy fix to avoid both, especially since neither feature is actually used by us. * Disable Swap Hands for Moonlander as well
2021-02-26Disable Autoshift for shift as well (#330)Drashna Jaelre
2021-02-11fix: ergodox glow compilation bombsFlorian Didron
2021-02-11feat: swiss french oryx aliasesFlorian Didron
2021-02-02CLI: Fix json flashing (#11765)Firmware20Erovia
2021-02-02quantum.c send char cleanups (#11743)Ryan
2021-02-02Add rgblight_reload_from_eeprom() (#11411)Joshua Diamond
* Add rgblight_reset_from_eeprom() * reset->reload
2021-02-02add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)Takeshi ISHII
2021-02-02Fix QMK_BUILDDATE (#11641)Zach White
2021-02-02Add stm32-dfu and apm32-dfu to bootloader.mk (#11019)Ryan
* Add stm32-dfu and apm32-dfu to bootloader.mk * Update flashing docs * Update comment * Further wordsmithing
2021-02-02Fix wrong key when "Music Map" is used with MAJOR_MODE. (#11234)Takeshi Nishio
With MAJOR_MODE (= major scale), keys in one octave is not 12 but 7. To solve this problem, change divisor number from 12 to 7 at %(Modulo) and /(Division). NOTE: The last 12 represents half step keys in one octave for pitch calculation.
2021-02-02Fixup declaration for _kill, add other missing syscalls, populate errno. ↵Nick Brassel
(#11608)
2021-02-02Add syscall fallbacks to ChibiOS builds (#11573)Nick Brassel
* Add fallback syscalls to ChibiOS builds that are present but able to be overridden as appropriate. * Modified location to be ChibiOS-specific.
2021-02-02Generate version.h when compiling json files (#11581)Zach White
* generate version.h when compiling json files * make flake8 happy * fix formatting and verbose * quiet up the compile output
2021-02-02Improve the compile and flash subcommands (#11334)Zach White
* add support for --clean to compile and flash * compile standalone JSON keymaps without polluting the tree * Add support for passing environment vars to make * make flake8 happy * document changes to qmk compile and flash * add -e support to json export compiling * Fix python 3.6 * honor $MAKE * add support for parallel builds
2021-02-02Add BGR byte order for WS2812 drivers (#11562)kb-elmo
* add byte order bgr for ws2812 * update docs for driver change * Update ws2812_driver.md * Update docs/ws2812_driver.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-02-02allow customizing decrease delay of rgb heatmap (#11322)André Silva
* allow customizing decrease delay of rgb heatmap * rename rgb typing heatmap decrease delay variable * address review comments * nix-shell: add clang-tools required for formatting the C code * heatmap: use real timer to track decrement rate * heatmap: fix ifndef var name typo * heatmap: add docs * Update docs/feature_rgb_matrix.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-02-02Adafruit BLE cleanups (#11556)Ryan
2021-02-02arm_atsam: temporarily lower raw HID endpoint/report size (#11554)Ryan
2021-02-02Add support for shared EP on V-USB boards (#11103)Ryan
2021-02-02Lighting Layers should be disabled when suspended (#11442)Joshua Diamond
* Lighting Layers should be disabled when suspended * bugfixes
2021-02-02keymap_fr_ch: undef `CH_H` (#11537)Ryan
2021-02-02Address wake from sleep instability (#11450)Joshua Diamond
* resolve race condition between suspend and wake in LUFA * avoid multiple calls to suspend_power_down() / suspend_wakeup_init() * Remove duplicate suspend_power_down_kb() call * pause on wakeup to wait for USB state to settle * need the repeated suspend_power_down() (that's where the sleep is) * more efficient implementation * fine tune the pause after sending wakeup * speculative chibios version of pause-after-wake * make wakeup delay configurable, and adjust value * better location for wakeup delay
2021-01-31Stop sounds when suspended (#11553)Joshua Diamond
* fix stopping audio on suspend vs. startup sound * trim firmware size * fix stuck audio on startup (ARM)
2021-01-12[Keyboard] Fix printf calls in Moonlander matrix (#11511)Drashna Jaelre
2021-01-12Fix macOS buildSergey Shulepov