Okke Formsma
|
0c30b49063
|
refactor(modifiers): define is_mods function
|
2021-01-24 23:30:41 -05:00 |
|
innovaker
|
87e7c04b00
|
refactor(app): replace zmk_mod_flags with zmk_mod_flags_t
Aligns with typedef _t convention.
PR: #531
|
2020-12-28 10:20:12 -05:00 |
|
innovaker
|
05b0d185a8
|
refactor(app): replace zmk_mod with zmk_mod_t
Aligns with typedef _t convention.
PR: #531
|
2020-12-28 10:20:12 -05:00 |
|
innovaker
|
87179698b4
|
refactor(app): replace zmk_key with zmk_key_t
Aligns with typedef _t convention.
PR: #531
|
2020-12-28 10:20:12 -05:00 |
|
innovaker
|
f8e43932ba
|
refactor(app): remove zmk_action
zmk_action isn't referenced anywhere.
PR: #530
|
2020-12-21 23:34:40 -05:00 |
|
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 |
|
Pete Johanson
|
191a2d755a
|
chore: clang-format the codebase.
* Use the LLVM style
* Override indent width (8) and column limit (100)
* Fixes #142.
|
2020-09-14 00:10:34 -04:00 |
|
Pete Johanson
|
68e72f9275
|
fix: Switch to single AUTHORS file.* Closes #164
|
2020-09-10 10:24:23 -04:00 |
|
Pete Johanson
|
38f1dbd984
|
Move Zephyr app into subdirectory.
|
2020-06-08 21:07:16 -04:00 |
|