summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre2021-02-031-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-026-180/+7
|\|
| * Clean up KBD8X keyboard (#11565)Drashna Jaelre2021-02-026-180/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-023-79/+88
|\|
| * Knobgoblin info file fix (#11697)mrT1ddl3s2021-02-023-79/+88
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-024-0/+629
|\|
| * add orthodeluxe keymap for Planck keyboard (#11077)erikbakker-dev2021-02-024-0/+629
* | Address wake from sleep instability (#11450)Joshua Diamond2021-02-025-5/+37
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-012-3/+6
|\|
| * CLI: Fix json flashing (#11765)Erovia2021-02-012-3/+6
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-011-2/+2
|\|
| * Fix Ergosaurus default RGB_DI_PIN (#11634)Carlos2021-02-011-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-0112-0/+413
|\|
| * [Keyboard] Add nullbitsco SCRAMBLE (#11078)Jay Greco2021-02-0112-0/+413
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-011-0/+2
|\|
| * added limit to RGB brightness (#11759)cole smith2021-02-011-0/+2
* | Move transport.c to QUANTUM_LIB_SRC (#11751)Drashna Jaelre2021-02-012-4/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-016-0/+633
|\|
| * [Docs] Japanese translation of internals_*.md (#10316)umi2021-02-016-0/+633
* | Stop sounds when suspended (#11553)Joshua Diamond2021-02-017-4/+56
* | Decouple USB events from the USB interrupt handler. (#10437)Nick Brassel2021-02-013-9/+80
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-311-30/+7
|\|
| * quantum.c send char cleanups (#11743)Ryan2021-02-011-30/+7
* | Create a system to map between info.json and config.h/rules.mk (#11548)Zach White2021-01-3113-461/+339
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-318-0/+348
|\|
| * [Keyboard] SplitKB's Zima (#11577)Drashna Jaelre2021-01-318-0/+348
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-312-2/+2
|\|
| * Fix missing F2 in top row in AoS TKL maps (#11735)Rys Sommefeldt2021-01-312-2/+2
* | Merge remote-tracking branch 'origin/master' into developZach White2021-01-3045-2/+208
|\|
| * Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-3045-1/+211
* | undef TAPPING_TERM in users/hvp/hvp.hZach White2021-01-301-1/+2
* | rename callum's custom keycode that conflicts with a LUFA defineZach White2021-01-301-2/+2
* | add missing _MACRO to users/brandonschlack/brandonschlack.hZach White2021-01-301-0/+1
* | check for BACKLIGHT_ENABLE so this works on all keyboardsZach White2021-01-301-0/+2
* | change LAYOUT_planck_grid to LAYOUT_ortho_4x12Zach White2021-01-301-5/+5
* | bring the bocaj keymap inline with LAYOUT_ortho_4x12Zach White2021-01-302-10/+10
* | bring the xyverz keymap inline with LAYOUT_66_ansiZach White2021-01-302-26/+28
* | strip fn_actionsZach White2021-01-301-99/+2
* | remove conflicting NKRO_ENABLE flagZach White2021-01-301-1/+0
* | add missing ADJUST keyZach White2021-01-301-1/+2
* | make the tetris keymap fitZach White2021-01-301-0/+2
* | fix clueboard/66:magicmonty to bring hue under the 255 limitZach White2021-01-301-13/+13
* | fix chimera_ortho:gordon so it compilesZach White2021-01-301-18/+1
* | enable bluetooth on atreus:clash to fix compile errorZach White2021-01-301-0/+1
* | enable LTO on atreus:ibnuda to bring it below the thresholdZach White2021-01-301-0/+1
* | fix atomic:pvc so it compilesZach White2021-01-302-2/+3
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-01-3096-218/+216
|\|
| * [Docs] Use HTTPS for images and links where possible (#11695)Ryan2021-01-3096-218/+216
* | Include stdbool.h in uart.h (#11728)Drashna Jaelre2021-01-301-0/+1
* | Enforce memory allocator for ChibiOS builds with allocating debounce algorith...Nick Brassel2021-01-293-0/+18