Skip to content

Commit

Permalink
Merge pull request qmk#1039 from zabereer/albert_ergodox_keymap
Browse files Browse the repository at this point in the history
albert ergodox keymap
  • Loading branch information
ezuk authored Feb 1, 2017
2 parents 0081101 + fffe76a commit 748316f
Show file tree
Hide file tree
Showing 4 changed files with 866 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keyboards/ergodox/keymaps/albert/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
COMMAND_ENABLE = no # Commands for debug and configuration

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
12 changes: 12 additions & 0 deletions keyboards/ergodox/keymaps/albert/config.h
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 748316f

Please sign in to comment.