Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-12 | Merge pull request #946 from climbalima/master | ||
Changed lets split svg to support boston meetup pcb | |||
2016-12-12 | Merge pull request #945 from priyadi/planck_priyadi | ||
Remove unneeded options to reduce firmware size | |||
2016-12-12 | Merge pull request #944 from priyadi/negmousefix | ||
Allow negative values for mouse movements | |||
2016-12-12 | Merge pull request #943 from lucwastiaux/master | ||
Update dvorak_programmer layout | |||
2016-12-12 | Merge pull request #942 from priyadi/cpp11 | ||
The adafruit BLE C++ code requires -std=c++11 | |||
2016-12-10 | changed svg after merge | ||
2016-12-10 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-12-10 | changed svg to support proto pcb | ||
2016-12-10 | Remove unneeded options to reduce firmware size | ||
2016-12-10 | Allow negative values for mouse movements | ||
2016-12-10 | put home/end on thumb cluster | ||
2016-12-10 | readme updates | ||
2016-12-10 | Merge remote-tracking branch 'upstream/master' | ||
2016-12-10 | use thumb cluster key to toggle brackets layer | ||
2016-12-10 | The adafruit BLE C++ code requires -std=c++11 | ||
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 |