sort features in extra dir
This commit is contained in:
parent
d3da338094
commit
0c8f0cf304
|
@ -52,7 +52,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
};
|
||||
|
||||
#include "achordion.h"
|
||||
#include "features/achordion.h"
|
||||
|
||||
bool process_record_user(uint16_t keycode, keyrecord_t* record) {
|
||||
if (!process_achordion(keycode, record)) { return false; }
|
||||
|
|
Loading…
Reference in a new issue