index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keyboards
/
massdrop
/
alt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of `USB_LED_NUM_LOCK` (#21424)
Ryan
2023-07-02
1
-2
/
+1
*
Unicodemap keycodes rename (#21092)
Ryan
2023-06-01
1
-4
/
+4
*
Keymap introspection for combos. (#19670)
Nick Brassel
2023-05-15
2
-2
/
+0
*
Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)
Ryan
2023-04-14
2
-59
/
+39
*
Move `RGB_MATRIX_DRIVER` to data driven (#20350)
Ryan
2023-04-08
2
-1
/
+3
*
Move 65% layouts to data driven (#20308)
Ryan
2023-04-04
2
-83
/
+74
*
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
precondition
2023-04-03
2
-2
/
+0
*
Allow a larger int for the idle timeout for urbanvanilla keymap (#19738)
Phil Hollenback
2023-04-03
1
-2
/
+2
*
Move matrix config to info.json, part 7 (#20020)
Ryan
2023-03-11
2
-6
/
+5
*
VIA Protocol 12 + fixes (#19916)
Nick Brassel
2023-02-23
2
-6
/
+9
*
Remove matrix size defines (#19581)
Ryan
2023-02-17
1
-5
/
+0
*
Refactor Leader key feature (#19632)
Ryan
2023-02-13
1
-52
/
+48
*
Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)
Ryan
2023-02-05
1
-5
/
+0
*
Debounce defines cleanup (#19742)
Ryan
2023-02-03
1
-3
/
+0
*
Clean up Force NKRO in config.h (#19718)
Ryan
2023-01-30
1
-3
/
+0
*
Remove usages of config_common.h from config.h files. (#19714)
Nick Brassel
2023-01-31
1
-1
/
+0
*
Migrate `LAYOUTS` to data driven (#19541)
Ryan
2023-01-10
2
-2
/
+1
*
Remove useless line continuations (#19399)
Ryan
2022-12-30
7
-100
/
+100
*
Tap Dance: remove `qk_` prefix (#19313)
Ryan
2022-12-14
1
-4
/
+4
*
Leader: remove `qk_` prefix (#19304)
Ryan
2022-12-14
1
-1
/
+1
*
[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)
Albert Y
2022-12-12
2
-2
/
+2
*
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Ryan
2022-11-27
4
-24
/
+24
*
Reworked backlight keycodes. (#18961)
Nick Brassel
2022-11-06
1
-2
/
+2
*
Normalise Unicode keycodes (#18898)
Ryan
2022-10-31
2
-2
/
+2
*
Normalise Space Cadet keycodes (#18864)
Ryan
2022-10-27
1
-2
/
+2
*
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
Ryan
2022-10-22
1
-2
/
+2
*
Remove legacy Grave Escape keycodes (#18787)
Ryan
2022-10-20
4
-7
/
+7
*
Remove legacy EEPROM clear keycodes (#18782)
Ryan
2022-10-20
2
-3
/
+3
*
Remove legacy keycodes, part 6 (#18740)
Ryan
2022-10-16
13
-27
/
+27
*
Remove legacy keycodes, part 5 (#18710)
Ryan
2022-10-15
18
-19
/
+19
*
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Drashna Jaelre
2022-10-15
1
-2
/
+0
*
Remove legacy keycodes, part 2 (#18660)
Ryan
2022-10-10
4
-9
/
+9
*
Fix Per Key LED Indicator Callbacks (#18450)
Drashna Jaelre
2022-10-04
2
-2
/
+7
*
Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)
Ryan
2022-09-26
1
-1
/
+0
*
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
2022-09-23
7
-10
/
+10
*
Switch over MANUFACTURER and PRODUCT to string literals (#18183)
Ryan
2022-08-28
2
-3
/
+2
*
RESET -> QK_BOOT user keymaps (#17940)
Joel Challis
2022-08-21
3
-3
/
+3
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-08-21
2
-4
/
+5
|
\
|
*
Move keyboard USB IDs and strings to data driven, pass 3 (#18111)
Ryan
2022-08-21
2
-4
/
+5
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-08-14
4
-7
/
+66
|
\
|
|
*
Improve Drop Alt compatibility with VIA (#18041)
Cyn
2022-08-14
4
-7
/
+66
*
|
Remove `UNUSED_PINS` (#17931)
Nick Brassel
2022-08-06
1
-1
/
+0
*
|
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...
Stefan Kerkmann
2022-08-06
2
-2
/
+0
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-07-02
3
-46
/
+225
|
\
|
|
*
Update massdrop/alt:charlesrocket (#17297)
-k
2022-07-02
3
-46
/
+225
*
|
Removes terminal from QMK. (#17258)
Nick Brassel
2022-05-30
1
-1
/
+0
|
/
*
Add massdrop/alt:charlesrocket keymap (#17173)
-k
2022-05-21
1
-0
/
+122
*
Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16...
Ryan
2022-03-15
1
-2
/
+0
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-01-14
2
-0
/
+129
|
\
|
*
[Keyboard] Add VIA support for the Drop Alt (#15857)
asdfire1
2022-01-13
2
-0
/
+129
[next]