-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented changes to ergodox layout requested by drashna
NOTE: `version.h` is still required.
- Loading branch information
Showing
2 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
#ifndef CONFIG_USER_H | ||
#define CONFIG_USER_H | ||
#pragma once | ||
|
||
#include "../../config.h" | ||
|
||
// Override SpaceCadet Settings | ||
#undef LSPO_KEY | ||
#undef RSPC_KEY | ||
#define LSPO_KEY KC_8 // Nordic Left SpaceCadet | ||
#define RSPC_KEY KC_9 // Nordic Right SpaceCadet | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters