diff --git a/keyboards/1upkeyboards/pi60_rgb_v2/keymaps/vial/rules.mk b/keyboards/1upkeyboards/pi60_rgb_v2/keymaps/vial/rules.mk index 2025063fbc..86879ba84b 100644 --- a/keyboards/1upkeyboards/pi60_rgb_v2/keymaps/vial/rules.mk +++ b/keyboards/1upkeyboards/pi60_rgb_v2/keymaps/vial/rules.mk @@ -1,4 +1,10 @@ VIA_ENABLE = yes VIAL_ENABLE = yes LTO_ENABLE = yes -VIALRGB_ENABLE = yes \ No newline at end of file +VIALRGB_ENABLE = yes + +# Use eager debouncing for faster response time +# The RP2040 has plenty of processing power to handle eager debouncing, +# which provides better responsiveness for gaming by immediately registering +# key presses while only debouncing the key release. +DEBOUNCE_TYPE = sym_eager_pk \ No newline at end of file