diff options
-rw-r--r-- | data/keyboards/Vendor_054c_Product_05c4.idc | 6 | ||||
-rw-r--r-- | data/keyboards/Vendor_054c_Product_09cc.idc | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/data/keyboards/Vendor_054c_Product_05c4.idc b/data/keyboards/Vendor_054c_Product_05c4.idc index b3df9a066305..9576e8d042ba 100644 --- a/data/keyboards/Vendor_054c_Product_05c4.idc +++ b/data/keyboards/Vendor_054c_Product_05c4.idc @@ -53,3 +53,9 @@ sensor.gyroscope.power = 0.8 # disable drumroll detection due to speed changes (by setting the speed change # threshold very high, since there's no boolean control property). gestureProp.Drumroll_Max_Speed_Change_Factor = 1000000000 + +# Because of the way this touchpad is positioned, touches around the edges are +# no more likely to be palms than ones in the middle, so remove the edge zones +# from the palm classifier to increase the usable area of the pad. +gestureProp.Palm_Edge_Zone_Width = 0 +gestureProp.Tap_Exclusion_Border_Width = 0 diff --git a/data/keyboards/Vendor_054c_Product_09cc.idc b/data/keyboards/Vendor_054c_Product_09cc.idc index b3df9a066305..9576e8d042ba 100644 --- a/data/keyboards/Vendor_054c_Product_09cc.idc +++ b/data/keyboards/Vendor_054c_Product_09cc.idc @@ -53,3 +53,9 @@ sensor.gyroscope.power = 0.8 # disable drumroll detection due to speed changes (by setting the speed change # threshold very high, since there's no boolean control property). gestureProp.Drumroll_Max_Speed_Change_Factor = 1000000000 + +# Because of the way this touchpad is positioned, touches around the edges are +# no more likely to be palms than ones in the middle, so remove the edge zones +# from the palm classifier to increase the usable area of the pad. +gestureProp.Palm_Edge_Zone_Width = 0 +gestureProp.Tap_Exclusion_Border_Width = 0 |