summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-073-113/+262
|\
| * [Docs] added basic midi documention of common features (#13113)wxyangf2021-06-063-113/+262
| | | | | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Fix firmware size check with avr-libc 1:2.0.0+Atmel3.6.2-1.1 (Debian ↵Sergey Vlasov2021-06-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bullseye) (#12951) Debian bullseye (testing at the moment, but seems close to release) has avr-libc 1:2.0.0+Atmel3.6.2-1.1 with some changes taken from the Atmel-distributed toolchain. In particular, the <avr/io.h> header for ATmega32A (avr/iom32a.h) now defines the FLASHEND constant as `0x7FFFU`, and that `U` suffix breaks the firmware size check code, because the shell arithmetic expansion that is used to calculate `MAX_SIZE` does not support those C-specific suffixes. As a workaround, add `-D__ASSEMBLER__` to the C preprocessor invocation that is used to expand those macros; in this case avr/iom32a.h defines `FLASHEND` without the `U` suffix, and everything works as it did before with older avr-libc versions. The exact same code is present in two places; they are both changed, even though the code in `tmk_core/avr.mk` is actually never used for ATmega32A (and the header for ATmega32U4 does not add that `U` suffix to `FLASHEND` for some reason).
* | [Keymap] RGB Matrix working for Sofle RGB (#12861)Carlos Martins2021-06-066-0/+602
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819)Stefan Kerkmann2021-06-063-35/+36
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-075-1/+92
|\|
| * [Keyboard] Add program yoink via keymap (#12645)Matthew Dias2021-06-065-1/+92
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-0711-0/+3890
|\|
| * [Keyboard] add molecule (#12601)bbrfkr2021-06-0611-0/+3890
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-075-9/+9
|\|
| * Fixed ISO keyboard layout for the Mysterium rev1.1 board (#12531)HalfHeuslerAlloy2021-06-065-9/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-074-0/+88
|\|
| * [Keymap] add id80/ansi/keymaps/msf (#11957)Miguel Filipe2021-06-064-0/+88
| |
* | core: bump USB spec version in device descriptor to 2.0 (#13078)Michael Stapelberg2021-06-071-1/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-061-4/+4
|\|
| * Corrected Number-pad numbers (#13057)Nathan_Blais2021-06-071-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-058-0/+277
|\|
| * JETVAN: Add initial support (#12790)TerryMathews2021-06-068-0/+277
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-051-19/+26
|\|
| * Update Japanese document (#10670)shela2021-06-061-19/+26
| | | | | | Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-051-5/+3
|\|
| * update feature_layers.md translation (#12752)umi2021-06-061-5/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-052-20/+6
|\|
| * Fix includes for pmw3360 driver (#13108)Drashna Jaelre2021-06-052-20/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-041-0/+78
|\|
| * kbdfans/kbd67/rev2: add LAYOUT_65_ansi_split_space layout data (#13102)James Young2021-06-031-0/+78
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-041-0/+2
|\|
| * Fix caps lock indicator on Bear65 PCB (#12966)stanrc852021-06-031-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-032-14/+2
|\|
| * [Keymap] Update bcat's split_3x6_3 for Crkbd legacy removal (#13097)Jonathan Rascher2021-06-032-14/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-031-1/+1
|\|
| * `qmk multibuild`: Fix bug with Path objects (#13093)Ryan2021-06-031-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-034-6/+8
|\|
| * Tidy up spi_master includes (#13053)Ryan2021-06-034-6/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-038-36/+67
|\|
| * Update noroadsleft userspace and keymaps (2021-06-02) (#13086)James Young2021-06-028-36/+67
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-0219-11/+61
|\|
| * Fix up WS2812 SPI driver on F072. (#13022)Nick Brassel2021-06-0319-11/+61
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-0222-0/+2724
|\|
| * [Keymap] merge jdelkins userspace and associated keymaps (#11276)Joel Elkins2021-06-0322-0/+2724
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keymap] merge jdelkins userspace and associated keymaps * Add copyright & license info * Change rgblight_config.enable to rgblight_is_enabled() * Update keyboards/dz60/keymaps/jdelkins/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/dz60/keymaps/jdelkins/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/dz60/keymaps/jdelkins/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Remove superfluous includes * Change EXTRAFLAGS+=-flto to LTO_ENABLE=yes * Remove unnecessary jdelkins_ss symlink in users * Add copyright and license notices * Use preferred way to determine capslock / numlock state Co-authored-by: Drashna Jaelre <drashna@live.com> * Add #pragma once to a header Co-authored-by: Drashna Jaelre <drashna@live.com> * Include QMK_KEYBOARD_H only once, in userspace header * Remove unnecessary initialization in matrix_init_keymap * Do process_record_keymap before cases handled in process_record_user * Reorganize & simplify secrets feature enablement * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Remove superfluous break Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * include "print.h" instead of <print.h> Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_cod16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * add #pragma once to a header Co-authored-by: Ryan <fauxpark@gmail.com> * include "print.h" instead of <print.h> Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use :flash target where possible * Remove special case flash target and use PROGRAM_CMD * dz60/jdelkins_ss: use tap_code16 Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-011-2/+2
|\|
| * fix missing arg (#13068)Xelus222021-06-011-2/+2
| |
* | Add weak refs on reading rows/cols. (#13062)Nick Brassel2021-06-012-18/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-017-68/+106
|\|
| * VIA compile fixes (#13054)Xelus222021-05-317-68/+106
| |
* | Update ChibiOS, ChibiOS-Contrib. (#13056)Nick Brassel2021-06-014-0/+60
| | | | | | | | | | | | | | | | | | | | | | * Update ChibiOS, ChibiOS-Contrib. * Add instructions. * Wrong remote name * Explicit version tag. * Add link to procedure on the breaking changes page.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-314-0/+390
|\|
| * [Keymap] lja83's Planck keymap (#12809)Jeff Apczynski2021-05-304-0/+390
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Jeff Apczynski <jeffrey.apczynski@braincorp.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-05-3115-0/+1396
|\|
| * [Keyboard] Add Rubi Numpad (#12283)Gregorio2021-05-3015-0/+1396
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>