aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update matrix.cishtob2017-03-221-2/+1
|
* OLED code cleanupishtob2017-03-221-1/+1
|
* Add files via uploadishtob2017-03-221-0/+32
|
* OLED code cleanupishtob2017-03-221-46/+6
|
* Added OLED SSD1306 support to I2Cishtob2017-03-228-21/+908
|
* Merged Fliphalf, now defined in config, added OLEDishtob2017-03-222-8/+59
| | | | | | | Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
* Delete rules.mkishtob2017-03-221-5/+0
|
* Delete rev2fliphalf.hishtob2017-03-221-28/+0
|
* Delete rev2fliphalf.cishtob2017-03-221-32/+0
|
* Delete config.hishtob2017-03-221-91/+0
|
* Delete Makefileishtob2017-03-221-3/+0
|
* Add files via uploadishtob2017-03-223-0/+426
|
* Fix a typoskullY2017-03-211-1/+1
|
* Add #1170 to all the clueboard keymapsskullY2017-03-219-10/+34
|
* Merge pull request #1170 from tengg/masterskullydazed2017-03-211-1/+4
|\ | | | | fixed a bug related to mod + Grave with combined ESC/Grave key
| * typo fixedtengg2017-03-221-2/+2
| |
| * fix typotengg2017-03-221-1/+1
| |
| * fixed a bug related to mod + Grave with combined ESC/Grave keytengg2017-03-221-1/+4
|/ | | | | | | | This only applies to keymaps that has combined esc/grave. Here we call it theKEY. Think about the motion when we do shift + theKEY (typing ~), or CMD + theKEY (switching window on MAC). Based on the original code, we must do following sequence: press shift -> press theKEY -> release theKEY -> release shift. However, it is very possible and natural that we do this stroke sequence instead: press shift -> press theKEY -> release shift -> release theKEY. If we do the 2nd stroke sequence, the code will del_key(ESC) instead of (GRV) when we release theKEY. This caused some inconvenient issues and ghost typing. By adding a flag, this issue is eliminated and will not affect any other functions.
* Update config.hJack Humbert2017-03-151-0/+1
|
* Update config.hJack Humbert2017-03-151-1/+4
|
* Merge pull request #1152 from UnintendedFeature/bugfix/issue1151Jack Humbert2017-03-151-1/+1
|\ | | | | readme keymap.h to quantum_keycodes.h
| * readme keymap.h to quantum_keycodes.hLukas Stiebig2017-03-091-1/+1
| | | | | | | | Changed the quantum/keymap.h to quantum/quantum_keycodes.h because this seems to be the file where they keycodes are defined.
* | Merge pull request #1090 from qmk/backlight_softpwmJack Humbert2017-03-154-18/+50
|\ \ | | | | | | Adds soft PWM backlight for non-timed ports
| * | helps to save before committingJack Humbert2017-02-191-3/+1
| | |
| * | mergingJack Humbert2017-02-1959-1598/+1913
| |\ \
| * | | adds soft pwm for non-timed portsJack Humbert2017-02-124-18/+50
| | | |
* | | | Merge pull request #1146 from khogeland/masterJack Humbert2017-03-151-0/+83
|\ \ \ \ | | | | | | | | | | Colemak layout for Clueboard
| * | | | Colemak layout for ClueboardKevin Hogeland2017-03-091-0/+83
| | |_|/ | |/| |
* | | | Merge pull request #1147 from nooges/numpad20Jack Humbert2017-03-156-0/+292
|\ \ \ \ | | | | | | | | | | Add handwired 20-key Numpad
| * | | | Initial commit for handwired numpadDanny Nguyen2017-03-096-0/+292
| |/ / /
* | | | Merge pull request #1150 from nooges/ortho5x13Jack Humbert2017-03-156-0/+581
|\ \ \ \ | | | | | | | | | | Add handwired 5x13 ortholinear keyboard
| * | | | Add handwired 5x13 ortholinear keyboardDanny Nguyen2017-03-096-0/+581
| |/ / /
* | | | Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert2017-03-155-0/+372
|\ \ \ \ | | | | | | | | | | Add Hexwire layout for Let's Split
| * | | | Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen2017-03-144-8/+15
| | | | |
| * | | | Add readme for layoutDanny Nguyen2017-03-091-0/+108
| | | | |
| * | | | Convert keymap to compact versionDanny Nguyen2017-03-092-109/+107
| | | | |
| * | | | Add hexwire layout for Let’s SplitDanny Nguyen2017-03-092-0/+259
| |/ / /
* | | | Merge pull request #1155 from deadcyclo/masterJack Humbert2017-03-157-20/+73
|\ \ \ \ | | | | | | | | | | Worked on deadcyclo layout
| * | | | [deadcyclo layout] fix an error in layer illustrationBrendan Johan Lee2017-03-111-0/+0
| | | | |
| * | | | [deadcyclo layout] Added second unicode layer, more sane layer switchesBrendan Johan Lee2017-03-117-20/+73
| |/ / /
* | | | Merge pull request #1145 from smt/smt/lets_splitJack Humbert2017-03-158-169/+629
|\ \ \ \ | | | | | | | | | | Add smt keymap for Let's Split (based on serial)
| * | | | Update smt keymap READMEsStephen Tudor2017-03-086-114/+246
| | | | |
| * | | | Update smt keymaps for consistencyStephen Tudor2017-03-084-112/+163
| | | | |
| * | | | Update smt Planck keymapStephen Tudor2017-02-161-34/+64
| | | | |
| * | | | Add smt keymap for Let's Split (based on serial)Stephen Tudor2017-02-162-0/+247
| | |_|/ | |/| |
* | | | Merge pull request #1144 from milestogo/sculpt2Jack Humbert2017-03-1517-0/+1498
|\ \ \ \ | | | | | | | | | | Microsoft sculpt mobile handwire and new shortcuts macro library
| * \ \ \ Merge branch 'master' into sculpt2milestogo2017-03-08172-2243/+6603
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwaremilestogo2017-03-08140-1986/+5122
| | |\ \ \ \
| | * \ \ \ \ :milestogo2017-02-1211-62/+444
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
| | * \ \ \ \ \ Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwaremilestogo2017-02-1132-365/+1207
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |