Describe the bug
Compiling and flashing the blue_wizard keyboard firmware causes the keyboard to continually connect to & disconnect from PC.
Board continues to broadcast between disconnect/connect. No errors are produced during compiling.
To Reproduce
Steps to reproduce the behavior:
Working with PR228. Also works with PR185, PR214.
Not working with PR229. Also not working with PR186.
Expected behavior
Expected behavior is for the keyboard to successfully broadcast, connect to the PC, and send keycodes.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Ubuntu
- Browser Chrome
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Keyboard uses nrf52832 MCU.
During compiling, arduino IDE reports 35% program space and 54% dynamic memory used.
Matrix on this keyboard is 15x7. This large size caused memory issues unless MAX_NO_LAYERS is reduced to 5.
It was also discovered that TG(Layer) only seems to function on layers 0 and 1. This may or may not be related.
Describe the bug
Compiling and flashing the blue_wizard keyboard firmware causes the keyboard to continually connect to & disconnect from PC.
Board continues to broadcast between disconnect/connect. No errors are produced during compiling.
To Reproduce
Steps to reproduce the behavior:
Working with PR228. Also works with PR185, PR214.
Not working with PR229. Also not working with PR186.
Expected behavior
Expected behavior is for the keyboard to successfully broadcast, connect to the PC, and send keycodes.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Keyboard uses nrf52832 MCU.
During compiling, arduino IDE reports 35% program space and 54% dynamic memory used.
Matrix on this keyboard is 15x7. This large size caused memory issues unless MAX_NO_LAYERS is reduced to 5.
It was also discovered that TG(Layer) only seems to function on layers 0 and 1. This may or may not be related.