summaryrefslogtreecommitdiffstats
path: root/keyboards/massdrop/alt
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
* Remove useless line continuations (#19399)Ryan2022-12-307-100/+100
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-4/+4
* Leader: remove `qk_` prefix (#19304)Ryan2022-12-141-1/+1
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-2/+2
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-274-24/+24
* 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-271-2/+2
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-2/+2
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-204-7/+7
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-3/+3
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1613-27/+27
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1518-19/+19
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-151-2/+0
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-104-9/+9
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-2/+7
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-1/+0
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-237-10/+10
* Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-282-3/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-212-4/+5
|\
| * Move keyboard USB IDs and strings to data driven, pass 3 (#18111)Ryan2022-08-212-4/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-144-7/+66
|\|
| * Improve Drop Alt compatibility with VIA (#18041)Cyn2022-08-144-7/+66
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* | [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann2022-08-062-2/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-023-46/+225
|\|
| * Update massdrop/alt:charlesrocket (#17297)-k2022-07-023-46/+225
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-301-1/+0
|/
* Add massdrop/alt:charlesrocket keymap (#17173)-k2022-05-211-0/+122
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...Ryan2022-03-151-2/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-142-0/+129
|\
| * [Keyboard] Add VIA support for the Drop Alt (#15857)asdfire12022-01-132-0/+129
* | Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-271-0/+3
|/
* fixed "Your Name" in header (#15591)br2021-12-272-2/+2
* add my keymap (#15211)br2021-12-272-0/+171
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-142-30/+30
* Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-152-37/+85
* Add support to persist MD LED framework settings (#14980)Joel Challis2021-11-022-0/+11
* Stop-gap forward-port Drop LED features for CTRL and ALT (#14967)just-another-jxliu2021-10-293-29/+182
* Initial USB2422 driver (#14835)Joel Challis2021-10-222-1/+10
* Split out arm_atsam shift register logic (#14848)Joel Challis2021-10-221-11/+7