summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-09Mechmini V1 Refactor (#13498)James Young
2021-07-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-08nknl7en: correct key object order (#13482)James Young
2021-07-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-08Updated docs/ja/feature_ps2_mouse.md. (#13472)Takeshi ISHII
Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
2021-07-08[Update] Change Original TAGs of Japanese translations (#13473)Takeshi ISHII
* Updated docs/ja/proton_c_conversion.md original tag. * Updated docs/ja/other_vscode.md original tag. * Updated docs/ja/feature_swap_hands.md original tag. * Updated docs/ja/faq_general.md original tag. * Updated docs/ja/feature_userspace.md original tag. * Updated git co docs/ja/config_options.md original tag.
2021-07-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-08[Docs] update Japanese translation of internals_gpio_control.md (#13401)Takeshi ISHII
* Add 'Atomic Operation' section into docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md
2021-07-07Use the new ST7565 driver on Ergodox Infinity (#13165)Joakim Tufvegren
2021-07-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-07Xelus Ninjin: rename LAYOUT_all to LAYOUT_tkl_ansi_tsangan; add info.json ↵James Young
(#13477)
2021-07-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-07Kopibeng XT65: Layout Macro Refactor (#13476)James Young
2021-07-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06[Keyboard] Add poker87c and poker87d (#12810)mfkiiyd
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Water <mfkiiyd@163.com>
2021-07-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06[Keyboard] Add new Elise, 65% Keyboard ANSI / ISO (#12782)Blake
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-07-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06[Keyboard] Add bm65iso (#13400)Simon
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06[Keyboard] Add keyboard reviung5 (#13375)gtips
2021-07-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06[Keyboard] Add kabedon98e (#13314)KDon
2021-07-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06[Keyboard] Set reasonable defaults for Corne keyboard (#13440)Drashna Jaelre
* [Keyboard] Set reasonable defaults for Corne keyboard * Add note about bootmagic * Make bootmagic config super weak * cleanup * Apply suggestions from code review * Update keyboards/crkbd/readme.md
2021-07-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06/bin/bash to /usr/bin/env bash (#13422)Kuba Tyszko
2021-07-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-06Update `MSG_PYTHON_MISSING` (#13427)Ryan
2021-07-06core: chibios: bootloader: use integer pointers as volatile (#13450)Thomas Weißschuh
This prevents gcc from incorrectly trying to validate array bounds. ``` tmk_core/common/chibios/bootloader.c: error: '__builtin_memcpy' offset [0, 21] is out of the bounds [0, 0] [-Werror=array-bounds] 107 | __builtin_memcpy((void *) VBAT, (const void *)sys_reset_to_loader_magic, sizeof(sys_reset_to_loader_magic)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578#c16 Fixes #12925
2021-07-06Migrate SHIFT_ESC and RGB `fn_actions` to Grave Escape and RGB keycodes (#13360)Ryan
2021-07-06`keymap_extras`: Remove deprecated defines (#12949)Ryan
2021-07-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-05[Keyboard] fix encoder_update_user for nullbitsco/nibble (#13451)David Luo
2021-07-05Merge remote-tracking branch 'upstream/master' into developfauxpark
2021-07-05Traveller cleanup (#13441)Ryan
* Traveller cleanup * Update keyboards/handwired/traveller/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2021-07-05LatinPadBLE: correct info.json data (#13452)James Young
* correct info.json data Removes an extra key object, and corrects the layout macro reference. * refactor rules.mk file - remove invalid `LAYOUTS` rule - edits the rules.mk file to more closely resemble the file from QMK's AVR template. * additional rules.mk cleanup per fauxpark Apply suggestions from code review
2021-07-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-05Jabberwocky: adjust key positioning in Configurator (#13447)James Young
* adjust key positioning in Configurator Some of the keys were visually overlapping when rendered. Adjusted the key positioning to remove the overlaps. * update readme.md - fix a broken URL - rewrite the Bootloader access instructions - remove trailing whitespace
2021-07-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-05Molecule: Layout Macro Refactor (#13453)James Young
2021-07-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-04[Docs] added list of MIDI keycodes (#13159)wxyangf
2021-07-05Allow invert of SPLIT_HAND_PIN logic (#13433)Jameson Thatcher
* added support for inverting the hand pin for split keyboards * Added docs about SPLIT_HAND_LOW_IS_LEFT * Update docs/feature_split_keyboard.md bring #define for split hand pin low for left half name in line with grid pin define Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/split_common/split_util.c update split hand pin low is left name to match split hand grid define Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2021-07-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-04correct Configurator layout data (#13448)James Young
The object for the rotary encoder was not previously included in the layout data.
2021-07-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-04Yampad: add info.json (#13445)James Young
2021-07-04Merge remote-tracking branch 'origin/master' into developQMK Bot