zmk/app/include/zmk
Donald Gordon dbdaf2f935
RGB underglow status support
Adds Glove80's status indicator using RGB underglow support. Requires ZMK
PR#999 and PR#1243.

The underglow status is able to show layer state, battery levels,
caps/num/scroll-lock, BLE and USB state. The underglow positions selected for
each of these indicators is configured using the new devicetree node
zmk,underglow-indicators, which takes an array of integer LED positions for each
feature.
2022-12-24 13:00:14 +09:00
..
ble fix: Updated copyright headers to single author file. 2020-10-12 13:03:10 -04:00
display feat(display): Add new peripheral status/display 2022-05-17 13:09:21 -04:00
events Merge PR#999 (LED indicators) 2022-11-25 20:12:37 +09:00
split/bluetooth feat(display): Add new peripheral status/display 2022-05-17 13:09:21 -04:00
activity.h refactor(power): Extract activity/idle detection. 2020-12-14 15:31:10 -05:00
backlight.h feat(backlight): add command to cycle brightness 2022-02-05 23:40:18 -05:00
battery.h battery: Add zmk_battery_state_of_peripheral_charge() 2022-11-25 20:12:48 +09:00
behavior.h refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT 2021-01-01 23:07:54 -05:00
behavior_queue.h feat(behaviors): Add macro support. 2022-03-23 23:42:54 -04:00
ble.h RGB underglow status support 2022-12-24 13:00:14 +09:00
display.h refactor(display): Output/layer/battery thread safety. 2021-09-25 17:17:04 -04:00
endpoints.h RGB underglow status support 2022-12-24 13:00:14 +09:00
endpoints_types.h feat(endpoints): Add endpoint select changed event. 2021-08-03 00:19:05 -04:00
event_manager.h refactor(core): Combine is_ and cast_ event functions. 2021-01-20 07:06:11 -05:00
hid.h Boot protocol support 2022-11-25 20:13:24 +09:00
hog.h refactor: change keypad to keyboard 2020-11-21 15:52:16 -05:00
keymap.h refactor(splits): Use index for event source. 2022-01-31 23:03:34 -05:00
keys.h refactor(modifiers): define is_mods function 2021-01-24 23:30:41 -05:00
kscan.h fix: Switch to single AUTHORS file.* Closes #164 2020-09-10 10:24:23 -04:00
led_indicators.h feat: LED indicators displaying 2022-10-30 13:10:05 +01:00
led_indicators_types.h feat: handle LED indicators report 2022-10-30 13:10:05 +01:00
matrix.h chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
matrix_transform.h refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
rgb_underglow.h RGB underglow status support 2022-12-24 13:00:14 +09:00
sensors.h fix(sensors): Use status filter on sensors node. 2020-12-31 14:46:15 -05:00
stdlib.h refactor(splits): Minor cleanups to periph invocation 2022-01-31 23:03:34 -05:00
usb.h fix(usb): Split HID from core USB, logging fix. 2022-04-13 13:07:59 -04:00
usb_hid.h Boot protocol support 2022-11-25 20:13:24 +09:00
wpm.h feat: Add WPM calculator and display widget 2021-01-23 18:38:31 -05:00