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) advanced QMK features umbrella bug #10

Closed
2 of 3 tasks
stapelberg opened this issue Aug 23, 2020 · 2 comments
Closed
2 of 3 tasks

Teensy 3.6 (kint36) advanced QMK features umbrella bug #10

stapelberg opened this issue Aug 23, 2020 · 2 comments
Labels
enhancement New feature or request kint36 kinT with the Teensy 3.6

Comments

@stapelberg
Copy link
Contributor

stapelberg commented Aug 23, 2020

The following features are either known to not work, or have not yet been successfully tested yet:

@stapelberg stapelberg added enhancement New feature or request kint36 kinT with the Teensy 3.6 labels Aug 23, 2020
stapelberg added a commit to kinx-project/qmk_firmware that referenced this issue Aug 24, 2020
Perhaps we need to reduce CPU speed from 180MHz to 120MHz
for this to work reliably.

related to kinx-project/kint#10
related to kinx-project/kint#8
@ameyp
Copy link

ameyp commented Aug 25, 2020

I've got RGB LED lighting working with this:

#define STM32_SYSCLK KINETIS_SYSCLK_FREQUENCY
#define NOP_FUDGE 0.4
#define RGB_DI_PIN LINE_PIN28

@stapelberg stapelberg mentioned this issue Oct 31, 2020
stapelberg added a commit to stapelberg/qmk_firmware that referenced this issue May 18, 2021
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes kinx-project/kint#8

related to kinx-project/kint#10
@stapelberg
Copy link
Contributor Author

I've got RGB LED lighting working with this:

Thank you, @ameyp, I can confirm that RGB LED works for me, too!

I have filed #36 for the audio support and will close this umbrella bug.

stapelberg added a commit to stapelberg/qmk_firmware that referenced this issue Sep 24, 2021
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes kinx-project/kint#8

related to kinx-project/kint#10
zvecr pushed a commit to qmk/qmk_firmware that referenced this issue Nov 1, 2021
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes kinx-project/kint#8

related to kinx-project/kint#10
ptrxyz pushed a commit to ptrxyz/qmk_firmware that referenced this issue Apr 9, 2022
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes kinx-project/kint#8

related to kinx-project/kint#10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kint36 kinT with the Teensy 3.6
Projects
None yet
Development

No branches or pull requests

2 participants