diff options
Diffstat (limited to 'users/xulkal')
| -rw-r--r-- | users/xulkal/process_records.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xulkal/process_records.c b/users/xulkal/process_records.c index b6a4e5cfa..47996110b 100644 --- a/users/xulkal/process_records.c +++ b/users/xulkal/process_records.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #endif | 6 | #endif |
| 7 | 7 | ||
| 8 | #ifdef TRILAYER_ENABLED | 8 | #ifdef TRILAYER_ENABLED |
| 9 | uint32_t layer_state_set_user(uint32_t state) | 9 | layer_state_t layer_state_set_user(layer_state_t state) |
| 10 | { | 10 | { |
| 11 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 11 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
| 12 | } | 12 | } |
