Rename deserialize.[ch] to parse_keymap.[ch]

This commit is contained in:
László Monda
2017-06-15 17:59:15 +02:00
parent 94f0430c27
commit fd66ce5c40
3 changed files with 2 additions and 2 deletions

View 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