diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-28 09:16:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 09:16:47 -0400 |
commit | 6e688ad5c20251d1109f72914fdcde912284bea1 (patch) | |
tree | f67953c5ef8d4aff0ba93b3d6e9ed94b1e04f2e0 /keyboards/lets_split/keymaps/hexwire/keymap.c | |
parent | 99b7b50130770d6da9298f79d9b00cd9ec3eaff2 (diff) | |
parent | 63e47a642536ca7af22ef353cf7d19677f48b013 (diff) | |
download | qmk_firmware-6e688ad5c20251d1109f72914fdcde912284bea1.tar.gz |
Merge pull request #1172 from nooges/hexwire-fixes
Let's Split hexwire keymap fixes
Diffstat (limited to 'keyboards/lets_split/keymaps/hexwire/keymap.c')
-rw-r--r-- | keyboards/lets_split/keymaps/hexwire/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/keymaps/hexwire/keymap.c b/keyboards/lets_split/keymaps/hexwire/keymap.c index 796a1fcab..f8370490d 100644 --- a/keyboards/lets_split/keymaps/hexwire/keymap.c +++ b/keyboards/lets_split/keymaps/hexwire/keymap.c @@ -1,7 +1,6 @@ #include "lets_split.h" #include "action_layer.h" #include "eeconfig.h" -#include "compact_keymap.h" extern keymap_config_t keymap_config; @@ -25,6 +24,7 @@ enum custom_keycodes { ADJUST, }; +#define KC_ KC_TRNS #define _______ KC_TRNS #define KC_CAPW LGUI(LSFT(KC_3)) // Capture whole screen |