Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-22 | Update i2c.c | ishtob | 1 | -90/+0 | |
2017-03-22 | Update i2c.c | ishtob | 1 | -1/+1 | |
2017-03-22 | Update i2c.c | ishtob | 1 | -1/+1 | |
2017-03-22 | Update matrix.c | ishtob | 1 | -1/+1 | |
2017-03-22 | Update split_util.c | ishtob | 1 | -1/+1 | |
2017-03-22 | Update matrix.c | ishtob | 1 | -2/+1 | |
2017-03-22 | OLED code cleanup | ishtob | 1 | -1/+1 | |
2017-03-22 | Add files via upload | ishtob | 1 | -0/+32 | |
2017-03-22 | OLED code cleanup | ishtob | 1 | -46/+6 | |
2017-03-22 | Added OLED SSD1306 support to I2C | ishtob | 8 | -21/+908 | |
2017-03-22 | Merged Fliphalf, now defined in config, added OLED | ishtob | 2 | -8/+59 | |
Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ``` | |||||
2017-03-22 | Delete rules.mk | ishtob | 1 | -5/+0 | |
2017-03-22 | Delete rev2fliphalf.h | ishtob | 1 | -28/+0 | |
2017-03-22 | Delete rev2fliphalf.c | ishtob | 1 | -32/+0 | |
2017-03-22 | Delete config.h | ishtob | 1 | -91/+0 | |
2017-03-22 | Delete Makefile | ishtob | 1 | -3/+0 | |
2017-03-22 | Add files via upload | ishtob | 3 | -0/+426 | |
2017-03-22 | Fix a typo | skullY | 1 | -1/+1 | |
2017-03-22 | Add #1170 to all the clueboard keymaps | skullY | 9 | -10/+34 | |
2017-03-22 | Merge pull request #1170 from tengg/master | skullydazed | 1 | -1/+4 | |
fixed a bug related to mod + Grave with combined ESC/Grave key | |||||
2017-03-22 | typo fixed | tengg | 1 | -2/+2 | |
2017-03-22 | fix typo | tengg | 1 | -1/+1 | |
2017-03-22 | fixed a bug related to mod + Grave with combined ESC/Grave key | tengg | 1 | -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-16 | Update config.h | Jack Humbert | 1 | -0/+1 | |
2017-03-16 | Update config.h | Jack Humbert | 1 | -1/+4 | |
2017-03-15 | Merge pull request #1152 from UnintendedFeature/bugfix/issue1151 | Jack Humbert | 1 | -1/+1 | |
readme keymap.h to quantum_keycodes.h | |||||
2017-03-15 | Merge pull request #1090 from qmk/backlight_softpwm | Jack Humbert | 4 | -18/+50 | |
Adds soft PWM backlight for non-timed ports | |||||
2017-03-15 | Merge pull request #1146 from khogeland/master | Jack Humbert | 1 | -0/+83 | |
Colemak layout for Clueboard | |||||
2017-03-15 | Merge pull request #1147 from nooges/numpad20 | Jack Humbert | 6 | -0/+292 | |
Add handwired 20-key Numpad | |||||
2017-03-15 | Merge pull request #1150 from nooges/ortho5x13 | Jack Humbert | 6 | -0/+581 | |
Add handwired 5x13 ortholinear keyboard | |||||
2017-03-15 | Merge pull request #1148 from nooges/hexwire-lets-split | Jack Humbert | 5 | -0/+372 | |
Add Hexwire layout for Let's Split | |||||
2017-03-15 | Merge pull request #1155 from deadcyclo/master | Jack Humbert | 7 | -20/+73 | |
Worked on deadcyclo layout | |||||
2017-03-15 | Merge pull request #1145 from smt/smt/lets_split | Jack Humbert | 8 | -169/+629 | |
Add smt keymap for Let's Split (based on serial) | |||||
2017-03-15 | Merge pull request #1144 from milestogo/sculpt2 | Jack Humbert | 17 | -0/+1498 | |
Microsoft sculpt mobile handwire and new shortcuts macro library | |||||
2017-03-15 | update for infinity | Jack Humbert | 1 | -1/+1 | |
2017-03-14 | Add RGB underglow, move keys to allow Adjust layer to be reached | Danny Nguyen | 4 | -8/+15 | |
2017-03-13 | Update readme.md | Jack Humbert | 1 | -1/+1 | |
2017-03-12 | Merge pull request #1154 from dennistruemper/neo2_on_qwerz_hardware | Erez Zukerman | 2 | -0/+602 | |
Neo2 on qwertz hardware | |||||
2017-03-11 | [deadcyclo layout] fix an error in layer illustration | Brendan Johan Lee | 1 | -0/+0 | |
2017-03-11 | [deadcyclo layout] Added second unicode layer, more sane layer switches | Brendan Johan Lee | 7 | -20/+73 | |
2017-03-11 | remove typo from folder name | Dennis Trümper | 2 | -0/+0 | |
2017-03-11 | update documentation | Dennis Trümper | 2 | -79/+86 | |
2017-03-11 | change layer 3 on right thumb back to layer 1 | Dennis Trümper | 1 | -2/+2 | |
2017-03-11 | working but some documentation needed | Dennis Trümper | 2 | -0/+595 | |
2017-03-09 | readme keymap.h to quantum_keycodes.h | Lukas Stiebig | 1 | -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-09 | Add handwired 5x13 ortholinear keyboard | Danny Nguyen | 6 | -0/+581 | |
2017-03-09 | Initial commit for handwired numpad | Danny Nguyen | 6 | -0/+292 | |
2017-03-09 | Add readme for layout | Danny Nguyen | 1 | -0/+108 | |
2017-03-09 | Convert keymap to compact version | Danny Nguyen | 2 | -109/+107 | |
2017-03-09 | Add hexwire layout for Let’s Split | Danny Nguyen | 2 | -0/+259 | |