sort features in extra dir

This commit is contained in:
Christoph Cullmann 2024-09-22 18:28:22 +02:00
parent d3da338094
commit 0c8f0cf304
No known key found for this signature in database
4 changed files with 2 additions and 2 deletions

View file

@ -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; }

View file

@ -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