zmk_mf68/app/include/zmk
innovaker 1d18900a99 refactor(core): define usage page as uint16_t
Aligns with the HID specification.

Usage page values were sometimes declared as uint8_t and sometimes uint16_t.  This commit aligns all instances with the HID specification for consistency.

PR: #521
2021-01-15 01:48:39 -05:00
..
ble fix: Updated copyright headers to single author file. 2020-10-12 13:03:10 -04:00
display Add uppermost, current layer status widget to oled (#493) 2020-12-28 20:17:32 -05:00
events refactor(core): define usage page as uint16_t 2021-01-15 01:48:39 -05:00
split/bluetooth refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
activity.h refactor(power): Extract activity/idle detection. 2020-12-14 15:31:10 -05:00
behavior.h refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT 2021-01-01 23:07:54 -05:00
ble.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
display.h fix(display): All display updates in work thread. 2020-12-06 22:47:21 -05:00
endpoints.h refactor(core): define usage page as uint16_t 2021-01-15 01:48:39 -05:00
event_manager.h refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0 2021-01-01 23:07:54 -05:00
hid.h refactor(app): replace zmk_mod_flags with zmk_mod_flags_t 2020-12-28 10:20:12 -05:00
hog.h refactor: change keypad to keyboard 2020-11-21 15:52:16 -05:00
keymap.h feat(keymap): API for retrieving label for a layer 2021-01-04 13:02:38 -05:00
keys.h refactor(app): replace zmk_mod_flags with zmk_mod_flags_t 2020-12-28 10:20:12 -05:00
kscan.h fix: Switch to single AUTHORS file.* Closes #164 2020-09-10 10:24:23 -04:00
matrix.h chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
matrix_transform.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
rgb_underglow.h (feat) Allow setting underglow color by key press 2021-01-08 16:08:13 -05:00
sensors.h fix(sensors): Use status filter on sensors node. 2020-12-31 14:46:15 -05:00
usb.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00