Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-27 | Fixes for slovak language-specific keycodes (#16019) | KraXen72 | |
2022-01-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-27 | [Keyboard] Fix compilation issues for creatkeebs thera (#16071) | Drashna Jaelre | |
2022-01-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-27 | Mehkee96 LED state & count + transposed keys fixes (#16061) | Damien Guard | |
* Fix transposed keys at top right of board. * Correct LED on state * Correct number of LEDs * Default LED state is fine | |||
2022-01-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-26 | Keychron QMK Configurator Refactor (#16034) | James Young | |
2022-01-26 | Deprecate split transactions status field (#16023) | Stefan Kerkmann | |
2022-01-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-26 | Krush65 Solder Refactor (#16065) | James Young | |
2022-01-26 | CK60: LAYOUT_60_iso compatibility (#16066) | James Young | |
2022-01-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-26 | [Keyboard] Creatkeebs (#15766) | Tim Liu | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-01-26 | Remove unused suspend_idle (#16063) | Joel Challis | |
2022-01-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-26 | CU65: Fix VIA keymap (#16062) | Ryan | |
2022-01-26 | Enable a default task throttle for split pointing. (#15925) | Dasky | |
2022-01-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-26 | Krush60 Solder Refactor (#16029) | James Young | |
* solder.h: add matrix diagram * solder.h: remove unnecessary comments * rework LAYOUT_60_iso to LAYOUT_60_isoenter_split_bs True ISO layouts are not supported on this keyboard because the PCB lacks support for split Left Shift. Renames the `iso` to `isoenter` to specify this. - denotes use of Split Backspace - move Backslash keycode to home row * info.json: remove trailing whitespace * info.json: clean up Sort the layout trees into the same order as `solder.h`, and remove the `LAYOUT_60_all` tree (doesn't exist in source). * solder.h: align positional arguments Helps me proof-read the layouts at a glance. No logic change. * fix syntax errors in keymaps * remove ISO layouts As previously noted, ISO layouts are not supported due to the PCB's lack of support for split Left Shift. * rename LAYOUT_60_ansi_tsangan_split_bs to LAYOUT_60_tsangan_hhkb Also renames `60_tsangan_splt_bs` keymap to `60_tsangan_hhkb`. * rename LAYOUT_60_ansi_tsangan to LAYOUT_60_ansi_tsangan_split_rshift Also renames `60_tsangan` keymap to `60_ansi_tsangan_split_rshift`. * rename LAYOUT_60_ansi_arrow_split_bs_7u_spc to LAYOUT_60_ansi_arrow_tsangan_split_bs Also rename `60_ansi_arrow_splt_bs_7u` to `60_ansi_arrow_tsangan_split_bs`. * rename LAYOUT_60_ansi_arrow_7u_spc to LAYOUT_60_ansi_arrow_tsangan Also renames `60_ansi_arrow_7u` keymap to `60_ansi_arrow_tsangan`. * rename keymaps based on layout macro used Making this easier to track in my head while I work on it. * info.json: fix syntax errors * rename LAYOUT_60_ansi_split_bs_7u_spc to LAYOUT_60_ansi_tsangan_split_bs - renames `60_ansi_split_bs_7u_spc` keymap to `60_ansi_tsangan_split_bs` - removes `layout_aliases` entry from `info.json` (creates incompatible data conflict) * rename LAYOUT_60_ansi_7u_spc to LAYOUT_60_ansi_tsangan - renames `60_ansi_7u_spc` keymap to `60_ansi_tsangan` * info.json: remove LAYOUT_60_ansi_tsangan layout_aliases entry Causes an incompatible data conflict. * add second layer to 60_ansi keymap * update via keymap Now matches the behaviour of the default keymap. * fix syntax errors in keymaps, take 2 * add RGB and Navigation keycodes Adds RGB and Navigation keycodes to the `60_isoenter_split_bs`, `default` and `via` keymaps. | |||
2022-01-25 | More keyboard rules.mk cleanups (#16044) | Ryan | |
* More keyboard rules.mk cleanups * Found a couple more | |||
2022-01-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-25 | [Keyboard] Fix orientation issues for Ploopy pointing devices (#16035) | Drashna Jaelre | |
2022-01-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-25 | Fix joystick button off-by-one error (#16037) | Ryan | |
2022-01-25 | Fix handwired/ms_sculpt_mobile default keymap (#16032) | Joel Challis | |
2022-01-25 | Workaround in Makefile for recursive rule matching (#15988) | Joel Challis | |
* Bodge for recursive rule matching * Bodge for recursive rule matching - force python3 * Tidy up | |||
2022-01-24 | Add a script that simplifies running commands under docker. (#16028) | Nick Brassel | |
2022-01-24 | Various Makefile optimisations (#16015) | Joel Challis | |
2022-01-25 | Fix bootloader_jump for certain CTRL boards (#16026) | Ryan | |
2022-01-24 | Fix up issue with PROGMEM and hand_swap_config (#16027) | Joel Challis | |
2022-01-24 | Rip out old macro and action_function system (#16025) | Ryan | |
* Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-01-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-24 | [Keyboard] Fix frosty_flake LED pin assignment (#16000) | tofurky | |
4c080be seemed to swap the LED pins for the 20130602 and 20140521 variants. 20140521 is fine now, 20130602 untested but per the schematics at https://deskthority.net/wiki/Costar_replacement_controllers it seems correct. | |||
2022-01-24 | Default EEPROM implementation should be transient when not implemented. ↵ | Nick Brassel | |
Removed the equivalent eeprom_teensy fallback. (#16020) | |||
2022-01-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-24 | RGB matrix effects definiton fix (#15930) | fOmey | |
* RGB matrix effects definiton fix * Move LTO to board rules & add some comments * Whitespace fix * Whitespace fix 2 Co-authored-by: Ryan <fauxpark@gmail.com> * Whitespace fix 3 Co-authored-by: Ryan <fauxpark@gmail.com> * Comment fix Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | |||
2022-01-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-24 | DZ60 - QMK Configurator fix for ISO DE Arrow layout (#15941) | Tobias Minn | |
2022-01-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-23 | Add some clarity regarding new board definitions (#16018) | Nick Brassel | |
2022-01-24 | Add L432, L442. (#16016) | Nick Brassel | |
2022-01-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-01-23 | [Keymap] Remove Ergodox community layout “coderkun_neo2” (#16011) | Olli | |
2022-01-23 | [Keyboard] Fixed RGB number for Devil68 Pro (#16003) | HorrorTroll | |
2022-01-23 | [Keyboard] Fix erroneous SRC for Clueboard 66 hotswap (#16007) | Drashna Jaelre | |
2022-01-23 | Relocate matrix_init_quantum content (#15953) | Joel Challis | |
* Relocate matrix_init_quantum content * Update include order * Fix cherry pick from 15722 | |||
2022-01-22 | [Bug] Fix compilation issues for led indicators (#16001) | Drashna Jaelre | |
2022-01-22 | Fix BACKLIGHT_CAPS_LOCK warning (#15999) | Joel Challis | |
* Fix BACKLIGHT_CAPS_LOCK warning * align defs | |||
2022-01-22 | Align location of some host led logic (#15954) | Joel Challis | |
* Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message |