changed hotkey cluster to accomodate awkward software... again

This commit is contained in:
Callum Oakley 2017-03-30 14:20:18 +01:00
parent d145a1192f
commit 3f3f208113
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ extern keymap_config_t keymap_config;
#define _FUNC 4
#define ENDASH LALT(KC_MINS)
#define POUND LALT(KC_3)
#define H(X) RALT(X)
#define H(X) LALT(LCTL(X))
enum planck_keycodes {
MOVE = SAFE_RANGE,