zmk_mf68/app/include/zmk
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types
u8_t → uint8_t
u16_t → uint16_t
u32_t → uint32_t
u64_t → uint64_t
s8_t → int8_t
s16_t → int16_t
s32_t → int32_t
s64_t → int64_t

Prerequisite for #223
See: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.4.0
PR: #467
2020-12-14 12:41:25 -05:00
..
ble fix: Updated copyright headers to single author file. 2020-10-12 13:03:10 -04:00
display feat(display): Initial widget/status screen work. 2020-12-02 16:04:56 -05:00
events refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
split/bluetooth refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
behavior.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -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(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
event-manager.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
handlers.h refactor(hid): Mod defines in dedicated header. 2020-11-03 00:21:20 -05:00
hid.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
hog.h refactor: change keypad to keyboard 2020-11-21 15:52:16 -05:00
keymap.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
keys.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -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 fix: Switch to single AUTHORS file.* Closes #164 2020-09-10 10:24:23 -04:00
sensors.h fix: Switch to single AUTHORS file.* Closes #164 2020-09-10 10:24:23 -04:00
usb.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00