index
:
qmk
this commit
master
Custom split ortholinear mechanical keyboard with rollerball mouse. Firmware. https://blog.node5.net/custom-keyboard
user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
keyboard.h
Age
Commit message (
Collapse
)
Author
2023-07-16
quantum: remove direct `quantum.h` includes (#21507)
Ryan
2023-04-03
[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)
Stefan Kerkmann
2023-03-30
Add last activity functions for pointing device (#20079)
Drashna Jaelre
2023-03-21
Sync activity timestamps between sides. (#20192)
Nick Brassel
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2022-12-17
Introduce IS_EVENT instead of !IS_NOEVENT (#19366)
Stefan Kerkmann
2022-08-06
[Core] Process all changed keys in one scan loop, deprecate ↵
Stefan Kerkmann
`QMK_KEYS_PER_SCAN` (#15292)
2022-03-14
Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)
Stefan Kerkmann
2022-03-09
Add support for encoder mapping. (#13286)
Nick Brassel
2022-02-12
Format code according to conventions (#16322)
QMK Bot
2022-01-22
Align location of some host led logic (#15954)
Joel Challis
* Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
2021-08-18
Migrate platform independent code from tmk_core -> quantum (#13673)
Joel Challis
* Migrate action|keyboard|keycode|eeconfig from tmk_core -> quantum