Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-04 | Merge pull request #932 from climbalima/master | Jack Humbert | |
Added ponoko svg for lets split | |||
2016-12-04 | Merge pull request #933 from priyadi/ps2_mouse_init_user2 | Jack Humbert | |
Implemented weak ps2_mouse_init_user() | |||
2016-12-05 | syntax error fix | Priyadi Iman Nurcahyo | |
2016-12-05 | Implemented weak ps2_mouse_init_user() | Priyadi Iman Nurcahyo | |
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-03 | having trouble with conflicts | climbalima | |
2016-12-03 | cleaned up personal projects | climbalima | |
2016-12-03 | Merge https://github.com/climbalima/qmk_firmware | climbalima | |
2016-12-03 | added plate files for lets split | climbalima | |
2016-12-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | climbalima | |
2016-12-03 | cleans-up formatting of readme | Jack Humbert | |
2016-12-03 | Merge pull request #931 from OferPlesser/feature/improve-ps2-mouse | Jack Humbert | |
Improving ps/2 mouse | |||
2016-12-03 | Merge pull request #916 from wez/ble_4 | Jack Humbert | |
Connect the adafruit ble code to the lufa main loop | |||
2016-12-03 | Forgot to use define in delay instead of hardcoded number | Ofer Plesser | |
2016-12-03 | Updated ps2 mouse documentation in readme | Ofer Plesser | |
2016-12-03 | Added back PS2_MOUSE_INIT_DELAY define | Ofer Plesser | |
2016-12-03 | Refactored and improved ps2 mouse feature | ofples | |
2016-12-02 | Connect the adafruit ble code to the lufa main loop | Wez Furlong | |
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 | Jack Humbert | |
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929 | |||
2016-12-02 | Merge pull request #929 from jackhumbert/hf/size-warnings | Jack Humbert | |
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 | cbbrowne | |
2016-12-02 | adds warnings to 4 keymaps | Jack Humbert | |
2016-12-02 | Merge pull request #881 from NoahAndrews/patch-1 | Jack Humbert | |
Recommend WSL on Windows 10 [Discussion] | |||
2016-12-02 | Merge pull request #915 from wez/ble_3 | Jack Humbert | |
Add support for Adafruit BLE modules | |||
2016-12-02 | Merge pull request #914 from wez/ble_2 | Jack Humbert | |
Add arduino-alike GPIO pin control helpers | |||
2016-12-02 | Merge pull request #913 from wez/ble_1 | Jack Humbert | |
Tidy up atomicity in timer.c and ring_buffer.h | |||
2016-12-02 | Merge pull request #924 from cbbrowne/master | Jack Humbert | |
Keymapping revs, revisions to documentation on API_SYSEX_ENABLE | |||
2016-12-02 | Annotates nordic | Erez Zukerman | |
2016-12-02 | Tweaks Kristian's layout again | Erez Zukerman | |
2016-12-02 | Kristian's keymap | Erez Zukerman | |
2016-12-02 | I also want page-down/page-up on UPPER layer | cbbrowne | |
2016-12-02 | I want page-down/page-up - put those on LOWER-Left/Right near bottom corner | cbbrowne | |
2016-12-01 | Improve docs on memory usage | cbbrowne | |
2016-12-01 | Improve docs on SYSEX bit | cbbrowne | |
2016-12-01 | More notes on .hex size protection | cbbrowne | |
2016-12-01 | Make my builds smaller | cbbrowne | |
2016-12-01 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-30 | Better layout | Erez Zukerman | |
2016-11-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-29 | Merge pull request #919 from jackhumbert/hf/robot_test_layout | Jack Humbert | |
Test layout for ErgoDox EZ manufacturing robot | |||
2016-11-29 | Test layout for ErgoDox EZ manufacturing robot | Erez Zukerman | |
2016-11-29 | Merge pull request #918 from jackhumbert/wu5y7 | Erez Zukerman | |
Adds Ergodox EZ RGB lights (both sides using I2C) and implements API base, Midi SysEx API | |||
2016-11-29 | Merge pull request #917 from gid0/master | Erez Zukerman | |
keyboards/ergodox/keymaps/bepo : merge from author | |||
2016-11-29 | guess i didnt pull | Jack Humbert | |
2016-11-29 | Merge branch 'wu5y7' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | |
2016-11-29 | enable rgblight by default for ez | Jack Humbert | |
2016-11-29 | enable api sysex for ez | Jack Humbert | |
2016-11-28 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7 | Jack Humbert | |
2016-11-28 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-11-28 | Add the AZERTY compatibility layer. | Olivier | |
2016-11-28 | Change layer names (cosmetic change) and reorder them so that the "shift" ↵ | Olivier | |
layer can be accessed from the "alt" layer when in QWERTY compat mode. |