diff options
author | Drashna Jaelre <drashna@live.com> | 2018-11-05 21:36:26 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-11-06 00:36:26 -0500 |
commit | f2101cfb6a2270345fe6235d4c36e2e0d49db528 (patch) | |
tree | dfa98b41f5dc9afd377712bb54aa6c0dde848178 /users/drashna/config.h | |
parent | 672926562519c1ee7370b3ef188c11525de326e5 (diff) | |
download | firmware-f2101cfb6a2270345fe6235d4c36e2e0d49db528.tar.gz firmware-f2101cfb6a2270345fe6235d4c36e2e0d49db528.tar.bz2 firmware-f2101cfb6a2270345fe6235d4c36e2e0d49db528.zip |
Update to drashna keymaps (#4365)
* Consistency fixes and more eeprom defaults
* Handle setting Unicode mode on eeprom reset better
* Unicode EEPROM hack
* Re-enable permissive hold and ignore mod tap
* Set unicode input mode
* More unicode stuff
* more haaaaaacks
* Attempted RGB Cleanup
* Fix compiler issue
* Add GitLab CI config for personal compiling
* Add avr gcc version to GitLab CI script
* Add rgblight init to matrix init
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r-- | users/drashna/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h index 9d7d20add..7e6a7d1c8 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h @@ -44,8 +44,8 @@ // and when this option isn't enabled, z rapidly followed by x // actually sends Ctrl-x. That's bad.) #define IGNORE_MOD_TAP_INTERRUPT -#undef PERMISSIVE_HOLD -// #define TAPPING_FORCE_HOLD +#define PERMISSIVE_HOLD +//#define TAPPING_FORCE_HOLD //#define RETRO_TAPPING #define FORCE_NKRO |