Skip to content

Instantly share code, notes, and snippets.

@tjweir
Created April 16, 2015 16:46
Show Gist options
  • Select an option

  • Save tjweir/a39186a8a73d799ffbcf to your computer and use it in GitHub Desktop.

Select an option

Save tjweir/a39186a8a73d799ffbcf to your computer and use it in GitHub Desktop.
Dedicated shifted/modded keys in tmk
Is there a way to have a dedicated ~ key?
const uint16_t PROGMEM fn_actions[] = {
[0] = ACTION_MODS_KEY( MOD_LSFT, KC_GRV ), // ~
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment