1. 07 Feb, 2022 1 commit
  2. 25 Jan, 2022 1 commit
  3. 18 Jun, 2021 1 commit
    • Käppler's avatar
      led_effects: Clarify blocking nature of countdown · d4a8e93d
      Käppler authored
      * The 'int' return signature and the comment
      'Returns the number of remaining leds' sounds like the
      function would return its current countdown state.
      However, it only returns the number of remaining
      leds after the button was released. Thus change
      the type to 'bool' and return 'true' after a
      successful countdown
      
      * Do not use 1 as return value for night mode,
      because it is ambigous. Return 'false' instead.
      d4a8e93d
  4. 05 May, 2021 1 commit
  5. 19 Apr, 2021 1 commit
  6. 17 Apr, 2021 2 commits
  7. 15 Apr, 2021 1 commit
  8. 16 Feb, 2021 1 commit
  9. 28 Dec, 2020 3 commits
  10. 21 Dec, 2020 1 commit
  11. 18 Dec, 2020 1 commit
  12. 15 Dec, 2020 1 commit