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

Teensy 3.6 (kint36): implement audio support in QMK/ChibiOS #36

Open
stapelberg opened this issue May 20, 2021 · 3 comments
Open

Teensy 3.6 (kint36): implement audio support in QMK/ChibiOS #36

stapelberg opened this issue May 20, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stapelberg
Copy link
Contributor

QMK’s quantum/audio/driver_chibios_dac_basic.c is tied to the STM32 DAC implementation.

To make audio work on the Teensy 3.6, we’d need to update that file to work with whichever ADC/DAC hardware is available on the MK66F18, which likely also requires a ChibiOS-Contrib contribution.

I have no use for audio so I don’t plan to work on this myself. Contributions welcome!

@stapelberg stapelberg added enhancement New feature or request help wanted Extra attention is needed labels May 20, 2021
@Timost
Copy link

Timost commented Oct 5, 2021

Hi @stapelberg .

First of all, I would like to say a huge thank you for your work 🙏 🙏 🙏.

Thanks to you, I've been able to hack my current keyboard using a Teensy 4.0. repo not up to date

Lately I've been trying to get QMK audio working on the Teensy 4.0 without success.
I found this issue and my guess is that it also applies to teensy 4.x, could you confirm ?

I'm not really familiar with Chibios so, sorry for Stapelbergasking you directly instead.

@stapelberg
Copy link
Contributor Author

Yeah, I think QMK’s implementation only works with the STM32, and all other micro controllers are unsupported.

@Timost
Copy link

Timost commented Oct 6, 2021

Thank you for the quick answer. I'll try to look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants