Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | Merge pull request #13 from jackhumbert/master | ||
Merged from qmk | |||
2016-12-09 | tap dance for some layers. one tap sysctl, two taps mouse. | ||
2016-12-09 | add light for some layers | ||
2016-12-09 | separate sysctl and mouse layers | ||
2016-12-09 | add alt key | ||
2016-12-09 | media keys | ||
2016-12-06 | removes double-tab brackets and adds back quot to left cmd. | ||
2016-12-06 | Update readme.md | ||
2016-12-06 | Merge pull request #936 from jackhumbert/f/shine_default | ||
Official default factory firmware for ErgoDox EZ Shine | |||
2016-12-05 | A new default layout that supports Shine | ||
2016-12-05 | Adjusts config for better mousekey support | ||
2016-12-05 | Merge pull request #921 from Wilba6582/raw_hid | ||
Initial version of Raw HID interface | |||
2016-12-04 | Update planck.c | ||
2016-12-04 | Update rules.mk | ||
2016-12-04 | Update rules.mk | ||
2016-12-04 | Merge pull request #935 from priyadi/promethium | ||
Promethium handwired keyboard firmware update | |||
2016-12-05 | Remove unnecessary build options | ||
2016-12-05 | Merge branch 'master' into promethium | ||
2016-12-04 | Merge pull request #932 from climbalima/master | ||
Added ponoko svg for lets split | |||
2016-12-04 | Merge pull request #933 from priyadi/ps2_mouse_init_user2 | ||
Implemented weak ps2_mouse_init_user() | |||
2016-12-05 | syntax error fix | ||
2016-12-05 | syntax error fix | ||
2016-12-05 | Implemented weak ps2_mouse_init_user() | ||
There are a lot of PS/2 commands, some are vendor/device specific, so we provide a weak ps2_mouse_init_user() to be implemented in each keyboard that need it. | |||
2016-12-05 | Trackpoint initialization | ||
2016-12-05 | Implemented weak ps2_mouse_init_user() | ||
There are a lot of PS/2 commands, some are vendor/device specific, so we provide a weak ps2_mouse_init_user() to be implemented in each keyboard that need it. | |||
2016-12-04 | Merge branch 'master' into promethium | ||
2016-12-04 | fix emoji LED indicators. | ||
2016-12-04 | fix RGB LED order | ||
2016-12-03 | having trouble with conflicts | ||
2016-12-03 | cleaned up personal projects | ||
2016-12-03 | Merge https://github.com/climbalima/qmk_firmware | ||
2016-12-03 | added plate files for lets split | ||
2016-12-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-12-03 | cleans-up formatting of readme | ||
2016-12-03 | Merge pull request #931 from OferPlesser/feature/improve-ps2-mouse | ||
Improving ps/2 mouse | |||
2016-12-03 | Merge pull request #916 from wez/ble_4 | ||
Connect the adafruit ble code to the lufa main loop | |||
2016-12-03 | Forgot to use define in delay instead of hardcoded number | ||
2016-12-03 | Updated ps2 mouse documentation in readme | ||
2016-12-03 | Added back PS2_MOUSE_INIT_DELAY define | ||
2016-12-03 | Refactored and improved ps2 mouse feature | ||
2016-12-02 | Connect the adafruit ble code to the lufa main loop | ||
There are now 3 potential locations to send HID reports: 1. USB 2. The bluefruit easy key 3. Adafruit BLE Generally speaking, if USB is connected then we should prefer to send the reports there; it is generally the best channel for this. The bluefruit module has no feedback about bluetooth connectivity so the code must speculatively send reports over both USB and bluetooth. The BLE module has connectivity feedback. In general we want to prefer to send HID reports over USB while connected there, even if BLE is connected. Except that it is convenient to force them over BLE while testing the implementation. This policy has been extracted out into a where_to_send function which returns a bitmask of which of the channels should be used. | |||
2016-12-02 | Merge pull request #930 from cbbrowne/master | ||
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929 | |||
2016-12-02 | Merge pull request #929 from jackhumbert/hf/size-warnings | ||
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size | |||
2016-12-02 | Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929 | ||
2016-12-02 | adds warnings to 4 keymaps | ||
2016-12-02 | Merge pull request #881 from NoahAndrews/patch-1 | ||
Recommend WSL on Windows 10 [Discussion] | |||
2016-12-02 | Merge pull request #915 from wez/ble_3 | ||
Add support for Adafruit BLE modules | |||
2016-12-02 | Merge pull request #914 from wez/ble_2 | ||
Add arduino-alike GPIO pin control helpers | |||
2016-12-02 | Merge pull request #913 from wez/ble_1 | ||
Tidy up atomicity in timer.c and ring_buffer.h | |||
2016-12-02 | Merge pull request #924 from cbbrowne/master | ||
Keymapping revs, revisions to documentation on API_SYSEX_ENABLE |