1
0
Fork 0

albert ergodox keymap

This commit is contained in:
Albert Pretorius 2017-01-26 20:07:47 +00:00
parent aac7c0aa4d
commit fffe76a7b7
4 changed files with 866 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
/* using UK layout for space-cadet-shift */
#define LSPO_KEY KC_9
#define RSPC_KEY KC_0
#define LEADER_TIMEOUT 800 // leader key sequence timeout in millis
#endif