Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-23 | cleanup default layout | ||
2016-07-23 | update sethbc keymap | ||
2016-07-21 | Merge pull request #543 from VoodaGod/bone2planck | ||
updated bone2planck | |||
2016-07-21 | Merge pull request #541 from milestogo/master | ||
initial kinisis advantage build | |||
2016-07-21 | Merge pull request #540 from replicaJunction/feature-atreus-keymapFunction | ||
Adjusted Atreus KEYMAP() function. | |||
2016-07-21 | Merge pull request #538 from robertdale/preonic-map-correction | ||
Preonic: Corrected the ascii layout to match the coded layout | |||
2016-07-21 | Merge pull request #536 from pvinis/debug-doc | ||
add some debugging doc, after i found out how to print debug messages | |||
2016-07-21 | Merge pull request #530 from sethbc/master | ||
Misc. fixes from sethbc | |||
2016-07-21 | Merge pull request #529 from CommandLineDesign/CMD60-newKeymap | ||
Added CMD60 keymap | |||
2016-07-21 | Merge pull request #525 from edasque/master | ||
Added Docker as a simple way to build firmwares | |||
2016-07-21 | Merge pull request #522 from exiva/extrakey-macfix | ||
Fix OS X Recognizing keyboard as Mouse/Tablet | |||
2016-07-21 | Merge pull request #521 from exiva/makefile-wait | ||
Make DFU wait for bootloader | |||
2016-07-21 | Merge pull request #518 from jakllsch/upstream | ||
keymap_extras changes | |||
2016-07-21 | Merge pull request #516 from pvinis/tap-dance-anyway | ||
Tap dance anyway | |||
2016-07-20 | adding traveller keyboard | ||
2016-07-20 | fixed include paths | ||
2016-07-20 | reformat | ||
2016-07-20 | updated bone2planck | ||
2016-07-19 | initial kinisis advantage build | ||
2016-07-19 | Adjusted Atreus KEYMAP() function. | ||
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. | |||
2016-07-19 | add a couple of comments | ||
2016-07-19 | on_each_tap_fn is called on tap down and tap up | ||
2016-07-19 | add link to hid_listen | ||
2016-07-19 | added Midi On/Off; Enter is actually transparent | ||
2016-07-19 | Corrected the ascii layout to match the coded layout | ||
2016-07-19 | add some debugging doc, after i found out how to print debug messages | ||
2016-07-19 | add a bit of documentation | ||
2016-07-18 | in the default case, it should be called if there is actually a tap | ||
dance happening, and in the normal case, it should be called when the tap down is happening. | |||
2016-07-17 | don't believe the hex files are posted to qmk.fm | ||
2016-07-17 | update more non-existent readmes for QMK.fm | ||
2016-07-17 | update broken link | ||
2016-07-17 | update audio links | ||
2016-07-17 | update tmk link | ||
2016-07-17 | update link to Vagrant docfile | ||
2016-07-17 | update readmes in certain directories to work with qmk.fm | ||
2016-07-17 | change naming, and remove extraneous definition | ||
2016-07-16 | add custom makefile for sethbc keymap | ||
2016-07-16 | update makefile to default to no virtual dip switches | ||
2016-07-16 | update readme images | ||
2016-07-16 | Fix erroneous character | ||
Must have been keeb testing :) | |||
2016-07-16 | Added CMD60 keymap | ||
2016-07-16 | add an `anyway` and a `reset` callback | ||
when using tap dance, we have the `regular` callback that is called on the last tap. this commit adds an `anyway` callback that is called on every tap, and a `reset` callback that is called on reset of the tap dance taps. | |||
2016-07-16 | in case its NULL | ||
2016-07-15 | Further simplyfying the docker usage | ||
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 | |||
2016-07-15 | Adding Docker build system & documentation | ||
2016-07-15 | Fix OS X Recognizing keyboard as Mouse/Tablet | ||
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. | |||
2016-07-15 | Make DFU wait for bootloader | ||
Added a loop for waiting for the keyboard to be put in bootloader mode, rather than failing out. Makes building keymaps easier. | |||
2016-07-14 | keymap_dvorak.h: add missing shifted keys, fix whitespace | ||
2016-07-14 | extra_keymaps: use RALT() instead of 0x1400 for AltGr | ||
2016-07-14 | keymap_extras: add newline at end of files | ||