Rename deserialize.[ch] to parse_keymap.[ch]
This commit is contained in:
8
right/src/config/parse_keymap.h
Normal file
8
right/src/config/parse_keymap.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __DESERIALIZE_H__
|
||||
#define __DESERIALIZE_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void deserialize_Layer(const uint8_t *data, uint8_t targetLayer);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user