summaryrefslogtreecommitdiff
path: root/common/keymap.h
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-22 18:28:22 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-22 18:28:22 +0200
commit0c8f0cf3046ecc38c23986b2846532189b342d1a (patch)
tree9fb692b68424644ca907ae3b8ebe930f73084577 /common/keymap.h
parentd3da338094c8fc7d8779ea703ec27f89cd788c36 (diff)
sort features in extra dir
Diffstat (limited to 'common/keymap.h')
-rw-r--r--common/keymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.h b/common/keymap.h
index 09cb192..41904a7 100644
--- a/common/keymap.h
+++ b/common/keymap.h
@@ -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; }