-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adafruit Feather 32u4 Bluefruit support (fork) #514
Comments
Hi, |
The keyboard is a Datacomp DKF192A, and has selectable 88-286-30 dip switch. I use it in the 286 setting with the ps2_usb_rev2 converter via usb and works smoothly. |
hmm, then, I have no idea about the cursor keys. As for Bluefruit LE support, yea, Ive been interested in. I'll try to get the board and see your code. It seems qmk_firmware has suppport for it, this may be useful to you(and me) for reference. |
Ok, after messing my repo (turns out I have to use Busywait, INT leaves the keyboard blinking all leds at high frequency) I can confirm that:
Right now only clue is the Busywait vs. INT, but I don't think that should change the keymap mapping. |
As for qmk they've (re)implemented the Adafruit AT protocol. It's probably cleaner to adopt that than to drop all the Arduino tree, even though they only implement SPI communication, while Adafruit has different boards communicating over other channels with the bluetooth firmware (same AT command set though). |
OOOOk! I'm dumb! I had copied the terminal matrix.c over the ps2 one! . |
I've created a PR (#517) for this, closing the issue. |
Hi!
I've forked tmk_keyboard and committed my modifications to support Adafruit's Feather 32u4.
The feather BLE firmware supports HID emulation and works via AT commands.
The fork is at: https://github.com/ramonpoca/tmk_keyboard
I've added a bluefruitle_nrf51 folder and makefile include in tmk_core (a bit messy as I had to import a second arduino runtime).
Right now I have it working with an old Datacomp in AT mode. The converter is at converters/ps2_bluefruitle.
The only problem I have right now is with the cursor keys producing keypad scancodes instead of cursor scancodes. Probably some layout/configuration issue.
Any hints?
Also, would it be interesting to push the bluefruit support to tmk_core?
The text was updated successfully, but these errors were encountered: