Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | update docs | Gabriel Young | 2017-03-19 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | fix whitespace | Gabriel Young | 2017-03-19 | 1 | -51/+48 | |
| | | | | | | | | ||||||
| * | | | | | | | support LEDs | Gabriel Young | 2017-03-19 | 2 | -44/+51 | |
| | | | | | | | | ||||||
| * | | | | | | | Swap rows and columns to match the schematic | Gabriel Young | 2017-03-19 | 4 | -142/+62 | |
| | | | | | | | | ||||||
| * | | | | | | | start to define keymap; annoying because rows and columns are swapped from ↵ | Gabriel Young | 2017-03-19 | 3 | -5/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | schematic | |||||
| * | | | | | | | successfully read data from the matrix | Gabriel Young | 2017-03-19 | 4 | -75/+93 | |
| | | | | | | | | ||||||
| * | | | | | | | sketch out frosty flake matrix using custom matrix.c based on kitten paw | Gabriel Young | 2017-03-18 | 3 | -11/+187 | |
| | | | | | | | | ||||||
| * | | | | | | | boilerplate project created with new_project.sh | Gabriel Young | 2017-03-18 | 10 | -0/+382 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'qmk/master' | Gabriel Young | 2017-03-18 | 145 | -603/+7799 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'qmk/master' | Gabriel Young | 2017-02-21 | 9 | -74/+60 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'qmk/master' | Gabriel Young | 2017-02-19 | 49 | -1536/+1470 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge pull request #1178 from cheesemacfly/master | Jack Humbert | 2017-03-28 | 4 | -0/+80 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | XD60 different layout | |||||
| * | | | | | | | | | | Create README.md | Nicolas Guelpa | 2017-03-26 | 1 | -0/+13 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add files via upload | Nicolas Guelpa | 2017-03-26 | 2 | -0/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | fixing layout | Nicolas Guelpa | 2017-03-26 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Adding different layer | Nicolas Guelpa | 2017-03-24 | 1 | -0/+67 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #1163 from jprMesh/atreus62_KC_KEYMAP | Jack Humbert | 2017-03-28 | 1 | -11/+27 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Added KC_KEYMAP macro for old style keymaps in Atreus62 | |||||
| * | | | | | | | | | | Added KC_KEYMAP macro for old style keymaps in Atreus62 | jprmesh | 2017-03-17 | 1 | -11/+27 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #1177 from exiva/bluetooth_refactor | Jack Humbert | 2017-03-28 | 8 | -63/+58 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Refactor Bluetooth Handling | |||||
| * | | | | | | | | | Add BLE and EZKey module defines. | Travis La Marr | 2017-03-24 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also restored serial init back to original location. Was getting junk data. | |||||
| * | | | | | | | | | Readd bluetooth output direction on standard key input. | Travis La Marr | 2017-03-24 | 1 | -8/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Refactor Bluetooth Handling | Travis La Marr | 2017-03-24 | 8 | -66/+57 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored Bluetooth support to make adding new Bluetooth modules easier in the future. * Remove `OUT_BLE` key from QMK's keymap. `OUT_BT` is all we need now as there's no difference anymore. * Made BLUETOOTH_ENABLE build option legacy as not to break existing keymaps (Falls back to existing EZ Key support if on) * Removed `ADAFRUIT_BLE_ENABLE` build option * Created new build option `BLUETOOTH` with module option (Currently `AdafruitEZKey` & `AdafruitBLE`) * Moved all LUFA bluetooth key/mouse events under `BLUETOOTH_ENABLE` ifdef with selected modules output. | |||||
* | | | | | | | | | Fix a typo | skullY | 2017-03-21 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Add #1170 to all the clueboard keymaps | skullY | 2017-03-21 | 9 | -10/+34 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #1170 from tengg/master | skullydazed | 2017-03-21 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | fixed a bug related to mod + Grave with combined ESC/Grave key | |||||
| * | | | | | | | | typo fixed | tengg | 2017-03-22 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fix typo | tengg | 2017-03-22 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fixed a bug related to mod + Grave with combined ESC/Grave key | tengg | 2017-03-22 | 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. | |||||
* | | | | | | | | Update config.h | Jack Humbert | 2017-03-15 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Update config.h | Jack Humbert | 2017-03-15 | 1 | -1/+4 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #1152 from UnintendedFeature/bugfix/issue1151 | Jack Humbert | 2017-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | readme keymap.h to quantum_keycodes.h | |||||
| * | | | | | | | readme keymap.h to quantum_keycodes.h | Lukas Stiebig | 2017-03-09 | 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. | |||||
* | | | | | | | Merge pull request #1090 from qmk/backlight_softpwm | Jack Humbert | 2017-03-15 | 4 | -18/+50 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adds soft PWM backlight for non-timed ports | |||||
| * | | | | | | | helps to save before committing | Jack Humbert | 2017-02-19 | 1 | -3/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | merging | Jack Humbert | 2017-02-19 | 59 | -1598/+1913 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | adds soft pwm for non-timed ports | Jack Humbert | 2017-02-12 | 4 | -18/+50 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #1146 from khogeland/master | Jack Humbert | 2017-03-15 | 1 | -0/+83 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Colemak layout for Clueboard | |||||
| * | | | | | | | | Colemak layout for Clueboard | Kevin Hogeland | 2017-03-09 | 1 | -0/+83 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #1147 from nooges/numpad20 | Jack Humbert | 2017-03-15 | 6 | -0/+292 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add handwired 20-key Numpad | |||||
| * | | | | | | | | Initial commit for handwired numpad | Danny Nguyen | 2017-03-09 | 6 | -0/+292 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #1150 from nooges/ortho5x13 | Jack Humbert | 2017-03-15 | 6 | -0/+581 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add handwired 5x13 ortholinear keyboard | |||||
| * | | | | | | | | Add handwired 5x13 ortholinear keyboard | Danny Nguyen | 2017-03-09 | 6 | -0/+581 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #1148 from nooges/hexwire-lets-split | Jack Humbert | 2017-03-15 | 5 | -0/+372 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add Hexwire layout for Let's Split | |||||
| * | | | | | | | | Add RGB underglow, move keys to allow Adjust layer to be reached | Danny Nguyen | 2017-03-14 | 4 |