summaryrefslogtreecommitdiffstats
path: root/keyboards/dk60
Commit message (Expand)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-76/+60
* Move matrix config to info.json, part 4 (#20001)Ryan2023-03-112-17/+5
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
* Remove unused RGBLight defines from config.h (#19859)Ryan2023-02-171-16/+0
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-071-4/+0
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-4/+0
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
* led_update_kb -> led_update_ports where appropriate (#18716)Jouke Witteveen2022-10-151-9/+5
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-151-12/+0
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* Move keyboard USB IDs and strings to data driven: D (#17814)Ryan2022-07-292-7/+6
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-4/+0
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+1
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Remove unused KEYBOARD_LOCK_ENABLE from rules (#14920)Drashna Jaelre2021-10-251-1/+0
* Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)Ryan2021-09-121-1/+0
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Unconditionally call led_init_ports (#12116)Joel Challis2021-08-031-1/+0
* DK60 refactor (#10791)Ryan2020-10-317-197/+377
* Trim firmware sizes from default rules.mk, part 1 (#8027)ridingqwerty2020-01-291-6/+6
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-5/+11
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
* Fix dk60 compiler issue on newer compiler versions (#5444)Drashna Jaelre2019-03-191-0/+10
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-5/+0
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
* DK60: Refactor, Configurator and Readme updates (#3142)noroadsleft2018-06-074-32/+44
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-1/+1
* remove all makefiles from keyboard directoriesJack Humbert2017-09-271-3/+0
* - Fixed wording in readmedbroqua2017-07-051-1/+1
* - Updated dk60 readme with new QMK rulesdbroqua2017-07-051-4/+13
* - Fixed DK60 version in config.hdbroqua2017-07-051-1/+1
* Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert2017-06-301-14/+14
* - Updated copyrightdbroqua2017-05-302-3/+1
* - Updated readmeDamien Broqua2017-05-301-1/+3
* - Added Capslock/Esc ledDamien Broqua2017-05-303-35/+97
* - Some changes on DK60Damien Broqua2017-05-305-41/+37
* - Initial commit for branch DK60dbroqua2017-05-077-0/+184