Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changed names which does not comply to C spec.(underscore prefix names)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c
FIX: keycodes for Keypad, Fn and Mousekey.
|
|
|
|
|
|
|
|
FIX: name of mousekey macros usb_keycodes.h.
|
|
ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic.
FIX: choose matrix buffer type(uint8_t/uint16_t) automatically
depending on column size in matrix.c.
FIX: use uint8_t insted of int in matrix.c.
|
|
|
|
|
|
|
|
Change build options: Makefile and config.h. See README.
|
|
It uses 1byte for modifiers and 15bytes(120bits) for keys now.
|
|
|