summaryrefslogtreecommitdiff
path: root/keyboard/planck/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/config.h')
-rw-r--r--keyboard/planck/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h
index 47cf39a903..a4c711db82 100644
--- a/keyboard/planck/config.h
+++ b/keyboard/planck/config.h
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
-#include "config_definitions.h"
+#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
@@ -36,6 +36,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define COLS (int []){ F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 }
#define ROWS (int []){ D0, D5, B5, B6 }
+/* COL2ROW or ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST