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

@@ -1,4 +1,4 @@
#include "deserialize.h"
#include "config/parse_keymap.h"
#include "action.h"
#include "current_keymap.h"

View File

@@ -4,7 +4,7 @@
#include "i2c_addresses.h"
#include "led_driver.h"
#include "peripherals/merge_sensor.h"
#include "config/deserialize.h"
#include "config/parse_keymap.h"
#include "config/config_buffer.h"
#include "led_pwm.h"
#include "slave_scheduler.h"