Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new DIODE_DIRECTION option | Nikolaus Wittenstein | 2017-02-05 | 3 | -8/+12 |
| | | | | | | | | The previous two options were COL2ROW, ROW2COL; this adds CUSTOM_MATRIX to disable the built-in matrix scanning code. Most notably, this obviates the need to set MATRIX_ROW_PINS or MATRIX_COL_PINS. | ||||
* | Remove unused matrix_raw variable in matrix.c | Nikolaus Wittenstein | 2017-02-05 | 1 | -2/+0 |
| | |||||
* | Add missing header to ergodox ordinary keymap | Nikolaus Wittenstein | 2017-02-03 | 1 | -0/+1 |
| | |||||
* | Fix compile warnings in egodox robot_test_layout | Nikolaus Wittenstein | 2017-02-03 | 1 | -4/+4 |
| | | | | | Fixes the warning "right shift count >= width of type" by adding UL to the end of constants. | ||||
* | Fix compile warnings in light_ws2812.c | Nikolaus Wittenstein | 2017-02-03 | 1 | -3/+3 |
| | | | | | Fixes the warning "function declaration isn't a prototype" by explicitly making the parameter list void. | ||||
* | Merge pull request #1063 from osamuaoki/master | Erez Zukerman | 2017-02-02 | 1 | -18/+18 |
|\ | | | | | Typo fixes | ||||
| * | Typo fixes | Osamu Aoki | 2017-02-02 | 1 | -18/+18 |
| | | |||||
* | | Merge pull request #1058 from edasque/master | Erez Zukerman | 2017-02-02 | 1 | -1/+2 |
|\ \ | |/ |/| | Reverted Dockerfile to put the CMD back | ||||
| * | Reverted Dockerfile to put the CMD back | Erik Dasque | 2017-01-31 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #1049 from SjB/tap_dance_save_oneshot_mods | Erez Zukerman | 2017-02-01 | 2 | -1/+7 |
|\ \ | | | | | | | race condition between oneshot_mods and tap_dance | ||||
| * | | race condition between oneshot_mods and tap_dance | SjB | 2017-01-29 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | since the keycode for a tap dance process gets process only after the TAPPING_TERM timeout, you really only have ONESHOT_TIMEOUT - TAPPING_TERM time to tap or double tap on the key. This fix save the oneshot_mods into the action.state structure and applies the mods with the keycode when it's registered. It also unregisters the mod when the the tap dance process gets reset. | ||||
* | | | Merge pull request #1054 from deadcyclo/master | Erez Zukerman | 2017-02-01 | 7 | -103/+384 |
|\ \ \ | |_|/ |/| | | Adds support for ergodox shine and unicode and emoji support to the deadcyclo layout | ||||
| * | | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | 2017-02-01 | 5 | -30/+900 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1039 from zabereer/albert_ergodox_keymap | Erez Zukerman | 2017-01-31 | 4 | -0/+866 |
|\ \ \ | | | | | | | | | albert ergodox keymap | ||||
| * | | | albert ergodox keymap | Albert Pretorius | 2017-01-26 | 4 | -0/+866 |
| | | | | |||||
* | | | | Merge pull request #1055 from matzebond/master | Erez Zukerman | 2017-01-31 | 1 | -30/+34 |
|\ \ \ \ | |_|_|/ |/| | | | update my neo2 keymap | ||||
| * | | | update my neo2 keymap | Matthias Schmitt | 2017-01-30 | 1 | -30/+34 |
|/ / / | |||||
| | * | [deadcyclo layout] Refactoring. Use custom functions and macros | Brendan Johan Lee | 2017-01-30 | 1 | -237/+266 |
| | | | |||||
| | * | [deadcyclo layout] fixed failing tests | Brendan Johan Lee | 2017-01-30 | 1 | -16/+1 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | 2017-01-30 | 2 | -2/+18 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #1043 from potz/patch-1 | skullydazed | 2017-01-27 | 1 | -0/+16 |
|\ \ \ | | | | | | | | | Clarify license on abnt2 keymap (#1038) | ||||
| * | | | Clarify license on abnt2 keymap (#1038) | Potiguar Faga | 2017-01-27 | 1 | -0/+16 |
|/ / / | |||||
* | | | Merge pull request #869 from dylanjgscott/master | Jack Humbert | 2017-01-27 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Use `type cmp` to test for cmp in Makefile | ||||
| * | | | Compare Makefile with itself instead of using `--help` | Dylan Scott | 2017-01-24 | 1 | -2/+2 |
| | | | | |||||
| | | * | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | 2017-01-27 | 16 | -22/+22 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Merge pull request #1035 from qmk/qmk_org_changes | Jack Humbert | 2017-01-27 | 16 | -22/+22 |
|\ \ \ \ | |_|/ / |/| | | | Updated urls due to transfer to qmk org | ||||
| * | | | replace jackhumbert with qmk | Jack Humbert | 2017-01-26 | 16 | -22/+22 |
|/ / / | |||||
| | * | [deadcyclo layout] Added more unicode keys and ibus unicode compose trigger keys | Brendan Johan Lee | 2017-01-27 | 4 | -23/+26 |
| | | | |||||
| | * | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | 2017-01-26 | 11 | -16/+403 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #1029 from SjB/qmk_infinity60 | Jack Humbert | 2017-01-26 | 5 | -0/+46 |
|\ \ \ | | | | | | | | | fix: infinity60 keyboard was not using quantum features. | ||||
| * | | | updated all the other keymaps to support the new changes. | SjB | 2017-01-24 | 3 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | qmk firmware requires the matrix_init_user and matrix_scan_user function to be implementated. Added these function to all the existing keymaps. | ||||
| * | | | fix: infinity60 keyboard was not using quantum features. | SjB | 2017-01-23 | 2 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | the quantum matrix codes where not being initialized or/and called so no feature of the quantum firmware could be used. These codes have been added and now we can enjoy the quantum firmware goodness. | ||||
* | | | | Merge pull request #1033 from smt/smt/preonic | Jack Humbert | 2017-01-26 | 3 | -0/+335 |
|\ \ \ \ | | | | | | | | | | | Add smt's keymap for Preonic | ||||
| * | | | | Remove COLEMAK from preonic_keycodes enum | Stephen Tudor | 2017-01-25 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Update readme for smt Preonic keymap | Stephen Tudor | 2017-01-25 | 1 | -1/+85 |
| | | | | | |||||
| * | | | | Add smt keymap for Preonic | Stephen Tudor | 2017-01-25 | 3 | -0/+252 |
| | | | | | |||||
* | | | | | Add gitter image, start update to qmk org | Jack Humbert | 2017-01-26 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Jack Humbert | 2017-01-25 | 3 | -3/+66 |
|\| | | | | |||||
* | | | | | layer defines to enum | Jack Humbert | 2017-01-25 | 2 | -13/+19 |
| |/ / / |/| | | | |||||
| | | * | [deadcyclo layout] Added lotsof new emojis and some new unicode keys | Brendan Johan Lee | 2017-01-25 | 3 | -11/+178 |
| | | | | |||||
| | | * | Merge remote-tracking branch 'upstream/master' | Brendan Johan Lee | 2017-01-24 | 6 | -8/+72 |
| | | |\ | | |_|/ | |/| | | |||||
| * | | | Merge pull request #1014 from SjB/lcd_mods_status | Jack Humbert | 2017-01-24 | 3 | -3/+66 |
|/| | | | | | | | | | | | added mods status bit to visualizer. | ||||
| * | | | added mods status bit to visualizer. | SjB | 2017-01-17 | 3 | -3/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we can't read the real_mods and oneshot_mods static variable directly within the update_user_visualizer_state function (Threading and serial link). We are know storing the mods states in the visualizer_keyboard_status_t structure. We can now display the status of the modifier keys on the LCD display. | ||||
* | | | | turn off rgb_midi in ez | Jack Humbert | 2017-01-23 | 3 | -5/+6 |
| | | | | |||||
| | | * | [deadcyclo layout] Added unicode layer | Brendan Johan Lee | 2017-01-24 | 5 | -27/+98 |
| | | | | |||||
| | | * | [deadcyclo layout] Added support for ergodox ez shine | Brendan Johan Lee | 2017-01-24 | 4 | -14/+40 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1026 from TerryMathews/master | Jack Humbert | 2017-01-23 | 2 | -23/+0 |
|\ \ \ | | | | | | | | | Let's Split: More code cleanup | ||||
| * | | | More code cleanup | TerryMathews | 2017-01-22 | 2 | -23/+0 |
| | | | | | | | | | | | | | | | | | | | | Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c. | ||||
* | | | | Merge pull request #1018 from hot-leaf-juice/master | Jack Humbert | 2017-01-22 | 2 | -44/+19 |
|\ \ \ \ | | | | | | | | | | | simplified my keymap | ||||
| * | | | | simplify | Callum Oakley | 2017-01-20 | 2 | -44/+19 |
| | | | | |