-
Switching `BLUETOOTH_ENABLE` to `yes` causes the following in `protocol/lufa/lufa,c`:
`undefined reference to 'bluefruit_serial_send'` and `'serial_init'`
-
Hi!
I want to create my own mapping for the ergodox, of course. What is the best way to do that? At first I just edited keymap.c to my liking. But I guess that is a bad idea since I will get merge co…
-
How do you recommend using dmbs?
I've used git submodules.
I see for lufa you copied dmbs, prefixing most of the variables with lufa_. This would seem to make it hard to incorporate improvements to d…
-
THis patch adds support for four keyboards and two cascade hubs.
```
diff --git a/converter/usb_usb/main.cpp b/converter/usb_usb/main.cpp
index 652c805..196914d 100644
--- a/converter/usb_usb/main.cp…
-
Since I've forked out a modified version of the LUFA build system as DMBS, it would be better maintenance-wise if I can integrate DMBS with some extra modifications in LUFA rather than having duplicat…
-
https://github.com/abcminiuser/lufa/blob/master/LUFA/Version.h
Is this used somehere? I cannot find a real use case, also the variables are zero and dont contain a version. Setting a version could be…
-
```
Support Avrdude compatible programming on USB platforms, eg. AT90USB series,
ATmega*U2, *U4.
Possible boards: Atmel AT90USBKEY, Teensy series.
```
Original issue reported on code.google.com by …
-
```
Support Avrdude compatible programming on USB platforms, eg. AT90USB series,
ATmega*U2, *U4.
Possible boards: Atmel AT90USBKEY, Teensy series.
```
Original issue reported on code.google.com by …
-
```
Support Avrdude compatible programming on USB platforms, eg. AT90USB series,
ATmega*U2, *U4.
Possible boards: Atmel AT90USBKEY, Teensy series.
```
Original issue reported on code.google.com by …
-
I noticed that in non-NKRO mode, only a handful of keys between codes 0x74 (KC_EXECUTE) and 0xA4 (KC_EXSEL) are sent via register/unregister or even add_key/del_key. Only some of the international key…