summaryrefslogtreecommitdiff
path: root/keyboards/massdrop
AgeCommit message (Expand)Author
2023-07-02Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan
2023-06-01Unicodemap keycodes rename (#21092)Ryan
2023-05-25Move `thekey` to Drop vendor folder (#21032)Joel Challis
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan
2023-04-04Move 65% layouts to data driven (#20308)Ryan
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-04-03Allow a larger int for the idle timeout for urbanvanilla keymap (#19738)Phil Hollenback
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-11Move matrix config to info.json, part 7 (#20020)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel
2023-02-22Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-13Refactor Leader key feature (#19632)Ryan
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan
2023-02-03Debounce defines cleanup (#19742)Ryan
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan
2022-12-30Remove useless line continuations (#19399)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-12-14Leader: remove `qk_` prefix (#19304)Ryan
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
2022-10-31Normalise Unicode keycodes (#18898)Ryan
2022-10-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-22Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-20Remove legacy EEPROM clear keycodes (#18782)Ryan
2022-10-17Remove legacy sendstring keycodes (#18749)Ryan
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan
2022-10-15Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre
2022-10-10Remove legacy keycodes, part 2 (#18660)Ryan
2022-10-04Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre
2022-09-29Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-09-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-07enable RGB matrix effects for drop ctrl (#18291)David Luo
2022-08-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-08-31Add bepo variant to massdrop/thekey keymaps (#18129)Benjamin Collet
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler