diff options
author | Joshua T <joshua@sonofone.net> | 2016-08-09 20:51:22 -0500 |
---|---|---|
committer | Joshua T <joshua@sonofone.net> | 2016-08-09 20:51:22 -0500 |
commit | daa83afe2b8e225948e268b8a03b61b8f057ff70 (patch) | |
tree | a5e04e8706c638b7e847a5f90553b7c8c79cb264 /keyboards/atreus/config.h | |
parent | 6df31120a1904ee1330787701d4bcb84c4c72390 (diff) |
Created keymap local config.h file
Reverted the Atreus config.h to default and added one specific to this keymap.
Diffstat (limited to 'keyboards/atreus/config.h')
-rw-r--r-- | keyboards/atreus/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h index 36624a4a13..0e0393478c 100644 --- a/keyboards/atreus/config.h +++ b/keyboards/atreus/config.h @@ -67,9 +67,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ ) -/* Prevent modifiers from sticking when switching layers */ -#define PREVENT_STUCK_MODIFIERS - /* * Feature disable options * These options are also useful to firmware size reduction. @@ -88,4 +85,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#endif +#endif
\ No newline at end of file |