Instruction on running on a mac
Basic instructions on how to run the app on a mac.
Hey, after a fair bit of trial and error, I figured out how to run this from a mac. Thanks for making this repo!
Thanks @danslee for making this pr. This comes in really handy 'cuz I don't have access to any Windows machine.
You’re very welcome @thaohoangc3! I’m glad it was helpful!
@danslee, @thaohoangc3 JFYI some time ago I've made a small utility to reprogram IFD-68 keyboards by reversing the USB protocol they are using. I've tested it on Linux based systems but I believe it should work on Mac and BSD systems as well because it is using libusb which should be available on Mac e.g. through brew. https://github.com/sh1r4s3/ifd-68 The utility doesn't allow to program macro combos, only basic remapping is available. I can try to add that functionality later (also PRs are very welcome) if there will be interested in it. For me the basic remapping is the only thing I need so I didn't invest more time on it.
CC: @GonzaloAlvarez