Eric Gebhart user space and keymaps (#17487)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
19
users/ericgebhart/defs/not_dead.def
Normal file
19
users/ericgebhart/defs/not_dead.def
Normal file
@@ -0,0 +1,19 @@
|
||||
// Make not dead keys from dead keys.
|
||||
// Not dead keycode, dead key
|
||||
NOT_DEAD(KC_DQUO_ND, KC_DQUO)
|
||||
NOT_DEAD(KC_GRV_ND, KC_GRV)
|
||||
NOT_DEAD(KC_QUOT_ND, KC_QUOT)
|
||||
NOT_DEAD(KC_CIRC_ND, KC_CIRC)
|
||||
NOT_DEAD(KC_TILD_ND, KC_TILD)
|
||||
|
||||
NOT_DEAD(US_DQUO_ND, US_DQUO)
|
||||
NOT_DEAD(US_GRV_ND, US_GRV)
|
||||
NOT_DEAD(US_QUOT_ND, US_QUOT)
|
||||
NOT_DEAD(US_CIRC_ND, US_CIRC)
|
||||
NOT_DEAD(US_TILD_ND, US_TILD)
|
||||
|
||||
NOT_DEAD(BP_DQUO_ND, BP_DQUO)
|
||||
NOT_DEAD(BP_GRV_ND, BP_GRV)
|
||||
NOT_DEAD(BP_QUOT_ND, BP_QUOT)
|
||||
NOT_DEAD(BP_CIRC_ND, BP_CIRC)
|
||||
NOT_DEAD(BP_TILD_ND, BP_TILD)
|
||||
Reference in New Issue
Block a user