zmk_mf68/app
Joel Spadin 388e345c28 feat(battery)!: Add chosen node for battery
battery.c now uses the zmk,battery chosen node to select a battery
sensor. Using the node labeled "BATTERY" is maintained for backwards
compatibility but is now deprecated. Custom boards should switch to
using the chosen node.

# Conflicts:
#	app/boards/arm/bluemicro840/bluemicro840_v1.dts
#	app/boards/arm/nice60/nice60.dts
#	app/boards/arm/nrfmicro/nrfmicro_13.dts

# Conflicts:
#	app/boards/arm/bluemicro840/bluemicro840_v1.dts
2022-04-17 11:30:57 -04:00
..
boards feat(battery)!: Add chosen node for battery 2022-04-17 11:30:57 -04:00
cmake fix(keymaps): Locate shared conf and overlay for split boards. 2021-11-29 07:56:29 -05:00
drivers refactor: Move away from deprecated PM callback. 2022-04-03 00:10:29 -04:00
dts fix(build): Add local vendor prefix file. 2022-04-03 00:10:29 -04:00
include fix(usb): Split HID from core USB, logging fix. 2022-04-13 13:07:59 -04:00
scripts chore: make west scripts more pythonic and apply Black 2022-01-04 23:59:25 -05:00
src feat(battery)!: Add chosen node for battery 2022-04-17 11:30:57 -04:00
tests refactor(tests): Move to native_posix_64 target. 2022-04-03 00:10:29 -04:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
CMakeLists.txt fix(usb): Split HID from core USB, logging fix. 2022-04-13 13:07:59 -04:00
core-coverage.yml feat(ci): Use metadata for builds 2022-02-03 00:15:50 -05:00
Kconfig fix(usb): Split HID from core USB, logging fix. 2022-04-13 13:07:59 -04:00
package-lock.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
package.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
run-test.sh refactor(tests): Use GH Actions matrix for tests. 2022-04-04 23:36:51 -04:00
west.yml fix: Properly use zmkfirmware Zephyr version. 2022-04-12 10:55:05 -04:00