You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
198 B

#include "ergodox_ez.h"
#include "version.h"
#define LONGPRESS_DELAY 180
#define LAYER_TOGGLE_DELAY 350
#ifdef MACOSX
#include "keymap-mac.c"
#endif
#ifdef WINDOWS
#include "keymap-win.c"
#endif