| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use `type cmp` to test for cmp in Makefile
|
|
|
|
|
|
|
|
Updated urls due to transfer to qmk org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Merged from QMK project
|
|
|
|
fix: infinity60 keyboard was not using quantum features.
|
|
Add smt's keymap for Preonic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added mods status bit to visualizer.
|
|
qmk firmware requires the matrix_init_user and matrix_scan_user
function to be implementated. Added these function to all the existing
keymaps.
|
|
In register_code16 and unregister_code16 we call register_code and
unregister_code twice, once for the mods and once for the keycode.
The (un)register_code have many check to see that keycode we have sent
however because we know that we are sending it a mods key, why not
just skip all of it and call (un)register_mods instead. This will skip
alot of checks and should speedup the loop a little.
|