summaryrefslogtreecommitdiffstats
path: root/keyboards/massdrop
Commit message (Expand)AuthorAgeFilesLines
* Unicodemap keycodes rename (#21092)Ryan2023-06-011-4/+4
* Move `thekey` to Drop vendor folder (#21032)Joel Challis2023-05-2520-757/+0
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-155-5/+0
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-148-376/+307
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-109/+100
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-2/+6
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-054-60/+6
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-83/+74
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-035-5/+0
* Allow a larger int for the idle timeout for urbanvanilla keymap (#19738)Phil Hollenback2023-04-031-2/+2
* Remove more empty headers (#20155)Ryan2023-03-172-34/+0
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-118-30/+20
* Move backlight config to data driven (#19910)Ryan2023-02-262-2/+3
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-233-7/+10
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
* Remove matrix size defines (#19581)Ryan2023-02-174-17/+0
* Refactor Leader key feature (#19632)Ryan2023-02-131-52/+48
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-084-12/+4
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-052-10/+0
* Debounce defines cleanup (#19742)Ryan2023-02-032-6/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-302-6/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-315-5/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
* Remove useless line continuations (#19399)Ryan2022-12-3013-203/+203
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-144-12/+12
* Leader: remove `qk_` prefix (#19304)Ryan2022-12-141-1/+1
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-125-5/+5
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-279-33/+33
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-2/+2
* Normalise Unicode keycodes (#18898)Ryan2022-10-312-2/+2
* Normalise Space Cadet keycodes (#18864)Ryan2022-10-276-9/+9
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-2/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-205-8/+8
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-3/+3
* Remove legacy sendstring keycodes (#18749)Ryan2022-10-172-2/+2
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1621-40/+40
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1536-47/+47
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-156-61/+24
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-107-12/+12
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-049-41/+58
* Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-291-1/+1
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-265-5/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2318-27/+27
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-072-1/+23
|\
| * enable RGB matrix effects for drop ctrl (#18291)David Luo2022-09-072-1/+23
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-312-0/+65
|\|
| * Add bepo variant to massdrop/thekey keymaps (#18129)Benjamin Collet2022-08-312-0/+65
* | Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-2/+1
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-284-6/+4
|/