index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
quantum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix QK_MAKE's reboot check (#17795)
Drashna Jaelre
2022-07-25
1
-1
/
+1
*
implement `tap_code16_delay` (#17748)
JayceFayne
2022-07-23
1
-5
/
+16
*
Add ability to enter bootloader mode from `QK_MAKE` (#17745)
jack
2022-07-23
1
-0
/
+3
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-06-05
1
-3
/
+3
|
\
|
*
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...
Pascal Getreuer
2022-06-05
1
-3
/
+3
*
|
Removes terminal from QMK. (#17258)
Nick Brassel
2022-05-30
1
-3
/
+0
|
/
*
Enhancement and fixes of "Secure" feature (#16958)
Drashna Jaelre
2022-05-14
1
-0
/
+13
*
[Core] Add Caps Word feature to core (#16588)
Pascal Getreuer
2022-05-14
1
-0
/
+3
*
[Core] Add Reboot keycode to core (#15990)
Drashna Jaelre
2022-05-14
1
-1
/
+16
*
Implement XAP 'secure' core requirements (#16843)
Joel Challis
2022-04-16
1
-0
/
+9
*
[Core] Add compile/make macro to core (#15959)
Drashna Jaelre
2022-03-17
1
-0
/
+20
*
Merge remote-tracking branch 'origin/master' into develop
Drashna Jael're
2022-02-17
1
-0
/
+1
|
\
|
*
[Bug] Re-add call to `suspend_power_down_kb()` (#16382)
Joakim Tufvegren
2022-02-17
1
-0
/
+1
*
|
Format code according to conventions (#16322)
QMK Bot
2022-02-12
1
-11
/
+28
*
|
Initial migration of suspend callbacks (#16067)
Joel Challis
2022-02-05
1
-23
/
+0
*
|
Format code according to conventions (#16110)
QMK Bot
2022-01-29
1
-3
/
+2
*
|
Adjust tap_code16 to account for TAP_HOLD_CAPS_DELAY (#15635)
Ga68
2022-01-28
1
-3
/
+6
*
|
Relocate matrix_init_quantum content (#15953)
Joel Challis
2022-01-23
1
-29
/
+1
*
|
Align location of some host led logic (#15954)
Joel Challis
2022-01-22
1
-9
/
+2
*
|
Rename some Quantum keycodes (#15968)
Ryan
2022-01-22
1
-3
/
+3
*
|
Relocate matrix_scan_quantum tasks (#15882)
Joel Challis
2022-01-19
1
-71
/
+2
*
|
Make (un)register code functions weak (#15285)
Drashna Jaelre
2021-12-27
1
-4
/
+4
*
|
Generalize Unicode defines (#15409)
Drashna Jaelre
2021-12-06
1
-2
/
+2
|
/
*
New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)
precondition
2021-11-26
1
-0
/
+3
*
Add uint to char functions (#15244)
Drashna Jaelre
2021-11-23
1
-0
/
+56
*
Rework and expand Pointing Device support (#14343)
Drashna Jaelre
2021-11-14
1
-0
/
+4
*
Basic keycode overhaul (#14726)
Ryan
2021-11-03
1
-8
/
+8
*
Remove sysex API (#14723)
Ryan
2021-10-06
1
-17
/
+6
*
Add Support for USB programmable buttons (#12950)
Thomas Weißschuh
2021-09-15
1
-0
/
+3
*
Move feature suspend logic out of platform specific code (#14210)
Drashna Jaelre
2021-08-30
1
-0
/
+96
*
Revert 14083 && 14144 (#14150)
Joel Challis
2021-08-25
1
-0
/
+90
*
Tidy up quantum.c now some of tmk_core has been merged (#14083)
Joel Challis
2021-08-24
1
-90
/
+0
*
Fixup Audio startup and add to documents (#13606)
Drashna Jaelre
2021-08-15
1
-1
/
+1
*
Process combos earlier & overlapping combos (#8591)
Pete Sevander
2021-08-06
1
-4
/
+19
*
Unconditionally call led_init_ports (#12116)
Joel Challis
2021-08-03
1
-3
/
+0
*
Minor tidy up of key overrides (#13747)
Joel Challis
2021-07-28
1
-5
/
+1
*
matrix_scan_x -> x_task (#13748)
Joel Challis
2021-07-28
1
-4
/
+4
*
Haptic: driver-> feature (#13713)
Joel Challis
2021-07-25
1
-2
/
+2
*
Move `SENDSTRING_BELL` code to `send_string.h` (#13566)
Ryan
2021-07-16
1
-3
/
+0
*
[Feature] Key Overrides (#11422)
Jonas Gessner
2021-07-13
1
-3
/
+16
*
Improve layer mask handling (#13065)
Drashna Jaelre
2021-07-03
1
-4
/
+4
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-03-12
1
-62
/
+0
|
\
|
*
Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)
Ryan
2021-03-12
1
-62
/
+0
*
|
LED Matrix: decouple from Backlight (#12054)
Ryan
2021-03-08
1
-5
/
+4
*
|
Add ability to toggle One Shot functionality (#4198)
Drashna Jaelre
2021-03-01
1
-0
/
+11
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-02-28
1
-232
/
+0
|
\
|
|
*
Extract sendstring into its own compilation unit (#12060)
Ryan
2021-03-01
1
-232
/
+0
*
|
Overhaul bootmagic logic to have single entrypoint (#8532)
Joel Challis
2021-02-28
1
-6
/
+2
|
/
*
[BUG] Massdrop develop rgb fix (#12022)
Nick Brassel
2021-02-26
1
-0
/
+3
*
Split transport mirror (#11046)
XScorpion2
2021-02-16
1
-10
/
+0
[next]