Do not repeat K_FAN_TOGGLE

This commit is contained in:
Jeremy Soller 2021-02-26 08:26:08 -07:00 committed by Jeremy Soller
parent 67e143178d
commit c931eb4eef

View File

@ -275,6 +275,7 @@ static inline bool key_should_repeat(uint16_t key) {
case K_AIRPLANE_MODE:
case K_CAMERA_TOGGLE:
case K_DISPLAY_TOGGLE:
case K_FAN_TOGGLE:
case K_SUSPEND:
case K_KBD_BKL:
case K_KBD_COLOR: