# Aim settings
# Gyro sens of 1 means you'll turn the same amount in game as in the real world
MIN_GYRO_SENS = 1
MAX_GYRO_SENS = 2
# Gyro thresholds are in degrees per second
MIN_GYRO_THRESHOLD = 0
MAX_GYRO_THRESHOLD = 75

# Stick sensitivity is in degrees per second
STICK_SENS = 360
STICK_POWER = 4
STICK_ACCELERATION_RATE = 1
STICK_ACCELERATION_CAP = 2
RIGHT_STICK_MODE = FLICK
#RIGHT_STICK_MODE = AIM