aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz60rgb_ansi
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Badger keymaps/userspace (#10239)Dan White2020-09-161-0/+60
| | | | | | | | | | | | | | | | | * Badger keymaps * bug fix - linter * code review feedback and ortholinear bugs * cleanup * backing out suspect bug after doing additional research * code review feedback * code review feedback * changing default badger keymap and small bugfix
* Remove HD44780 References, Part 2 (#9918)James Young2020-08-072-2/+0
| | | | | * remove HD44780_ENABLE rules: C-F * remove HD44780_ENABLE config: C-F
* Fix compilation warning for the DZ60RGB/DZ65RGB when RGB matrix is disabled ↵Michael Krasnitski2020-07-221-1/+1
| | | | (#9791)
* Remove no-longer-necessary LTO checks from keyboards' config.h files (#8773)Konstantin Đorđević2020-04-192-8/+4
| | | | | | | | | * Remove no-longer-necessary LTO checks from keyboards' config.h files * Remove unnecessary LTO check in @danielo515's Ergodox EZ keymap * Remove unnecessary USE_Link_Time_Optimization checks from keyboards' config.h files Note: DISABLE_LEADER doesn't seem to be used anywhere
* [Keyboard] VIA Support: DZ60RGB ANSI V1/V2 (#8159)MechMerlin2020-02-164-3/+38
| | | | | | | | * add dz60 via support * use the correct DZ vendor id dervied from dz60 * differentiate product ID of v2 board
* Tidy up dztech keyboard.c/h and readmes (#7664)fauxpark2020-01-143-107/+108
| | | | | | | | | | | | | | | | * Tidy up dztech keyboard.c/h and readmes * Use new lock LED function * Undo changes to led flags * Fix make examples * Update readmes some more * Clarify filetypes * Format as list
* Tidy up dztech config.hfauxpark2019-12-183-46/+89
|
* Tidy up dztech default keymaps and info.json (#7608)fauxpark2019-12-182-42/+96
|
* Tidy up dztech rules.mkfauxpark2019-12-172-22/+43
|
* Add short aliases for Magic keycodes (#7541)fauxpark2019-12-051-1/+1
| | | | | | | | * Add short alias for `MAGIC_TOGGLE_NKRO` * Add aliases for the other Bootmagic keycodes * Replace long form in default keymaps
* [Keyboard] dztech rgb pcb v2 support (#7423)moyi46812019-11-215-41/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dztech rgb pcb v2 support dztech rgb pcb v2 support * Update config.h * Update rules.mk * Update rules.mk * Update rules.mk * Update keyboards/dztech/dz60rgb/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_ansi/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_ansi/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_wkl/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_wkl/v2/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com>
* [Core] Cleanup rules.mk for F303 keyboards (#7306)fauxpark2019-11-141-4/+4
| | | | | | * Cleanup rules.mk for F303 keyboards * Fix small typo
* [Keyboard] add kbdmini; dztech, kbdfans keyboards cleanup (#7223)moyi46812019-11-147-0/+253
* add kbdmini, dztech and kbdfans keyboards small fix * Caps lock indicator moved from keymap * Update dz65rgb.c * fix error * fix matthewrobo keymap error * Update keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb/dz60rgb.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_ansi/dz60rgb_ansi.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz60rgb_wkl/dz60rgb_wkl.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/dztech/dz65rgb/dz65rgb.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * wrap all of the g_led_config stuff and rgb matrix functions in ifdefs wrap all of the g_led_config stuff and rgb matrix functions in ifdefs