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

Air60_v2 sw based on Air96_V2 1.1.5.5. #6

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

Prens282
Copy link

@Prens282 Prens282 commented Jun 22, 2024

First try at porting your software to Air60_v2. Smoketest done, deeper testing in progress.

Only thing I am unsure about is the GPIO writing in the 'mcu_pwr.c' file:

    gpio_set_pin_output(A11);
    gpio_write_pin_low(A11);
    gpio_set_pin_output(A12);
    gpio_write_pin_low(A12);

I am hoping the pinout is the same as in the Air96_v2 (in this regard).

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

gpio_set_pin_output(SYS_MODE_PIN);
gpio_write_pin_low(SYS_MODE_PIN);

gpio_set_pin_output(A11);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The A11 and A12 are connected to the is31fl3733 (for the leds) at least for air96. If it is the same for air60 than sleep should work fine. If it is not connected the same for air60 the keyboard will fail to enter sleep mode.

@adi4086 adi4086 merged commit cd6ffeb into adi4086:my-nuphy-keyboards Jun 25, 2024
1 of 2 checks passed
@Prens282 Prens282 deleted the adi-nuphy-keyboards branch June 25, 2024 20:27
@Prens282 Prens282 restored the adi-nuphy-keyboards branch June 25, 2024 20:28
@Prens282 Prens282 deleted the adi-nuphy-keyboards branch June 25, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants