Move merge_sensor.[ch], reset_button.[ch] and test_led.[ch] into the newly created peripherials directory.

This commit is contained in:
László Monda
2017-02-26 02:50:21 +01:00
parent 6f6d116351
commit 6e415696d7
11 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
#include "deserialize.h"
#include "action.h"
#include "bridge_protocol_scheduler.h"
#include "test_led.h"
#include "peripherials/test_led.h"
key_matrix_t KeyMatrix = {
.colNum = KEYBOARD_MATRIX_COLS_NUM,