This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum custom_keycodes { | |
PLACEHOLDER = SAFE_RANGE, | |
SET_RGB, | |
SFT_CAPS, | |
}; | |
#define SftCap TD(SFT_CAPS) | |
// SftCap is in my keymap matrix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "planck.h" | |
//alias for clarity in layering | |
#define _______ KC_TRNS | |
#define A_BSPC LALT(KC_BSPC) | |
#define A_LEFT LALT(KC_LEFT) | |
#define A_RGHT LALT(KC_RGHT) | |
#define C_TAB LCTL(KC_TAB) | |
#define GSL LGUI(S(KC_LEFT)) | |
#define GSR LGUI(S(KC_RGHT)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "iris.h" | |
#include "action_layer.h" | |
#include "eeconfig.h" | |
extern keymap_config_t keymap_config; | |
//keycode shorthands | |
#define KC____ KC_TRNS | |
#define KC_SYM MO(3) | |
#define KC_MAC TO(0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "planck.h" // This is in ../qmk_firmware/keyboards/planck | |
//alias for clarity in layering | |
#define _______ KC_TRNS | |
#define _COLEMAK 0 | |
#define _SYMBOL 1 | |
//tapdance declarations | |
enum { |