sort features in extra dir
This commit is contained in:
parent
d3da338094
commit
0c8f0cf304
4 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
2
rules.mk
2
rules.mk
|
@ -11,7 +11,7 @@ MUSIC_ENABLE = no
|
|||
SPACE_CADET_ENABLE = no
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += common/achordion.c
|
||||
SRC += features/achordion.c
|
||||
|
||||
# good optimizations
|
||||
LTO_ENABLE = yes
|
||||
|
|
Loading…
Reference in a new issue