| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-25 | delete old keymap (keymap_eigen.c) | ||
| 2016-02-25 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-02-24 | Added keymap "lucas.c" | ||
| 2016-02-24 | Fix include dir to use uincir instead of just inc | ||
| 2016-02-24 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-02-23 | Merge pull request #158 from DidierLoiseau/eclipse-config | ||
| Add Eclipse settings files to .gitignore | |||
| 2016-02-23 | Fix include paths for new tmk_core update | ||
| 2016-02-22 | More documentation | ||
| 2016-02-22 | Merge pull request #159 from Keller-Laminar/patch-1 | ||
| Include Dvorak underscore and plus keys. | |||
| 2016-02-22 | Include Dvorak underscore and plus keys. | ||
| There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer. | |||
| 2016-02-21 | Create a thread for the serial link | ||
| 2016-02-21 | Support for Chibios compilation | ||
| Remove some warnings, change the include paths. | |||
| 2016-02-21 | Add master to single slave transport | ||
| 2016-02-21 | Add slave to master transport | ||
| 2016-02-21 | Add proper initialization of transport buffers | ||
| 2016-02-21 | Add master to slave transport | ||
| 2016-02-21 | Merge pull request #157 from DidierLoiseau/typematrix | ||
| Small fixes and improvements to tm2030 layout | |||
| 2016-02-21 | Added eclipse settings files to .gitignore | ||
| 2016-02-21 | Updated tm2030 keymap.hex | ||
| 2016-02-21 | Fixed compilation warnings due to missing return statements | ||
| 2016-02-21 | Merge pull request #153 from spydon/xmonad_keymap | ||
| Keymap optimized for xmonad | |||
| 2016-02-21 | Merge pull request #155 from vincent-pochet/fr_ch_extra_keymap | ||
| Add extra keymap for swiss french keyboard | |||
| 2016-02-21 | Writing signals events | ||
| 2016-02-21 | Change the triple buffer object interface | ||
| 2016-02-21 | More transport WIP | ||
| 2016-02-21 | Local and remote objects WIP | ||
| 2016-02-21 | Working triple buffering | ||
| 2016-02-21 | Simplify the triple buffer implementation | ||
| 2016-02-20 | Updates to triple buffer | ||
| 2016-02-20 | Add first version of triple buffered object | ||
| 2016-02-20 | Add first transport tests | ||
| 2016-02-20 | Add some validation for invalid router destinations | ||
| 2016-02-20 | Support for other links sending to master | ||
| 2016-02-20 | First link sending to master | ||
| 2016-02-20 | Add extra keymap for swiss french keyboard | ||
| 2016-02-20 | Add master send to specific destinations | ||
| 2016-02-20 | Add complete master broadcast test | ||
| 2016-02-20 | Start implement router | ||
| 2016-02-20 | Add link parameter | ||
| 2016-02-18 | Added a keymap optimized for xmonad | ||
| The M(1) function changes layer temporarily (so that numbers can be used) and holds LGUI which makes it possible to easily change virtual screens and swap windows inbetween them. | |||
| 2016-02-17 | Merge pull request #145 from gerbercj/feature/atreus_astar | ||
| Add support for Atreus running on A-Star | |||
| 2016-02-17 | Change default controller for Atreus from Teensy2 to A-Star | ||
| 2016-02-17 | Hide the byte stuffer state inside it | ||
| 2016-02-15 | Add support for Atreus running on A-Star | ||
| 2016-02-15 | testing moving the 6 to the left, having one key more on the right used for ↵ | ||
| hash now feels a bit more natural to me. Need to investigate further. | |||
| 2016-02-14 | Use memcpy instead of cast to avoid alignment issues | ||
| 2016-02-14 | Rename route_frame to route_incoming_frame | ||
| 2016-02-14 | Rename recv_frame to validator_recv_frame | ||
| 2016-02-14 | Add validator send frame | ||
| 2016-02-14 | Add crc32 validation of received frames | ||