Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A lpotato ptdevice alpotato #33

Closed

Conversation

christianholman
Copy link

Board/Shield Check-list

  • This board/shield is tested working on real hardware
  • Definitions follow the general style of other shields/boards upstream (Reference)
  • .zmk.yml metadata file added
  • Proper Copyright + License headers added to applicable files (Generally, we stick to "The ZMK Contributors" for copyrights to help avoid churn when files get edited)
  • General consistent formatting of DeviceTree files
  • Keymaps do not use deprecated key defines (Check using the upgrader tool)
  • &pro_micro used in favor of &pro_micro_d/a if applicable
  • If split, no name added for the right/peripheral half
  • Kconfig.defconfig file correctly wraps all configuration in conditional on the shield symbol
  • .conf file has optional extra features commented out
  • Keyboard/PCB is part of a shipped group buy or is generally available in stock to purchase (OSH/personal projects without general availability should create a zmk-config repo instead)

vrinek and others added 30 commits February 3, 2022 21:26
Revert "fix(hid): Implicit mods on non-key page events"

This reverts commit 6ef1e70.

masked mods

Unrevert "fix(hid): Implicit mods on non-key page events"

Fix docs

Lint code with clang-format
…er minor hacks to compile, cleanup is needed later
* Useful for EPD that ghost after several partial updates. Only a
  temporary fix, tracking number of partial updates and triggering
  full refreshes based on that would be better.
1. change il0323 scanning direction
2. allow output status widget on the peripheral side
for epd display:
- add an option to refresh the full screen after predefined time
interval
by disabling event raising in mo behaviour
Reading the values earlier will let us send the sensor values over GATT
for split, which will happen in a subsequent commit.
We'll reuse this function later to subscribe to multiple characteristics.

—

This commit was originally made by Stephen Wan. I just adjusted it so that it rebases on top of later changes on the zmk main branch.
This commit adds a new GATT characteristics on the peripheral side
and wires it up to read sensor values. The central side subscribes
to this new characteristics and replays sensor values on its side.

—

This commit was originally made by Stephen Wan. I just adjusted it so that it rebases on top of later changes on the zmk main branch.
@christianholman christianholman deleted the ALpotato-ptdevice-alpotato branch August 4, 2024 00:35
@christianholman
Copy link
Author

whoops i did it backwards :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.