Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 2 | -2/+2 |
|\ | |||||
| * | Move hid and pyusb to requirements.txt (#13134) | Zach White | 2021-06-07 | 2 | -2/+2 |
| | | | | | | | | | | * Add his and pyusb to * Update requirements-dev.txt | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 1 | -3/+3 |
|\| | |||||
| * | Update Japanese newbs_building_firmware_configurator.md document. (#12836) | shela | 2021-06-08 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 1 | -3/+3 |
|\| | |||||
| * | update ref_functions.md translation (#12784) | umi | 2021-06-08 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 1 | -3/+3 |
|\| | |||||
| * | update one_shot_keys.md translation (#12771) | umi | 2021-06-08 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 1 | -3/+3 |
|\| | |||||
| * | update hardware_avr.md translation (#12760) | umi | 2021-06-08 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 1 | -3/+3 |
|\| | |||||
| * | update feature_rawhid.md translation (#12759) | umi | 2021-06-08 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 1 | -2/+10 |
|\| | |||||
| * | [Docs] update Japanese translation of custom_quantum_functions.md (#12715) | umi | 2021-06-08 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | * update custom_quantum_functions.md translation * update custom_quantum_functions.md translation * explicitly describe pronoun * update based on comment * update based on comment | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 4 | -0/+30 |
|\| | |||||
| * | Add default `ortho_1x1` layout (#13118) | Ryan | 2021-06-07 | 4 | -0/+30 |
| | | |||||
* | | Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) | Takeshi ISHII | 2021-06-07 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 3 | -113/+262 |
|\| | |||||
| * | [Docs] added basic midi documention of common features (#13113) | wxyangf | 2021-06-06 | 3 | -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 Vlasov | 2021-06-06 | 2 | -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 Martins | 2021-06-06 | 6 | -0/+602 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | [Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819) | Stefan Kerkmann | 2021-06-06 | 3 | -35/+36 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 5 | -1/+92 |
|\| | |||||
| * | [Keyboard] Add program yoink via keymap (#12645) | Matthew Dias | 2021-06-06 | 5 | -1/+92 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 11 | -0/+3890 |
|\| | |||||
| * | [Keyboard] add molecule (#12601) | bbrfkr | 2021-06-06 | 11 | -0/+3890 |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 5 | -9/+9 |
|\| | |||||
| * | Fixed ISO keyboard layout for the Mysterium rev1.1 board (#12531) | HalfHeuslerAlloy | 2021-06-06 | 5 | -9/+9 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-07 | 4 | -0/+88 |
|\| | |||||
| * | [Keymap] add id80/ansi/keymaps/msf (#11957) | Miguel Filipe | 2021-06-06 | 4 | -0/+88 |
| | | |||||
* | | core: bump USB spec version in device descriptor to 2.0 (#13078) | Michael Stapelberg | 2021-06-07 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-06 | 1 | -4/+4 |
|\| | |||||
| * | Corrected Number-pad numbers (#13057) | Nathan_Blais | 2021-06-07 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-05 | 8 | -0/+277 |
|\| | |||||
| * | JETVAN: Add initial support (#12790) | TerryMathews | 2021-06-06 | 8 | -0/+277 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-05 | 1 | -19/+26 |
|\| | |||||
| * | Update Japanese document (#10670) | shela | 2021-06-06 | 1 | -19/+26 |
| | | | | | | Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-05 | 1 | -5/+3 |
|\| | |||||
| * | update feature_layers.md translation (#12752) | umi | 2021-06-06 | 1 | -5/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-05 | 2 | -20/+6 |
|\| | |||||
| * | Fix includes for pmw3360 driver (#13108) | Drashna Jaelre | 2021-06-05 | 2 | -20/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-04 | 1 | -0/+78 |
|\| | |||||
| * | kbdfans/kbd67/rev2: add LAYOUT_65_ansi_split_space layout data (#13102) | James Young | 2021-06-03 | 1 | -0/+78 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-04 | 1 | -0/+2 |
|\| | |||||
| * | Fix caps lock indicator on Bear65 PCB (#12966) | stanrc85 | 2021-06-03 | 1 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-03 | 2 | -14/+2 |
|\| | |||||
| * | [Keymap] Update bcat's split_3x6_3 for Crkbd legacy removal (#13097) | Jonathan Rascher | 2021-06-03 | 2 | -14/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-03 | 1 | -1/+1 |
|\| | |||||
| * | `qmk multibuild`: Fix bug with Path objects (#13093) | Ryan | 2021-06-03 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-06-03 | 4 | -6/+8 |
|\| |