summaryrefslogtreecommitdiffstats
path: root/keyboards/dztech
Commit message (Collapse)AuthorAgeFilesLines
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-0614-14/+0
|
* [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-065-10/+0
| | | | `QMK_KEYS_PER_SCAN` (#15292)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-3010-33/+31
|\
| * Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-2910-33/+31
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-264-0/+136
|\|
| * Dz65v2 Settings for SBennett13 (#17747)Scott Bennett2022-07-264-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-224-0/+346
|\|
| * Added autoclicker, better mouse, Vim like editing layer and more. (#15702)Yuannan2022-07-224-0/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-023-0/+294
|\|
| * Add keymaps for muralis and kuru (#17337)Murali S2022-07-023-0/+294
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sree Vidya Sobha Dharmarajan <ssd@Srees-MacBook-Pro.local>
* | Make default layer size 16-bit (#15286)Drashna Jaelre2022-06-196-86/+86
|/ | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] fix dz64rgb rgb sleep (#17209)moyi46812022-05-311-1/+2
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1515-23/+23
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-1513-50/+2
| | | | (#16655)
* Disable RGB matrix pixel animations for some boards (#16643)Ryan2022-03-141-3/+0
| | | | | * idobao/id87/v2: disable RGB matrix pixel animations * Same for two more boards
* DZ64RGB: add info.json (#16616)James Young2022-03-111-0/+79
|
* Remove manual enable of LTO within user keymaps (#15378)Joel Challis2022-02-102-2/+2
|
* Reduce firmware size for dztech/dz60rgb_wkl/v2_1:via (#16254)Joel Challis2022-02-061-1/+1
|
* [Keyboard] add Endless80 keyboard (#15022)moyi46812022-01-129-0/+271
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add dz64rgb support (#15553)moyi46812022-01-108-0/+368
| | | | | | | | | | | | | | | | * 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
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-0915-30/+15
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-0115-30/+0
|
* More headroom. (#15301)Nick Brassel2021-11-261-3/+3
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-246-6/+6
|
* [Keyboard] Fix handful of boards compiling too large due to RGB matrix ↵Drashna Jaelre2021-11-161-0/+2
| | | | changes (#15184)
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-1521-385/+839
|
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-0514-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-109-35/+17
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-101-12/+12
|\
| * [Keyboard] Fix DZTECH duo_s default keymap (#14772)Drashna Jaelre2021-10-091-12/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-059-0/+269
|\|
| * [Keyboard] add dztech duo_s keyboard (#14625)moyi46812021-10-049-0/+269
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-283-1/+105
|\|
| * [Keyboard] Add dz60rgb_ansi v2_1 (#14614)Dasky2021-09-273-1/+105
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-218-8/+8
|\|
| * Remove audio pin references in rules.mk (#14532)Ryan2021-09-218-8/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-1213-13/+0
|\|
| * Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-1213-13/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-126-12/+0
|\|
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-126-12/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-113-0/+54
|\|
| * [Keymap] moults31 userspace and keymaps (#12025)Zac Moulton2021-09-103-0/+54
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-104-28/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-104-28/+0
| |
* | Remove bin/qmk (#14231)Zach White2021-08-291-2/+2
|/ | | | | * Remove the bin/qmk script * remove bin/qmk from workflows
* Updated RGB Matrix suspend define part 3 (#13954)Drashna Jaelre2021-08-221-5/+5
| | | | | | | | | * Updated RGB Matrix suspend define part 3 * Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)" This reverts commit 80015f7fb023f27ad5307815fd5433694a3bcb4a. * Add additional boards/keymaps
* move volcano660 to ilumkb folder (#13550)moyi46812021-08-199-256/+0
| | | | | | | | | * move volcano660 to ilumkb folder * Update rules.mk * Fix up readme Co-authored-by: zvecr <git@zvecr.com>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-193-1/+111
|\
| * [Keyboard] adds new keyboard version: dztech/dz60rgb_wkl/v2_1 (#14021)Tran Kim Tung2021-08-193-1/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Keyboard] adds new keyboard version: dztech/dz60rgb_wkl/v2_1 * Update keyboards/dztech/dz60rgb_wkl/readme.md Remove external flash manual link Co-authored-by: Ryan <fauxpark@gmail.com> * dz60rgb_wkl/v2_1: remove NO_USB_STARTUP_CHECK Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove MIDI Configuration boilerplate (#11151)James Young2021-08-168-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove keyboard-level instances of `MIDI_ENABLE = no` Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]*MIDI_ENABLE[ \t]*=[ \t]*no/d' {} + ``` Co-Authored-By: Nick Brassel <nick@tzarc.org> * fix case-sensitivity issues on MIDI_ENABLE Change instances of `MIDI_ENABLE = YES` to `MIDI_ENABLE = yes`. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE[ \t]*=[ \t]*[Yy][Ee][Ss];MIDI_ENABLE = yes;g' {} + ``` * replace `# MIDI controls` with `# MIDI support` Replace `# MIDI controls` with `# MIDI support` in keyboard-level `rules.mk` files. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*MIDI[ \t]*\(controls\|support\).*;# MIDI support;g' {} + ``` * align inline comments Aligns the inline comments to the length used by the QMK AVR rules.mk template. Command: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE *= *yes.*;MIDI_ENABLE = yes # MIDI support;g' {} + ``` * remove commented instances of `MIDI_ENABLE` from keyboard `rules.mk` files Commands: ``` find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#\([ \t]*MIDI_ENABLE\) = yes; \1 = no ;' {} + find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;^\([ \t]*\)\(MIDI_ENABLE = no\);\2\1;' {} + find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]\+MIDI_ENABLE *= *no/d' {} + ``` * remove MIDI configuration boilerplate from keyboard config.h files Co-authored-by: Nick Brassel <nick@tzarc.org>