# needs trailing slash :)
TRACK_SERVER = "http://5717.ch/public/czbadge/"

# key mapping:  (0 top left, 3 top right, 12 bottom left, etc.)
KEYS = {
    "previous_track": 12,
    "next_track": 15,

    "previous_animation": 13,
    "next_animation": 14,
}