summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-03Update ssd1306.cishtob1-0/+2
2017-03-22Update readme.mdishtob1-8/+1
2017-03-22Update i2c.cishtob1-2/+0
2017-03-22Update i2c.cishtob1-90/+0
2017-03-22Update i2c.cishtob1-1/+1
2017-03-22Update i2c.cishtob1-1/+1
2017-03-22Update matrix.cishtob1-1/+1
2017-03-22Update split_util.cishtob1-1/+1
2017-03-22Update matrix.cishtob1-2/+1
2017-03-22OLED code cleanupishtob1-1/+1
2017-03-22Add files via uploadishtob1-0/+32
2017-03-22OLED code cleanupishtob1-46/+6
2017-03-22Added OLED SSD1306 support to I2Cishtob8-21/+908
2017-03-22Merged Fliphalf, now defined in config, added OLEDishtob2-8/+59
Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ```
2017-03-22Delete rules.mkishtob1-5/+0
2017-03-22Delete rev2fliphalf.hishtob1-28/+0
2017-03-22Delete rev2fliphalf.cishtob1-32/+0
2017-03-22Delete config.hishtob1-91/+0
2017-03-22Delete Makefileishtob1-3/+0
2017-03-22Add files via uploadishtob3-0/+426
2017-03-22Fix a typoskullY1-1/+1
2017-03-22Add #1170 to all the clueboard keymapsskullY9-10/+34
2017-03-22Merge pull request #1170 from tengg/masterskullydazed1-1/+4
fixed a bug related to mod + Grave with combined ESC/Grave key
2017-03-22typo fixedtengg1-2/+2
2017-03-22fix typotengg1-1/+1
2017-03-22fixed a bug related to mod + Grave with combined ESC/Grave keytengg1-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.
2017-03-16Update config.hJack Humbert1-0/+1
2017-03-16Update config.hJack Humbert1-1/+4
2017-03-15Merge pull request #1152 from UnintendedFeature/bugfix/issue1151Jack Humbert1-1/+1
readme keymap.h to quantum_keycodes.h
2017-03-15Merge pull request #1090 from qmk/backlight_softpwmJack Humbert4-18/+50
Adds soft PWM backlight for non-timed ports
2017-03-15Merge pull request #1146 from khogeland/masterJack Humbert1-0/+83
Colemak layout for Clueboard
2017-03-15Merge pull request #1147 from nooges/numpad20Jack Humbert6-0/+292
Add handwired 20-key Numpad
2017-03-15Merge pull request #1150 from nooges/ortho5x13Jack Humbert6-0/+581
Add handwired 5x13 ortholinear keyboard
2017-03-15Merge pull request #1148 from nooges/hexwire-lets-splitJack Humbert5-0/+372
Add Hexwire layout for Let's Split
2017-03-15Merge pull request #1155 from deadcyclo/masterJack Humbert7-20/+73
Worked on deadcyclo layout
2017-03-15Merge pull request #1145 from smt/smt/lets_splitJack Humbert8-169/+629
Add smt keymap for Let's Split (based on serial)
2017-03-15Merge pull request #1144 from milestogo/sculpt2Jack Humbert17-0/+1498
Microsoft sculpt mobile handwire and new shortcuts macro library
2017-03-15update for infinityJack Humbert1-1/+1
2017-03-14Add RGB underglow, move keys to allow Adjust layer to be reachedDanny Nguyen4-8/+15
2017-03-13Update readme.mdJack Humbert1-1/+1
2017-03-12Merge pull request #1154 from dennistruemper/neo2_on_qwerz_hardwareErez Zukerman2-0/+602
Neo2 on qwertz hardware
2017-03-11[deadcyclo layout] fix an error in layer illustrationBrendan Johan Lee1-0/+0
2017-03-11[deadcyclo layout] Added second unicode layer, more sane layer switchesBrendan Johan Lee7-20/+73
2017-03-11remove typo from folder nameDennis Trümper2-0/+0
2017-03-11update documentationDennis Trümper2-79/+86
2017-03-11change layer 3 on right thumb back to layer 1Dennis Trümper1-2/+2
2017-03-11working but some documentation neededDennis Trümper2-0/+595
2017-03-09readme keymap.h to quantum_keycodes.hLukas Stiebig1-1/+1
Changed the quantum/keymap.h to quantum/quantum_keycodes.h because this seems to be the file where they keycodes are defined.
2017-03-09Add handwired 5x13 ortholinear keyboardDanny Nguyen6-0/+581
2017-03-09Initial commit for handwired numpadDanny Nguyen6-0/+292