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

How is BT defined? #3

Closed
mrnoisytiger opened this issue Jul 15, 2020 · 3 comments
Closed

How is BT defined? #3

mrnoisytiger opened this issue Jul 15, 2020 · 3 comments

Comments

@mrnoisytiger
Copy link

Hi!

I was looking at your QMK firmware for the G60BLE over https://github.com/qmk/qmk_firmware/blob/master/keyboards/bioi/g60ble/config.h and I'm a bit confused. Looks like you are using the MDBT40 chip, which normally hooks into MISO/MOSI/SLK, but you have your row/column matrixes covering SLK and MISO [B1 and B3]. Does the MDBT40 not actually need these pins?

Also, it doesn't look like bluetooth is enabled in rules.mk, so I'm a little confused how the BT functionality works.

@scottywei
Copy link
Owner

Hi, I think you can find the code here: #9602

@latincompass
Copy link

Hi!

I was looking at your QMK firmware for the G60BLE over https://github.com/qmk/qmk_firmware/blob/master/keyboards/bioi/g60ble/config.h and I'm a bit confused. Looks like you are using the MDBT40 chip, which normally hooks into MISO/MOSI/SLK, but you have your row/column matrixes covering SLK and MISO [B1 and B3]. Does the MDBT40 not actually need these pins?

Also, it doesn't look like bluetooth is enabled in rules.mk, so I'm a little confused how the BT functionality works.

Sir,The scottywei god use UART MOD,just vcc gnd TX RX,only 4 pins

@mrnoisytiger
Copy link
Author

Hi, I think you can find the code here: #9602

Thanks scottywei. You used UART which explains it. Thought you did SPI with QMK included BLE SPI. Thanks!

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

No branches or pull requests

3 participants