Added keymap "videck", an ErgoDox keymap for Vi(m) users.

This commit is contained in:
Hans Ellegård
2016-10-29 20:31:12 +02:00
parent 631b8999a7
commit 162f603b1c
6 changed files with 678 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
#ifndef NO_DEBUG
#define NO_DEBUG
#endif
#ifndef NO_PRINT
#define NO_PRINT
#endif
#endif