Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-03 | 9 | -0/+409 | |
|\| | ||||||
| * | [Keyboard] add koalafications (#11628) | Brandon Claveria | 2021-02-03 | 9 | -0/+409 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add koalafications * fix keymap * add oled * oled stuff * fix oled stuff * add animation * more oled stuff * update rules.mk * oled annimation * change PID * Update keyboards/handwired/swiftrax/koalafications/info.json * Update keyboards/handwired/swiftrax/koalafications/readme.md | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-03 | 1 | -1/+1 | |
|\| | ||||||
| * | Fixing layer order for Breeze default keymap (#11779) | Eithan Shavit | 2021-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-03 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776) | Drashna Jaelre | 2021-02-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | * Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled * update type in dprintf Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-02 | 6 | -180/+7 | |
|\| | ||||||
| * | Clean up KBD8X keyboard (#11565) | Drashna Jaelre | 2021-02-02 | 6 | -180/+7 | |
| | | | | | | | | | | | | * Clean up KBD8X keyboard * remove unneeded rules | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-02 | 3 | -79/+88 | |
|\| | ||||||
| * | Knobgoblin info file fix (#11697) | mrT1ddl3s | 2021-02-02 | 3 | -79/+88 | |
| | | | | | | | | 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-02-02 | 4 | -0/+629 | |
|\| | ||||||
| * | add orthodeluxe keymap for Planck keyboard (#11077) | erikbakker-dev | 2021-02-02 | 4 | -0/+629 | |
| | | | | | | | | | | | | | | | | | | * add orthodeluxe keymap for Planck keyboard * add licence header to config.h * fix indentation * add bootmagic lite and simplify code | |||||
* | | Address wake from sleep instability (#11450) | Joshua Diamond | 2021-02-02 | 5 | -5/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * resolve race condition between suspend and wake in LUFA * avoid multiple calls to suspend_power_down() / suspend_wakeup_init() * Remove duplicate suspend_power_down_kb() call * pause on wakeup to wait for USB state to settle * need the repeated suspend_power_down() (that's where the sleep is) * more efficient implementation * fine tune the pause after sending wakeup * speculative chibios version of pause-after-wake * make wakeup delay configurable, and adjust value * better location for wakeup delay | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-01 | 2 | -3/+6 | |
|\| | ||||||
| * | CLI: Fix json flashing (#11765) | Erovia | 2021-02-01 | 2 | -3/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-01 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix Ergosaurus default RGB_DI_PIN (#11634) | Carlos | 2021-02-01 | 1 | -2/+2 | |
| | | | | | | | | | | * Update RGB_DI_PIN to match breakout on pcb * Wrap in safer define check | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-01 | 12 | -0/+413 | |
|\| | ||||||
| * | [Keyboard] Add nullbitsco SCRAMBLE (#11078) | Jay Greco | 2021-02-01 | 12 | -0/+413 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add SCRAMBLE * Make requested changes to PR * Add all layers to VIA keymap Implement drashna's PR feedback in order to avoid random data within the layers in VIA. * Make requested changes to PR Implement fauxpark's PR feedback to clean up readme.md and rules.mk. * Make changes based on PR feedback -Changed VIA layers to enum -Added info on how to enter the bootloader to readme | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-01 | 1 | -0/+2 | |
|\| | ||||||
| * | added limit to RGB brightness (#11759) | cole smith | 2021-02-01 | 1 | -0/+2 | |
| | | ||||||
* | | Move transport.c to QUANTUM_LIB_SRC (#11751) | Drashna Jaelre | 2021-02-01 | 2 | -4/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-02-01 | 6 | -0/+633 | |
|\| | ||||||
| * | [Docs] Japanese translation of internals_*.md (#10316) | umi | 2021-02-01 | 6 | -0/+633 | |
| | | | | | | | | | | | | | | * add git checkout internals_related.md translation * update based on comment * unify the end of sentence | |||||
* | | Stop sounds when suspended (#11553) | Joshua Diamond | 2021-02-01 | 7 | -4/+56 | |
| | | | | | | | | | | | | | | * fix stopping audio on suspend vs. startup sound * trim firmware size * fix stuck audio on startup (ARM) | |||||
* | | Decouple USB events from the USB interrupt handler. (#10437) | Nick Brassel | 2021-02-01 | 3 | -9/+80 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-01-31 | 1 | -30/+7 | |
|\| | ||||||
| * | quantum.c send char cleanups (#11743) | Ryan | 2021-02-01 | 1 | -30/+7 | |
| | | ||||||
* | | Create a system to map between info.json and config.h/rules.mk (#11548) | Zach White | 2021-01-31 | 13 | -461/+339 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generate rules.mk from a json mapping * generate rules.mk from a json mapping * support for config.h from json maps * improve the mapping system * document the mapping system * move data/maps to data/mappings * fix flake8 errors * fixup LED_MATRIX_DRIVER * remove product and description from the vision_division keymap level * reduce the complexity of generate-rules-mk * add tests for the generate commands * fix qmk doctor when submodules are not clean | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-01-31 | 8 | -0/+348 | |
|\| | ||||||
| * | [Keyboard] SplitKB's Zima (#11577) | Drashna Jaelre | 2021-01-31 | 8 | -0/+348 | |
| | | | | | | | | Co-authored-by: Thomas Baart <thomas@splitkb.com> Co-authored-by: Joel Challis <git@zvecr.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-01-31 | 2 | -2/+2 | |
|\| | ||||||
| * | Fix missing F2 in top row in AoS TKL maps (#11735) | Rys Sommefeldt | 2021-01-31 | 2 | -2/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | Zach White | 2021-01-30 | 45 | -2/+208 | |
|\| | ||||||
| * | Add a <FEATURE>_SUPPORTED flag (#9058) | Zach White | 2021-01-30 | 45 | -1/+211 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | undef TAPPING_TERM in users/hvp/hvp.h | Zach White | 2021-01-30 | 1 | -1/+2 | |
| | | ||||||
* | | rename callum's custom keycode that conflicts with a LUFA define | Zach White | 2021-01-30 | 1 | -2/+2 | |
| | | ||||||
* | | add missing _MACRO to users/brandonschlack/brandonschlack.h | Zach White | 2021-01-30 | 1 | -0/+1 | |
| | | ||||||
* | | check for BACKLIGHT_ENABLE so this works on all keyboards | Zach White | 2021-01-30 | 1 | -0/+2 | |
| | | ||||||
* | | change LAYOUT_planck_grid to LAYOUT_ortho_4x12 | Zach White | 2021-01-30 | 1 | -5/+5 | |
| | | ||||||
* | | bring the bocaj keymap inline with LAYOUT_ortho_4x12 | Zach White | 2021-01-30 | 2 | -10/+10 | |
| | | ||||||
* | | bring the xyverz keymap inline with LAYOUT_66_ansi | Zach White | 2021-01-30 | 2 | -26/+28 | |
| | | ||||||
* | | strip fn_actions | Zach White | 2021-01-30 | 1 | -99/+2 | |
| | | ||||||
* | | remove conflicting NKRO_ENABLE flag | Zach White | 2021-01-30 | 1 | -1/+0 | |
| | | ||||||
* | | add missing ADJUST key | Zach White | 2021-01-30 | 1 | -1/+2 | |
| | | ||||||
* | | make the tetris keymap fit | Zach White | 2021-01-30 | 1 | -0/+2 | |
| | | ||||||
* | | fix clueboard/66:magicmonty to bring hue under the 255 limit | Zach White | 2021-01-30 | 1 | -13/+13 | |
| | | ||||||
* | | fix chimera_ortho:gordon so it compiles | Zach White | 2021-01-30 | 1 | -18/+1 | |
| | | ||||||
* | | enable bluetooth on atreus:clash to fix compile error | Zach White | 2021-01-30 | 1 | -0/+1 | |
| | | ||||||
* | | enable LTO on atreus:ibnuda to bring it below the threshold | Zach White | 2021-01-30 | 1 | -0/+1 | |
| | |