122 Commits (c0cab57c2d4d1fd4a7db4e7d6edda7bdc6549619)

Author SHA1 Message Date
Okke Formsma 5eeb310b2f feat(grave-escape): implement grave-escape 4 years ago
Pete Johanson 3368a81057 refactor(core): Combine `is_` and `cast_` event functions. 4 years ago
Pete Johanson 3fe2acc2d1 refactor(core): Extra event payloads to own types, refactor API. 4 years ago
Pete Johanson 003db892ad refactor(core): Extra position state change data struct. 4 years ago
innovaker 1d18900a99 refactor(core): define usage page as uint16_t 4 years ago
KemoNine 99f932a47d (feat) Allow setting underglow color by key press 4 years ago
Pete Johanson a55b1397c9 feat(keymap): API for retrieving label for a layer 4 years ago
Okke Formsma fa07ba9d32 refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT 4 years ago
Okke Formsma caa285852a refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0 4 years ago
Pete Johanson 5072590af5 fix(sensors): Use status filter on sensors node. 4 years ago
KemoNine d207c3c30f
(feature) Add &to keycode/behavior (#489) 4 years ago
KemoNine 87dbd4ca28
Add uppermost, current layer status widget to oled (#493) 4 years ago
innovaker 0e71dbc860 refactor(app): replace zmk_keymap_layers_state with zmk_keymap_layers_state_t 4 years ago
innovaker 87e7c04b00 refactor(app): replace zmk_mod_flags with zmk_mod_flags_t 4 years ago
innovaker 05b0d185a8 refactor(app): replace zmk_mod with zmk_mod_t 4 years ago
innovaker 87179698b4 refactor(app): replace zmk_key with zmk_key_t 4 years ago
innovaker 842aa5a842 refactor: replace filename hyphens with underscores 4 years ago
innovaker f8e43932ba refactor(app): remove zmk_action 4 years ago
innovaker 1f5680f0df refactor(app): remove handlers.h 4 years ago
innovaker 0d52915756 chore(display): align status_screen copyright 4 years ago
innovaker e2aef89d99 refactor(endpoints): rename usage_report parameter to usage_page 4 years ago
Pete Johanson f7c16dfe69 refactor(power): Extract activity/idle detection. 4 years ago
innovaker 00ca0d2f1c refactor(app): replace `struct device *` with `const struct device *` 4 years ago
innovaker 33c959d031 refactor(app): replace `driver_api` with `api` 4 years ago
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types 4 years ago
KemoNine 2427a4ab33
feature(keymaps): Keymap layer state event, highest layer API 4 years ago
Pete Johanson 7ea1892bbb fix(display): All display updates in work thread. 4 years ago
Pete Johanson b3f3362b50 feat(display): Initial widget/status screen work. 4 years ago
Pete Johanson d5ea426975 refactor(battery): Fire event on battery event. 4 years ago
Okke Formsma bee45f9b3a feat(events): add timestamp to keycode_state_changed and sensor_event 4 years ago
innovaker 3ac1a11a37 refactor: change `keypad` to `keyboard` 4 years ago
innovaker b6e63683d4 refactor(hid): Replace modifier usage values with their cpp definitions 4 years ago
innovaker c21897856b refactor(app): Replace `HID_EXT_USAGE` with `HID_USAGE` 4 years ago
innovaker 194854ff7b refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL` 4 years ago
Pete Johanson eff1b8223b refactor(keys): Unify usage page. 4 years ago
innovaker c6abdb1890 fix(keys): Replace GUI with Application / Context Menu 4 years ago
innovaker a65295c2a7 feat(keys): Standardize keys 4 years ago
innovaker 7e795bf4f9 feat(hid): Enhance consumer report to support higher codes 4 years ago
innovaker 711658206f refactor(hid): Replace Zephyr usages with ZMK usages in HID reports 4 years ago
innovaker e925319e4c refactor(hid): Replace deprecated HID usage page references 4 years ago
innovaker 3c0a0ff308 feat(hid): Add preprocessor definitions for HID usages v1.21 4 years ago
Pete Johanson a29e041b1f fix: Formatting fix. 4 years ago
Pete Johanson 32e7159373 refactor(hid): Mod defines in dedicated header. 4 years ago
Okke Formsma 55b5936d00 clang-format 4 years ago
Okke Formsma 4f258efbf1 initial implementation for modifiers 4 years ago
Joel Spadin 440d09fd45 feat(endpoints): simplify behavior constants 4 years ago
Joel Spadin 2fe1fbb526 feat(endpoints): rename behavior to outputs 4 years ago
Joel Spadin 600bba25f0 feat(endpoints): add preferred endpoint setting 4 years ago
Joel Spadin b538e60532 feat(endpoints): update on BLE profile change 4 years ago
Joel Spadin 8f666cecc9 feat(endpoints): clear HID report on endpoint change 4 years ago