summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-07Add default `ortho_1x1` layout (#13118)Ryan
2021-06-07Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754)Takeshi ISHII
* add readPort() and some API to 'tmk_core/common/*/gpio.h' The following macros have been added to gpio.h. * readPort(port) * setPortBitInput(port, bit) * setPortBitInputHigh(port, bit) * setPortBitOutput(port, bit) * writePortBitLow(port, bit) * writePortBitHigh(port, bit) * add data type 'port_data_t' into gpio.h * rename qmk_pin to pin
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06[Docs] added basic midi documention of common features (#13113)wxyangf
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>
2021-06-06Fix firmware size check with avr-libc 1:2.0.0+Atmel3.6.2-1.1 (Debian ↵Sergey Vlasov
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).
2021-06-06[Keymap] RGB Matrix working for Sofle RGB (#12861)Carlos Martins
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-06[Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819)Stefan Kerkmann
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06[Keyboard] Add program yoink via keymap (#12645)Matthew Dias
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06[Keyboard] add molecule (#12601)bbrfkr
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06Fixed ISO keyboard layout for the Mysterium rev1.1 board (#12531)HalfHeuslerAlloy
2021-06-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06[Keymap] add id80/ansi/keymaps/msf (#11957)Miguel Filipe
2021-06-07core: bump USB spec version in device descriptor to 2.0 (#13078)Michael Stapelberg
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-07Corrected Number-pad numbers (#13057)Nathan_Blais
2021-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06JETVAN: Add initial support (#12790)TerryMathews
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06Update Japanese document (#10670)shela
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
2021-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-06update feature_layers.md translation (#12752)umi
2021-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-05Fix includes for pmw3360 driver (#13108)Drashna Jaelre
2021-06-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03kbdfans/kbd67/rev2: add LAYOUT_65_ansi_split_space layout data (#13102)James Young
2021-06-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03Fix caps lock indicator on Bear65 PCB (#12966)stanrc85
2021-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03[Keymap] Update bcat's split_3x6_3 for Crkbd legacy removal (#13097)Jonathan Rascher
2021-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03`qmk multibuild`: Fix bug with Path objects (#13093)Ryan
2021-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03Tidy up spi_master includes (#13053)Ryan
2021-06-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-02Update noroadsleft userspace and keymaps (2021-06-02) (#13086)James Young
2021-06-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03Fix up WS2812 SPI driver on F072. (#13022)Nick Brassel
2021-06-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-03[Keymap] merge jdelkins userspace and associated keymaps (#11276)Joel Elkins
* [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>
2021-06-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-01fix missing arg (#13068)Xelus22
2021-06-01Add weak refs on reading rows/cols. (#13062)Nick Brassel
2021-06-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-31VIA compile fixes (#13054)Xelus22
2021-06-01Update ChibiOS, ChibiOS-Contrib. (#13056)Nick Brassel
* Update ChibiOS, ChibiOS-Contrib. * Add instructions. * Wrong remote name * Explicit version tag. * Add link to procedure on the breaking changes page.
2021-05-31Merge remote-tracking branch 'origin/master' into developQMK Bot