Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-19 | change bracket key posision | Kenichi Sasaki | 1 | -14/+14 | |
2017-02-17 | fix | Kenichi Sasaki | 1 | -2/+2 | |
2017-02-17 | remove reset key | Kenichi Sasaki | 1 | -4/+3 | |
2017-02-17 | Added JIS keymap symbols | Kenichi Sasaki | 1 | -17/+25 | |
2017-02-17 | copied and Meta(ESC) | Kenichi Sasaki | 5 | -0/+238 | |
2017-02-10 | fixed readme (i swear) | VoodaGod | 1 | -4/+4 | |
2017-02-09 | Merge pull request #1078 from VoodaGod/bone2planck | Jack Humbert | 4 | -54/+142 | |
updated Bone2Planck Keymap, Readme & fixed Makefile | |||||
2017-02-09 | [Typo] correct link to default keymap in readme. | Rob Rogers | 1 | -1/+1 | |
2017-02-09 | updated layout & readme | VoodaGod | 2 | -37/+39 | |
2017-02-09 | more formatting | VoodaGod | 1 | -2/+13 | |
2017-02-09 | readme formatting changes | VoodaGod | 1 | -61/+61 | |
2017-02-09 | updated readme | VoodaGod | 1 | -7/+10 | |
2017-02-09 | updated bone2planck keymap & readme | VoodaGod | 4 | -26/+98 | |
2017-02-08 | Moved KC60 capslock LED code to standard led_set_kb so it can be overridden ↵ | dungdung | 3 | -34/+15 | |
by users | |||||
2017-02-07 | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well | Jimmy Chan | 4 | -6/+10 | |
2017-02-07 | udpate readme to reflect QMK and not having the Makefile from ahtn's repo | Jimmy Chan | 1 | -14/+72 | |
2017-02-07 | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵ | Jimmy Chan | 4 | -5/+7 | |
project. do not default EE_HANDS for the serial keymap if you compare split_util.h with the original project by ahtn, the address we look for isLeftHand config went from addr 7 to addr 10 (decimal). The EEP files were not updated. EE_HANDS should not be enabled by default since it's more confusing for most users | |||||
2017-02-07 | Merge pull request #1072 from nicinabox/improve-ls-avrdude-target | Jack Humbert | 1 | -4/+6 | |
Check for Pro Micro serial port automatically | |||||
2017-02-07 | Merge pull request #1068 from adzenith/master | Jack Humbert | 2 | -4/+5 | |
Minor cleanup | |||||
2017-02-07 | Merge pull request #1046 from LukeSilva/master | Jack Humbert | 3 | -0/+382 | |
Add Tapping Macros to QMK | |||||
2017-02-07 | pass through travis errors | Jack Humbert | 1 | -1/+1 | |
2017-02-07 | Merge pull request #1056 from upils/master | Jack Humbert | 8 | -0/+334 | |
Add reddot handwired keyboard. | |||||
2017-02-07 | Merge pull request #1053 from TerryMathews/master | Jack Humbert | 10 | -4/+175 | |
Let's Split: establish rev2fliphalf subproject | |||||
2017-02-07 | add comma | Jack Humbert | 1 | -1/+1 | |
2017-02-07 | Merge pull request #1069 from hot-leaf-juice/master | Jack Humbert | 2 | -5/+3 | |
change cmd-l and cmd-r for actual home and end | |||||
2017-02-07 | Merge pull request #1041 from folkert4/master | Jack Humbert | 5 | -0/+503 | |
Added Espynn's keymap | |||||
2017-02-07 | Merge pull request #1047 from lordchair/keymap_yale | Jack Humbert | 4 | -0/+144 | |
yale planck layout | |||||
2017-02-07 | Check for a new serial port every second | Nic Aitch | 1 | -4/+6 | |
2017-02-07 | Merge pull request #1048 from smt/smt/planck | Jack Humbert | 5 | -22/+385 | |
Add smt's keymap for Planck | |||||
2017-02-07 | Merge pull request #1036 from nicinabox/lets-split-improvements | Jack Humbert | 2 | -0/+14 | |
Lets Split flashing improvements | |||||
2017-02-07 | Reverse rev2 and rev2fliphalf | TerryMathews | 2 | -8/+8 | |
Flipped definitions on what constitutes "fliphalf" by popular demand. | |||||
2017-02-07 | Revert "Reverse rev2 and rev2fliphalf" | TerryMathews | 2 | -7/+7 | |
This reverts commit 0537977ba1412aa2ba753e152eec445e18858244. | |||||
2017-02-07 | Reverse rev2 and rev2fliphalf | TerryMathews | 2 | -7/+7 | |
Flipped definitions on what constitutes "fliphalf" by popular demand. | |||||
2017-02-06 | change cmd-l and cmd-r for actual home and end | Callum Oakley | 2 | -5/+3 | |
2017-02-04 | Add missing header to ergodox ordinary keymap | Nikolaus Wittenstein | 1 | -0/+1 | |
2017-02-04 | Fix compile warnings in egodox robot_test_layout | Nikolaus Wittenstein | 1 | -4/+4 | |
Fixes the warning "right shift count >= width of type" by adding UL to the end of constants. | |||||
2017-02-01 | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | 5 | -30/+900 | |
2017-02-01 | Merge pull request #1039 from zabereer/albert_ergodox_keymap | Erez Zukerman | 4 | -0/+866 | |
albert ergodox keymap | |||||
2017-01-31 | Add reddot handwired keyboard. | upils | 8 | -0/+334 | |
2017-01-30 | update my neo2 keymap | Matthias Schmitt | 1 | -30/+34 | |
2017-01-30 | [deadcyclo layout] Refactoring. Use custom functions and macros | Brendan Johan Lee | 1 | -237/+266 | |
2017-01-30 | [deadcyclo layout] fixed failing tests | Brendan Johan Lee | 1 | -16/+1 | |
2017-01-30 | Let's Split: establish rev2fliphalf subproject | TerryMathews | 9 | -0/+171 | |
Subproject to accomodate second half pad built in opposite orientation (places TRRS jacks on opposing edges for shorter cable runs) | |||||
2017-01-29 | added picture of layout | Yale Thomas | 1 | -0/+0 | |
2017-01-29 | usability tweaks | Yale Thomas | 1 | -44/+49 | |
2017-01-29 | mouse keys added | Yale Thomas | 1 | -6/+15 | |
2017-01-29 | new 'yale' keymap | Yale Thomas | 3 | -0/+130 | |
2017-01-29 | s/Bkps/Bksp | Stephen Tudor | 1 | -1/+1 | |
2017-01-29 | Add luke keymap, as an example of the tapping macros | Luke Silva | 3 | -0/+382 | |
2017-01-28 | Carry over Planck updates to my Preonic keymap | Stephen Tudor | 2 | -22/+50 | |