Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-16 | 14 | -29/+278 |
|\ | |||||
| * | fixed conflict | climbalima | 2016-11-14 | 1 | -3/+0 |
| | | |||||
| * | fixed extra paste | climbalima | 2016-11-14 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'master' of https://github.com/climbalima/qmk_firmware | climbalima | 2016-11-10 | 1 | -2/+19 |
| |\ | | | | | | | | | | second try | ||||
| | * | returned to o | climbalima | 2016-11-10 | 1 | -4/+4 |
| | | | |||||
| * | | Added both revisions into one folder | climbalima | 2016-11-10 | 11 | -101/+327 |
| |/ | |||||
| * | Changes to be committed: | climbalima | 2016-11-10 | 29 | -68/+2119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file: keyboards/lets_splitv2/Makefile new file: keyboards/lets_splitv2/config.h new file: keyboards/lets_splitv2/i2c.c new file: keyboards/lets_splitv2/i2c.h new file: keyboards/lets_splitv2/imgs/split-keyboard-i2c-schematic.png new file: keyboards/lets_splitv2/imgs/split-keyboard-serial-schematic.png new file: keyboards/lets_splitv2/keymaps/default/keymap.c new file: keyboards/lets_splitv2/lets_split.c new file: keyboards/lets_splitv2/lets_split.h new file: keyboards/lets_splitv2/matrix.c new file: keyboards/lets_splitv2/pro_micro.h new file: keyboards/lets_splitv2/readme.md new file: keyboards/lets_splitv2/serial.c new file: keyboards/lets_splitv2/serial.h new file: keyboards/lets_splitv2/split_util.c new file: keyboards/lets_splitv2/split_util.h new file: keyboards/maxipad/Makefile new file: keyboards/maxipad/config.h new file: keyboards/maxipad/keymaps/default/Makefile new file: keyboards/maxipad/keymaps/default/config.h new file: keyboards/maxipad/keymaps/default/keymap.c new file: keyboards/maxipad/keymaps/default/readme.md new file: keyboards/maxipad/maxipad.c new file: keyboards/maxipad/maxipad.h new file: keyboards/maxipad/readme.md | ||||
* | | Updated my repo to current qmk | climbalima | 2016-11-16 | 25 | -98/+756 |
| | | |||||
* | | Merge pull request #868 from potz/master | Jack Humbert | 2016-11-10 | 1 | -0/+58 |
|\ \ | | | | | | | Add brazilian ABNT2 keymap | ||||
| * | | Add brazilian ABNT2 keymap | Potiguar Faga | 2016-11-08 | 1 | -0/+58 |
| | | | |||||
* | | | Merge pull request #870 from NoahAndrews/patch-1 | Erez Zukerman | 2016-11-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add proper shortcode for KC_DELETE to keycode.txt | ||||
| * | | | Add proper shortcode for KC_DELETE to keycode.txt | Noah Andrews | 2016-11-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #867 from fredizzimo/variable_trace | Jack Humbert | 2016-11-07 | 4 | -0/+175 |
|\ \ \ | | | | | | | | | Variable trace | ||||
| * | | | Add documentation for the variable tracing | Fred Sundvik | 2016-11-06 | 2 | -0/+32 |
| | | | | |||||
| * | | | Add possibility to control variable trace from make | Fred Sundvik | 2016-11-06 | 3 | -5/+38 |
| | | | | |||||
| * | | | Add variable trace | Fred Sundvik | 2016-11-06 | 2 | -0/+110 |
| | | | | | | | | | | | | | | | | | | | | For debugging changes to variables, either normally or as a result of a memory corruption. | ||||
* | | | | Merge pull request #852 from J3RN/remove-z-slash-controls | Jack Humbert | 2016-11-07 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | Removed the control action when holding z or / | ||||
| * | | | Removed the control action when holding z or / | Jonathan Arnett | 2016-11-06 | 1 | -3/+3 |
|/ / / | |||||
* | | | Implements dedicated text zoom keys | Erez Zukerman | 2016-11-01 | 2 | -3/+7 |
| | | | |||||
* | | | Merge pull request #851 from J3RN/momentary | Erez Zukerman | 2016-10-31 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | Switched to momentary | ||||
| * | | | Switched to momentary | Jonathan Arnett | 2016-10-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | Also updated the style of these lines slightly to match the style of the default keymap | ||||
* | | | | Merge pull request #843 from lucwastiaux/master | Erez Zukerman | 2016-10-31 | 4 | -1/+428 |
|\ \ \ \ | | | | | | | | | | | Adding Ergodox Dvorak Programmer layout | ||||
| * | | | | re-introduce brackets layer | lucwastiaux | 2016-10-26 | 1 | -2/+24 |
| | | | | | |||||
| * | | | | adding readme | lucwastiaux | 2016-10-23 | 1 | -0/+15 |
| | | | | | |||||
| * | | | | add up/down keys on thumb clusters | lucwastiaux | 2016-10-23 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | remove brackets layer, replace a few shortcuts on thumb cluster | lucwastiaux | 2016-10-23 | 1 | -30/+13 |
| | | | | | |||||
| * | | | | type brackets in symbol layer, using bottom row | lucwastiaux | 2016-10-23 | 2 | -8/+18 |
| | | | | | |||||
| * | | | | add tap-dance support, make right shift double-tap=caplock | lucwastiaux | 2016-10-22 | 2 | -1/+16 |
| | | | | | |||||
| * | | | | change include files | lucwastiaux | 2016-10-22 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | added dvorak programmer layout | lucwastiaux | 2016-10-22 | 2 | -1/+382 |
| | | | | | |||||
* | | | | | Merge pull request #836 from 20lives/master | Erez Zukerman | 2016-10-31 | 7 | -472/+695 |
|\ \ \ \ \ | | | | | | | | | | | | | added new layout | ||||
| * | | | | | merge upstream | Lior Haim | 2016-10-23 | 23 | -21/+1360 |
| |\| | | | | |||||
| * | | | | | fixed copy-cut-paste buttons | twentylives | 2016-10-21 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' of https://github.com/20lives/qmk_firmware | twentylives | 2016-10-20 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix readme | 20lives | 2016-10-19 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | fixed base layer = key | twentylives | 2016-10-20 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | update pics and readme | twentylives | 2016-10-19 | 5 | -133/+122 |
| | | | | | | |||||
| * | | | | | Update readme.md | 20lives | 2016-10-18 | 1 | -3/+5 |
| | | | | | | |||||
| * | | | | | Update readme.md | 20lives | 2016-10-18 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | adding dvorak hebrew layout | twentylives | 2016-10-18 | 3 | -0/+230 |
| | | | | | | |||||
* | | | | | | Merge pull request #839 from priyadi/planck-priyadi-modification | Jack Humbert | 2016-10-30 | 2 | -58/+98 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update priyadi's keymap for Planck; added readme | ||||
| * | | | | | | Use WinCompose unicode input method instead of HexNumpad | Priyadi Iman Nurcahyo | 2016-10-23 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update priyadi's keymap for Planck; added readme | Priyadi Iman Nurcahyo | 2016-10-22 | 2 | -57/+97 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #854 from slebedev/master | Jack Humbert | 2016-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add link to article about Unicode Hex Input in readme | ||||
| * | | | | | | Add link to article about Unicode Hex Input in readme | Sergey Lebedev | 2016-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For me it wasn't clear what is `Unicode Hex Input`, that article clarifies it (at least for me). | ||||
* | | | | | | | Merge pull request #857 from fredizzimo/fix_makefile_too_long_bash | Jack Humbert | 2016-10-30 | 1 | -8/+23 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Run each sumbmake in a separate shell | ||||
| * | | | | | | Run each sumbmake in a separate shell | Fred Sundvik | 2016-10-30 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix the situation where the commandline gets too long when there are many keyboards and keymaps. | ||||
* | | | | | | | Merge pull request #827 from Dbroqua/master | Jack Humbert | 2016-10-26 | 3 | -6/+88 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Updated dbroqua layout for HHKB keyboard and added new layout for KC60 | ||||
| * | | | | | | | - Added HHKB like layout for KC60 pcb | dbroqua | 2016-10-16 | 2 | -0/+82 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware | dbroqua | 2016-10-14 | 41 | -293/+1921 |
| |\ \ \ \ \ \ \ |