index
:
zmk.git
core/peripheral-behavior-invocation
main
master
ZMK Bluetooth keyboard firmware.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
include
/
dt-bindings
/
zmk
Age
Commit message (
Expand
)
Author
2021-01-08
(feat) Allow setting underglow color by key press
KemoNine
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-11-10
refactor(app): Replace `HID_EXT_USAGE` with `HID_USAGE`
innovaker
2020-11-05
refactor(keys): Unify usage page.
Pete Johanson
2020-11-04
fix(keys): Replace GUI with Application / Context Menu
innovaker
2020-11-03
feat(keys): Standardize keys
innovaker
2020-11-03
refactor(hid): Replace deprecated HID usage page references
innovaker
2020-11-03
feat(hid): Add preprocessor definitions for HID usages v1.21
innovaker
2020-11-03
fix: Formatting fix.
Pete Johanson
2020-11-03
refactor(hid): Mod defines in dedicated header.
Pete Johanson
2020-11-03
initial implementation for modifiers
Okke Formsma
2020-10-28
feat(endpoints): simplify behavior constants
Joel Spadin
2020-10-28
feat(endpoints): rename behavior to outputs
Joel Spadin
2020-10-28
feat(endpoints): add preferred endpoint setting
Joel Spadin
2020-10-13
Merge pull request #258 from megamind4089/dev/ext-power-behavior
Pete Johanson
2020-10-12
fix: Updated copyright headers to single author file.
Pete Johanson
2020-10-12
Added toggle and removed a param
Mega Mind
2020-10-12
New behavior for ext power control
Mega Mind
2020-10-06
feat(power): Initial deep sleep work.
Pete Johanson
2020-10-02
Add missing licensing header
Dev
2020-09-14
chore: clang-format the codebase.
Pete Johanson
2020-09-13
refactor(bluetooth): More concise names.
Pete Johanson
2020-09-13
feat(bluetooth): Add back profiles, split fixes.
Pete Johanson
2020-09-13
fix(bluetooth): Remove identity, minimal `bt`.
Pete Johanson
2020-09-13
feat(bluetooth): Proper bond management, identity support for non-splits
Pete Johanson
2020-09-10
fix: Switch to single AUTHORS file.* Closes #164
Pete Johanson
2020-08-29
Merge branch 'main' into CrossR/Sofle
CrossR
2020-08-28
fix(test): change the layout
Cody McGinnis
2020-08-21
Add keycodes properly.
CrossR
2020-08-21
feat(behaviors): Add `&bootloader` behavior.
Pete Johanson
2020-08-02
Add better default keymap for lily58
Nick
2020-07-29
Remove unneeded macro.
Pete Johanson
2020-07-26
Add a few more keys
Nick
2020-07-26
Add F keys and print screen
Nick
2020-07-24
Initial RGB Underglow implementation
Nick
2020-07-22
Initial behavior for key presses on encoder rotate
Pete Johanson
2020-06-30
Fix back/forward slash keycodes.
Pete Johanson
2020-06-22
Fix consumer keys w/ refactored behaviors.
Pete Johanson
2020-06-21
Clean up after refactor, better HID constants.
Pete Johanson
2020-06-16
Rename keymap-transform to matrix-transform.
Pete Johanson
2020-06-16
Tweaks to remove "helper macros"
Pete Johanson
2020-06-16
Better naming, layout comments for clarity.
Pete Johanson
2020-06-15
Initial work on keymap transforms for non-standard matrixes.
Pete Johanson
2020-06-08
Move Zephyr app into subdirectory.
Pete Johanson