Add C(), A() and G() to match already existing S() (#4673)
This commit is contained in:
parent
2f009d7461
commit
79b58937f4
12 changed files with 66 additions and 64 deletions
|
@ -60,7 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// Fillers to make layering clearer
|
||||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
#define G(x) LGUI(x)
|
||||
#define KC_WWWB KC_WWW_BACK
|
||||
#define KC_WWWF KC_WWW_FORWARD
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// Fillers to make layering clearer
|
||||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
#define G(x) LGUI(x)
|
||||
#define KC_WWWB KC_WWW_BACK
|
||||
#define KC_WWWF KC_WWW_FORWARD
|
||||
|
||||
|
|
|
@ -10,10 +10,8 @@ enum pteron_layers {
|
|||
#define LOWER MO(_LOWER)
|
||||
#define RAISE MO(_RAISE)
|
||||
|
||||
// use S() to produce shifted versions of keys
|
||||
// #define S(kc) LSFT(kc) // defined by default
|
||||
|
||||
// alt gr
|
||||
#undef G
|
||||
#define G(kc) RALT(kc)
|
||||
|
||||
// custom keycodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue