Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes problem that it losts keycode when send keycodes in row in layer.c.
Undef CONSOLE_ENABLE build option makes this problem clear.
|
|
|
|
|
|
|
|
- worked on Linux but not on Windows
(logica/usage MINIMUM must start at 0x001)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add LUFA boot mouse feature
- remove report_id from mouse report
- fix LUFA descriptor
|
|
- to make descriptor get VID/PID/Version from config.h.
- remove keyboard out endpoint. Instead host can use control request.
|
|
|
|
Add keyboard/lufa macway keyobard with LUFA.
Add new program target to rule.mk; flip, dfu and teensy
|
|
|
|
|
|
|
|
|
|
Renamed sony_usb to news_usb
Renamed hbk to hbkb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- change keymap for M0110
- add a Make target 'hasu' to build with hasu keymap.
|
|
- Fn without keycode doesn't need LAYER_SWITCH_DELAY.
|
|
|
|
- rewrite special key handling in m0110.c
- add mouse keys to keymap
|
|
|
|
- Bug fix: Macro RAW2SCAN doesn't work and converted into static inline function.
- Add Exceptional handling for M0110A arrow keys and calc keys.
- Fix keymap.
|