summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x10/wanleg/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_5x10/wanleg/config.h')
-rw-r--r--layouts/community/ortho_5x10/wanleg/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/community/ortho_5x10/wanleg/config.h b/layouts/community/ortho_5x10/wanleg/config.h
deleted file mode 100644
index 2d24f2771..000000000
--- a/layouts/community/ortho_5x10/wanleg/config.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-//QMK DFU settings (ProMicro boards)
-// set top left key as bootloader mode escape key on Gherkin
-#if defined(KEYBOARD_5x5)
-#define QMK_LED B0
-#define QMK_ESC_OUTPUT D7 // usually COL
-#define QMK_ESC_INPUT B2 // usually ROW
-#endif