Mike Wu
Mike Wu
Thanks! Didn't see in the [events section](http://www.vue-tags-input.com/#/api/events) that the `@input` event was exposed.
Wrote a few utils for simpler testing, thought I'd share since `react-beautiful-dnd` is so awesome! You can find it at [react-beautiful-dnd-tester](https://github.com/sysdevmike/react-beautiful-dnd-tester). The idea is to test without having to know...
Thanks! I'd love to get QMK on this as well; the hard part looks largely done by @sekigon-gonnoc, and all that's required is to add a keyboard with the matrix...
Here's how I might do it: 1. Compile this firmware manually, and upload the .hex manually to see if everything still works 2. Create QMK keyboard using this firmware as...
Looked into it further, all existing code should be portable. Just need to define custom `matrix.c` for the keyboard. Specifically it should just call the existing matrix scan from `matrix_scan`,...
After getting matrix scan working, there's still no guarantee that @skigon-gonnoc's nrf protocol will work with Adafruit feather. Might be easier to roll out a custom protocol: https://beta.docs.qmk.fm/developing-qmk/for-a-deeper-understanding/understanding_qmk
That's alright. Shouldn't be too difficult for someone who knows their way around make files. Unfortunately I don't have the time to explore it further at the moment either.
:/ have already made, and am waiting for the order for V6. Will push once it's been tested. Feel free to submit a P/R with the thumb clusters.