ahtn

Results 22 comments of ahtn

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

One issue with ChibiOS is it is GPL licensed. I want to support Bluetooth in the future with Nordic's nRF52 microcontrollers. However, a lot of Nordic's code is released under...

Cool that makes it useable then. It might be more work than it's worth to port it to some of the currently supported platforms, but it seems like it has...

There is a pull-request that provides the necessary fix [here](https://github.com/signal11/hidapi/pull/380) and the [corresponding branch](https://github.com/dylanmckay/hidapi/tree/mac-hid-interface-support).

Yeah, definitely need to work on the documentation, for the mean time you can see a list of key codes here: https://github.com/ahtn/keyplus/blob/master/host-software/keyplus/keycodes/mapped_keycodes.py If you want to combine a keycode with...

You can use the keyplus flasher to generate this file. The latest version is [on the releases page](https://github.com/ahtn/keyplus/releases). There's only a build for windows at the moment, but you can...

af4d821 This commit adds scan code maps for different langauge keymaps based on data obtained from [ascii-table.com](http://ascii-table.com). These maps have not been thoroughly test and likely need a few fixes,...

The passthrough mode only works on devices connected via USB. This is because, the devices map there key presses from a (row, col) number to a single key number before...

It's possible to use a software implementation of AES. I want to be able to support nRF24 + 32u4 as an alternative wireless receiver option. In the legacy `atmega8` version...

Hey, I'm back. Sorry for disappearing so suddenly. :( I hope to catch up with things over the coming days.