12 Commits

Author SHA1 Message Date
Tony Jansson
82a0f647ff Keyboard LED driver 2020-09-21 17:25:11 +03:00
twinaphex
3b2a3c1277 (led_driver) Take out settings_t dependency
(menu cbs sublabel) Add HAVE_MATERIALUI ifdefs
2020-02-14 14:05:35 +01:00
twinaphex
641662d77c Remove led_null.c 2020-01-06 16:29:25 +01:00
twinaphex
2ad394148a Revert "Remove led_null.c"
This reverts commit bef72a19d06f87f1e53da87d400c1d7948f344a3.
2020-01-06 16:22:11 +01:00
twinaphex
bef72a19d0 Remove led_null.c 2020-01-06 16:01:05 +01:00
orbea
bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
meepingsnesroms
74c8506391 Add frontend, battery level and memory amount detection to 3ds port
Also fix white spaces in led drivers, make led drivers use standard driver format.
Begin work on translation driver.
Add salamander files to gitignore.
2018-01-10 16:52:32 -08:00
twinaphex
f677a7ad7e Add HAVE_OVERLAY to qb system 2018-01-05 16:10:34 +01:00
twinaphex
481a140c9c Buildfixes 2017-12-30 13:45:29 +01:00
twinaphex
292d506ed8 Fix more MSVC Griffin build errors 2017-12-30 13:35:47 +01:00
twinaphex
eb62b610cb (LED code) Cleanups 2017-12-27 21:17:47 +01:00
Ian House
aa7c289708 Added an LED interface and a Raspberry Pi GPIO implementation 2017-12-27 11:11:08 -05:00