aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
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
|
* 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 #1090 from qmk/backlight_softpwmJack Humbert2017-03-152-4/+4
|\ | | | | Adds soft PWM backlight for non-timed ports
| * mergingJack Humbert2017-02-1934-1144/+1167
| |\
| * | adds soft pwm for non-timed portsJack Humbert2017-02-122-4/+4
| | |
* | | 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-08143-1780/+5812
| |\ \ \ \
| * | | | | docs for babblepastemilestogo2017-03-082-481/+115
| | | | | |
| * | | | | fix stupid error w/ mode switchmilestogo2017-03-088-25/+51
| | | | | |
| * | | | | added browser babble, removed code from keymapmilestogo2017-03-084-212/+438
| | | | | |
| * | | | | working with preprocessor macros for babblepastemilestogo2017-03-065-431/+395
| | | | | |
| * | | | | clean up babblepastemilestogo2017-02-283-0/+1029
| | | | | |
| * | | | | missed config.h stuck modifiers changemilestogo2017-02-281-2/+4
| | | | | |
| * | | | | keymap and C6 audio testingmilestogo2017-02-283-28/+125
| | | | | |