Set better keycode values for KC_NO and KC_TRANSPARENT which is an alias to KC_TRNS

This commit is contained in:
Kyle Brown 2018-09-24 16:39:10 -07:00
parent dd69ca5422
commit b8a27b9605

View File

@ -343,8 +343,8 @@ class Keycodes(KeycodeCategory):
KC_RSPC = Keycode(1004)
KC_LEAD = Keycode(1005)
KC_LOCK = Keycode(1006)
KC_NO = Keycode(1100)
KC_TRNS = Keycode(1101)
KC_NO = Keycode(1107)
KC_TRANSPARENT = KC_TRNS = Keycode(1108)
class Layers(KeycodeCategory):
_KC_DF = 1050