Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolved errors | commandlinedesign | 2016-07-23 | 1 | -7/+17 |
| | |||||
* | Init Readme | Jonathan Lucas | 2016-07-23 | 1 | -0/+1 |
| | | | This needs a better description. | ||||
* | Create Makefile | Jonathan Lucas | 2016-07-23 | 1 | -0/+23 |
| | | | This is untested, use caution. | ||||
* | Create CMD-Preonic Keymap | Jonathan Lucas | 2016-07-23 | 1 | -0/+322 |
| | | | This is very Alpha-Mode, and has not been tested or even Made yet. | ||||
* | Merge pull request #1 from jackhumbert/master | Jonathan Lucas | 2016-07-23 | 61 | -124/+3536 |
|\ | | | | | Update from parent | ||||
| * | Merge pull request #543 from VoodaGod/bone2planck | Jack Humbert | 2016-07-21 | 1 | -74/+120 |
| |\ | | | | | | | updated bone2planck | ||||
| | * | fixed include paths | Jason Janse van Rensburg | 2016-07-20 | 1 | -16/+16 |
| | | | |||||
| | * | reformat | Jason Janse van Rensburg | 2016-07-20 | 1 | -16/+16 |
| | | | |||||
| | * | updated bone2planck | Jason Janse van Rensburg | 2016-07-20 | 1 | -65/+111 |
| |/ |/| | |||||
| * | Merge pull request #541 from milestogo/master | Jack Humbert | 2016-07-21 | 29 | -0/+2816 |
| |\ | | | | | | | initial kinisis advantage build | ||||
| | * | adding traveller keyboard | milestogo | 2016-07-20 | 7 | -0/+697 |
| | | | |||||
| | * | initial kinisis advantage build | milestogo | 2016-07-19 | 22 | -0/+2119 |
| |/ |/| | |||||
| * | Merge pull request #540 from replicaJunction/feature-atreus-keymapFunction | Jack Humbert | 2016-07-21 | 1 | -5/+5 |
| |\ | | | | | | | Adjusted Atreus KEYMAP() function. | ||||
| | * | Adjusted Atreus KEYMAP() function. | Joshua T | 2016-07-19 | 1 | -5/+5 |
| |/ |/| | | | | | | | | | This change adjusts the KEYMAP() function to provide a more visual representation of the key positions on the keyboard. Previously, keymaps have been defined directly using arrays for the Atreus keyboard. While this works, it doesn't utilize the helpful KEYMAP() function at all to allow the user to visually position the key codes for ease of editing. See the Ergodox-EZ KEYMAP() function and layouts for a great example of how this can work. This change should not break any existing Atreus layouts. At the time of this commit, there are two existing layouts for the Atreus board, and neither use the KEYMAP() function. | ||||
| * | Merge pull request #538 from robertdale/preonic-map-correction | Jack Humbert | 2016-07-21 | 1 | -5/+5 |
| |\ | | | | | | | Preonic: Corrected the ascii layout to match the coded layout | ||||
| | * | added Midi On/Off; Enter is actually transparent | Robert Dale | 2016-07-19 | 1 | -3/+3 |
| | | | |||||
| | * | Corrected the ascii layout to match the coded layout | Robert Dale | 2016-07-19 | 1 | -3/+3 |
| |/ |/| | |||||
| * | Merge pull request #536 from pvinis/debug-doc | Jack Humbert | 2016-07-21 | 1 | -1/+1 |
| |\ | | | | | | | add some debugging doc, after i found out how to print debug messages | ||||
| | * | add link to hid_listen | Pavlos Vinieratos | 2016-07-19 | 1 | -1/+1 |
| | | | |||||
| | * | add some debugging doc, after i found out how to print debug messages | Pavlos Vinieratos | 2016-07-19 | 1 | -1/+1 |
| |/ |/| | |||||
| * | Merge pull request #530 from sethbc/master | Jack Humbert | 2016-07-21 | 10 | -8/+53 |
| |\ | | | | | | | Misc. fixes from sethbc | ||||
| | * | don't believe the hex files are posted to qmk.fm | Seth Chandler | 2016-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | update more non-existent readmes for QMK.fm | Seth Chandler | 2016-07-17 | 4 | -0/+16 |
| | | | |||||
| | * | update broken link | Seth Chandler | 2016-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | update audio links | Seth Chandler | 2016-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | update tmk link | Seth Chandler | 2016-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | update link to Vagrant docfile | Seth Chandler | 2016-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | update readmes in certain directories to work with qmk.fm | Seth Chandler | 2016-07-17 | 2 | -0/+8 |
| | | | |||||
| | * | add custom makefile for sethbc keymap | Seth Chandler | 2016-07-16 | 1 | -0/+21 |
| | | | |||||
| | * | update makefile to default to no virtual dip switches | Seth Chandler | 2016-07-16 | 1 | -1/+1 |
| | | | |||||
| | * | update readme images | Seth Chandler | 2016-07-16 | 1 | -2/+2 |
| |/ |/| | |||||
| * | Merge pull request #529 from CommandLineDesign/CMD60-newKeymap | Jack Humbert | 2016-07-21 | 6 | -0/+364 |
| |\ | | | | | | | Added CMD60 keymap | ||||
| | * | Fix erroneous character | Jonathan Lucas | 2016-07-16 | 1 | -1/+1 |
| | | | | | | | | | Must have been keeb testing :) | ||||
| | * | Added CMD60 keymap | Jonathan Lucas | 2016-07-16 | 6 | -0/+364 |
| |/ |/| | |||||
| * | Merge pull request #525 from edasque/master | Jack Humbert | 2016-07-21 | 2 | -0/+43 |
| |\ | | | | | | | Added Docker as a simple way to build firmwares | ||||
| | * | Further simplyfying the docker usage | Erik Dasque | 2016-07-15 | 1 | -7/+3 |
| | | | | | | | | | | | | We'll be able to change the image user name if we set up the initial repo to trigger Docker images rebuilds on hub.docker.com | ||||
| | * | Adding Docker build system & documentation | Erik Dasque | 2016-07-15 | 2 | -0/+47 |
| |/ |/| | |||||
| * | Merge pull request #522 from exiva/extrakey-macfix | Jack Humbert | 2016-07-21 | 1 | -2/+2 |
| |\ | | | | | | | Fix OS X Recognizing keyboard as Mouse/Tablet | ||||
| | * | Fix OS X Recognizing keyboard as Mouse/Tablet | Travis La Marr | 2016-07-15 | 1 | -2/+2 |
| |/ |/| | | | | | | | | | | | Modified the LUFA USB HID Descriptor to change the logical/usage minimums for System Control from 0x01 (Mouse) to 0x81 (System Power Down), this fixes OS X recognizing the Planck as having a mouse and tablet, even with mousekeys off. | ||||
| * | Merge pull request #521 from exiva/makefile-wait | Jack Humbert | 2016-07-21 | 1 | -0/+4 |
| |\ | | | | | | | Make DFU wait for bootloader | ||||
| | * | Make DFU wait for bootloader | Travis La Marr | 2016-07-15 | 1 | -0/+4 |
| |/ |/| | | | | | | | Added a loop for waiting for the keyboard to be put in bootloader mode, rather than failing out. Makes building keymaps easier. | ||||
| * | Merge pull request #518 from jakllsch/upstream | Jack Humbert | 2016-07-21 | 8 | -13/+20 |
| |\ | | | | | | | keymap_extras changes | ||||
| | * | keymap_dvorak.h: add missing shifted keys, fix whitespace | Jonathan A. Kollasch | 2016-07-14 | 1 | -4/+11 |
| | | | |||||
| | * | extra_keymaps: use RALT() instead of 0x1400 for AltGr | Jonathan A. Kollasch | 2016-07-14 | 7 | -7/+7 |
| | | | |||||
| | * | keymap_extras: add newline at end of files | Jonathan A. Kollasch | 2016-07-14 | 2 | -2/+2 |
| |/ |/| | |||||
| * | Merge pull request #516 from pvinis/tap-dance-anyway | Jack Humbert | 2016-07-21 | 3 | -16/+103 |
|/| | | | | | Tap dance anyway | ||||
| * | add a couple of comments | Pavlos Vinieratos | 2016-07-19 | 1 | -0/+2 |
| | | |||||
| * | on_each_tap_fn is called on tap down and tap up | Pavlos Vinieratos | 2016-07-19 | 1 | -1/+1 |
| | | |||||
| * | add a bit of documentation | Pavlos Vinieratos | 2016-07-19 | 1 | -3/+45 |
| | | |||||
| * | in the default case, it should be called if there is actually a tap | Pavlos Vinieratos | 2016-07-18 | 1 | -2/+2 |
| | | | | | | | | | | dance happening, and in the normal case, it should be called when the tap down is happening. |