{
  "proximity_threshold": 10,
  "key_press_duration_seconds": 0.1,
  "loop_delay_seconds": 0.25,
  "only_closer_trigger": true,
  "enable_debug_prints": true,
  "enable_neopixel_feedback": true,
  "neopixel_color_rgb": [
    0,
    170,
    0
  ],
  "hold_key_until_proximity_change": false,
  "debounce_time_ms": 200,
  "key_action": {
    "type": "none",
    "keys": [
      "ENTER"
    ]
  },
  "mouse_action": {
    "type": "left_click",
    "scroll_amount": 1
  },
  "enable_on_off_switch": true,
  "button_debounce_time_ms": 300,
  "on_state_neopixel_color_rgb": [
    0,
    255,
    0
  ],
  "off_state_neopixel_color_rgb": [
    255,
    0,
    0
  ]
}