Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | Merge pull request #1172 from nooges/hexwire-fixes | Jack Humbert | |
Let's Split hexwire keymap fixes | |||
2017-03-28 | Merge pull request #1157 from jtbarrett/tada68_default | Jack Humbert | |
Update readme and default layout for TADA68 | |||
2017-03-28 | Merge pull request #1180 from mattdibi/master | Jack Humbert | |
Italian layout for ergodox keyboard | |||
2017-03-28 | Merge pull request #1171 from ishtob/master | Jack Humbert | |
SSD1306 I2C OLED display support for let's split | |||
2017-03-28 | Merge pull request #1168 from newsboytko/newsboytko/frosty-flake | Jack Humbert | |
Support Frosty Flake Controller (CM Storm QFR) | |||
2017-03-28 | Merge pull request #1178 from cheesemacfly/master | Jack Humbert | |
XD60 different layout | |||
2017-03-28 | Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAP | Jack Humbert | |
Added KC_KEYMAP macro for old style keymaps in Atreus62 | |||
2017-03-28 | Removed images from ergodox ez italian layout | mattdibi | |
2017-03-28 | Fixed layout title in ergodox ez italian keymap | mattdibi | |
2017-03-28 | Fixed italian kymap readme | mattdibi | |
2017-03-28 | Updated readme | mattdibi | |
2017-03-28 | Added italian layout | mattdibi | |
2017-03-26 | Create README.md | Nicolas Guelpa | |
2017-03-26 | Add files via upload | Nicolas Guelpa | |
2017-03-26 | fixing layout | Nicolas Guelpa | |
2017-03-24 | Adding different layer | Nicolas Guelpa | |
2017-03-23 | Add RGB support for Let’s Split v1 | Danny Nguyen | |
2017-03-23 | Move keymap into config file | Danny Nguyen | |
2017-03-23 | Add Makefile in keymap dir | Danny Nguyen | |
2017-03-23 | Remove line for hands selection via EEPROM, reduce tap duration from 200ms ↵ | Danny Nguyen | |
to 150ms | |||
2017-03-22 | Update readme.md | ishtob | |
2017-03-22 | Update i2c.c | ishtob | |
2017-03-22 | Update i2c.c | ishtob | |
2017-03-22 | Update i2c.c | ishtob | |
2017-03-22 | Update i2c.c | ishtob | |
2017-03-22 | Update matrix.c | ishtob | |
2017-03-22 | Update split_util.c | ishtob | |
2017-03-22 | Update matrix.c | ishtob | |
2017-03-22 | OLED code cleanup | ishtob | |
2017-03-22 | Add files via upload | ishtob | |
2017-03-22 | OLED code cleanup | ishtob | |
2017-03-22 | Added OLED SSD1306 support to I2C | ishtob | |
2017-03-22 | Merged Fliphalf, now defined in config, added OLED | ishtob | |
Can now use the following in the keymap config.h to call the flipped matrix ``` #define FLIPHALF ``` | |||
2017-03-22 | Delete rules.mk | ishtob | |
2017-03-22 | Delete rev2fliphalf.h | ishtob | |
2017-03-22 | Delete rev2fliphalf.c | ishtob | |
2017-03-22 | Delete config.h | ishtob | |
2017-03-22 | Delete Makefile | ishtob | |
2017-03-22 | Add files via upload | ishtob | |
2017-03-21 | Fix a typo | skullY | |
2017-03-21 | Add #1170 to all the clueboard keymaps | skullY | |
2017-03-22 | typo fixed | tengg | |
2017-03-22 | fix typo | tengg | |
2017-03-22 | fixed a bug related to mod + Grave with combined ESC/Grave key | tengg | |
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-19 | clean up config | Gabriel Young | |
2017-03-19 | clean up docs and provide defaults for keymap | Gabriel Young | |
2017-03-19 | update docs | Gabriel Young | |
2017-03-19 | fix whitespace | Gabriel Young | |
2017-03-19 | support LEDs | Gabriel Young | |
2017-03-19 | Swap rows and columns to match the schematic | Gabriel Young | |