Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-12 | [Keyboard] add 60_ansi layout to dz60rgb_ansi rules.mk (#18664) | arcmags | |
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2022-08-20 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-08-20 | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | |
2022-08-15 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2022-08-15 | Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956) | Ryan | |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel | |
2022-08-06 | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | |
`QMK_KEYS_PER_SCAN` (#15292) | |||
2022-07-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-29 | Move keyboard USB IDs and strings to data driven: D (#17814) | Ryan | |
2022-07-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-26 | Dz65v2 Settings for SBennett13 (#17747) | Scott Bennett | |
* Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Add license to config and keymap | |||
2022-07-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-22 | Added autoclicker, better mouse, Vim like editing layer and more. (#15702) | Yuannan | |
* Added autoclicker, better mouse, vim like FN layer and more. * Updated docs to comply with guidelines * Fixed Imgur links * increased step sizes * updated readme to reflect step size * Added second delay array for autoclicker to compensate for RGB animation CPU loads * better RGB effects and updated docs * better README.md formatting * added DEBONCE libinput workaround for Linux * fixed formatting * fixed typos and clarified * fixed layer picture order * Update keyboards/dztech/dz65rgb/keymaps/yuannan/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/dztech/dz65rgb/keymaps/yuannan/README.md Co-authored-by: Drashna Jaelre <drashna@live.com> * Updated Docs and rules * Updated with the new deferred exec API to ensure more consistant CPS * renamed README.md to be lower case to comply with fauxpark's request * Remapped alt to be left instead of right for compatibility reasons * Update keyboards/dztech/dz65rgb/keymaps/yuannan/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-07-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-07-02 | Add keymaps for muralis and kuru (#17337) | Murali S | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sree Vidya Sobha Dharmarajan <ssd@Srees-MacBook-Pro.local> | |||
2022-06-19 | Make default layer size 16-bit (#15286) | Drashna Jaelre | |
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | |||
2022-05-31 | [Keyboard] fix dz64rgb rgb sleep (#17209) | moyi4681 | |
2022-05-15 | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | |
2022-03-15 | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | |
(#16655) | |||
2022-03-14 | Disable RGB matrix pixel animations for some boards (#16643) | Ryan | |
* idobao/id87/v2: disable RGB matrix pixel animations * Same for two more boards | |||
2022-03-11 | DZ64RGB: add info.json (#16616) | James Young | |
2022-02-10 | Remove manual enable of LTO within user keymaps (#15378) | Joel Challis | |
2022-02-06 | Reduce firmware size for dztech/dz60rgb_wkl/v2_1:via (#16254) | Joel Challis | |
2022-01-12 | [Keyboard] add Endless80 keyboard (#15022) | moyi4681 | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-01-10 | [Keyboard] add dz64rgb support (#15553) | moyi4681 | |
* add dz64rgb support * Update keyboards/dztech/dz64rgb/dz64rgb.c * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/dz64rgb.c * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/rules.mk | |||
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-26 | More headroom. (#15301) | Nick Brassel | |
2021-11-24 | Remove use of __flash due to LTO issues (#15268) | Joel Challis | |
2021-11-16 | [Keyboard] Fix handful of boards compiling too large due to RGB matrix ↵ | Drashna Jaelre | |
changes (#15184) | |||
2021-11-15 | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | |
2021-11-05 | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | |
* remove BOOTMAGIC_ENABLE=lite setting * change keyboard BOOTMAGIC_ENABLE rules Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keyboard BOOTMAGIC_ENABLE inline comments Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite". * change keymap BOOTMAGIC_ENABLE rules Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. * change keymap BOOTMAGIC_ENABLE inline comments Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * change layout/user BOOTMAGIC_ENABLE rules/comments Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`. Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite". * update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/ * remove docs references to Full Bootmagic * convert data-driven Bootmagic Lite instances * remove Bootmagic Lite bodge from data-driven generation * Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a * update docs/ja/config_options.md per mtei * update docs/faq_misc.md per mtei Remove remaining Full Bootmagic reference. | |||
2021-10-10 | Clean up LED/RGB Matrix driver config (#14760) | Ryan | |
2021-10-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-09 | [Keyboard] Fix DZTECH duo_s default keymap (#14772) | Drashna Jaelre | |
2021-10-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-04 | [Keyboard] add dztech duo_s keyboard (#14625) | moyi4681 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-09-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-27 | [Keyboard] Add dz60rgb_ansi v2_1 (#14614) | Dasky | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-09-21 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-09-21 | Remove audio pin references in rules.mk (#14532) | Ryan | |
2021-09-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-12 | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | |
2021-09-12 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2021-09-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-10 | [Keymap] moults31 userspace and keymaps (#12025) | Zac Moulton | |
2021-09-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-10 | Remove bootloader listings from rules.mk (#14330) | Ryan | |