aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-05-28Corrects linksGravatar Erez Zukerman
2016-05-28Adds a roadmap to the intro section of the docsGravatar Erez Zukerman
2016-05-28makes .SILENT (less verbose) by default - override with VERBOSE=1Gravatar Jack Humbert
also took out some @echo newlines to make things a bit cleaner
2016-05-28process_record implementation (non-breaking for process_action ATM)Gravatar Jack Humbert
2016-05-28updates quantum template to prevent backlight conflictsGravatar Jack Humbert
2016-05-28brings alps64 up-to-date (needs testing)Gravatar Jack Humbert
2016-05-28ergodox_ez: added dvorak_spanish layoutGravatar jorge
2016-05-26removes duplicate double quote and odd whitespaceGravatar Jack Humbert
2016-05-26ergodox_ez/algernon: Add a HEX fileGravatar Gergely Nagy
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-05-26ergodox_ez/algernon: New layout.Gravatar Gergely Nagy
This is a squashed up version of the layout I have been working on for the past month or so. Based on Dvorak, with a lot of unconventional stuff thrown in for good measures. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-05-26Merge pull request #352 from algernon/ergodox-ez/supercoderGravatar Erez Zukerman
ergodox_ez: Add a SuperCoder keymap
2016-05-26ergodox_ez: Add a SuperCoder keymapGravatar Gergely Nagy
Inspired by @faxm0dem, and the SuperCoder 2000 "keyboard". Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-05-25Merge pull request #351 from adiabatic/masterGravatar Erez Zukerman
Add KC_DQUO ("); update Zweihander
2016-05-25Add single and double quotes to numpad layerGravatar Nathan Sharfi
…as well as recover from a bunch of Git user errors.
2016-05-25Add double quote for everyone; update ZweihanderGravatar Nathan Sharfi
2016-05-24[Erez & Jack] Removes keyboards which are not active on qmkGravatar Erez Zukerman
2016-05-24[Erez & Jack] Optimizes shift_interrupted arrayGravatar Erez Zukerman
2016-05-24[Erez & Jack] Packages Space Cadet shifts into keycodesGravatar Erez Zukerman
2016-05-24[Erez & Jack] Documents new Leader key functionalityGravatar Erez Zukerman
2016-05-24Converted audio play functions to *_user (#349)Gravatar Jack Humbert
* Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs * Usability tweaks * TWEAE * nightly added extra kcs to keymap common * turned on Plank audio * Added backlight breathing to atomic * reverted accidental merge * Added music and audio toggles to Quantum.c * Redid the audio callbacks * Adjusted default planck layout to use the user tone naming * tabs to spaces * Rewrote the ALL recipe to allow for faster parallel make * tabs to spaces * Renamed custom event functions to be 'startup_user' and 'shutdown_user'. Also moved the prototypes around. * Tweaked pvc atomic layout to work with the pvc planck. * updates midi scale calling
2016-05-24Clean up #343's code (#348)Gravatar Eric Tang
2016-05-23updates midi in play_note to better octaveGravatar Jack Humbert
2016-05-23Optimize matrix scanning (#343)Gravatar Eric Tang
2016-05-20adds petereichinger's planck keymap (#340)Gravatar Peter
* Add custom keymap * A little readme and remove old layout comments
2016-05-19Merge pull request #324 from Bubblepoint/masterGravatar Erez Zukerman
Add adnw/k_o_y layout
2016-05-19fixed small bug with AUDIO_ENABLED (#339)Gravatar purpleP
2016-05-18adapts unicode to quantum.c (#333)Gravatar Jack Humbert
* Unicode to have unicode input you need to: - set your OS input method to UNICODE if needed - enable unicode in your makefile - copy the action_function from keyboard/planck/keymaps/unicode/unicode.c to your keymap.c set the target OS method in your keymap.c: void matrix_init_user() { set_unicode_mode(UC_OSX); } you can then switch when you want with: set_unicode_mode(UC_OSX); set_unicode_mode(UC_LNX); set_unicode_mode(UC_WIN); put some unicode codes in your keymap like so: UC(0x0061) I did change the bit mask in quantum/keymap_common.c and .h I’m afraid we will need uint32 to get a total support for all unicode tables or relocate the handler as @mbarkhau did. * rearranges keycode values, hooks-up unicode * removes extra lalt ref * adds unicode shortcuts and example
2016-05-18outputs size when make dfuingGravatar Jack Humbert
2016-05-18adds music and audio toggles (#337)Gravatar Jack Humbert
* Updated personal layouts * tweaked personal * Nightly - Audio Cleanup Refactored the LUTs. Abstracted some of the registers out of audio to use more functional names. Split audio into audio and audio_pwm. WIP * nightly - collapsed code * Added check for note playing to LEDs * Usability tweaks * TWEAE * nightly added extra kcs to keymap common * turned on Plank audio * Added backlight breathing to atomic * reverted accidental merge * Added music and audio toggles to Quantum.c * Redid the audio callbacks * music/audio_on_user
2016-05-18Added Swiss-German keymap. (#335)Gravatar heartsekai
2016-05-17adds KC_NUBS, KC_NUHS and shifted versions to default keymapsGravatar Jack Humbert
2016-05-16fixes default planck keymapGravatar Jack Humbert
2016-05-15Folders for each keymap.c file (#332)Gravatar Jacob Bilger
* Add folders to keymaps * test * test
2016-05-15cleans up default keymaps (olkb)Gravatar Jack Humbert
2016-05-15updates midi functionality (#331)Gravatar Jack Humbert
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * moves midi stuff to quantum.c * adds additional scales for midi
2016-05-15splits process_action up to handle records separately (#329)Gravatar Jack Humbert
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * splits up process_action to allow independent processing of actions * merging?
2016-05-15adds a sequencer to the music mode (#330)Gravatar Jack Humbert
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * adds music sequencer functionality * implements audio/music functions in quantum.c * Merge branch 'master' into process-record
2016-05-15Leader key implementation (#326)Gravatar Erez Zukerman
* implements leader key for planck experimental * allows override of leader timeout * adds ability to use the leader key in seq * fixes leader keycode * adds chording prototype * fixes keycode detection * moves music mode to quantum.c * disables chording by default * updates process_action functions to return bool
2016-05-14Adds explanatory note re history of TMK and QMKGravatar Erez Zukerman
2016-05-14adds Bilger321's planck keymapGravatar Jacob Bilger
2016-05-14readme addedGravatar Tobias Matt
2016-05-13Merge pull request #320 from Townk/townkmapGravatar Erez Zukerman
Townkmap
2016-05-13Merge pull request #317 from Twey/masterGravatar Erez Zukerman
Updates to `keymaps/twey` to the media layer and for Plover 3.0
2016-05-13Merge pull request #307 from sboesebeck/masterGravatar Erez Zukerman
minor change to default layouts
2016-05-13Merge remote-tracking branch 'upstream/master'Gravatar Tobias Matt
2016-05-12[planck] adds button for toggling output in plover app (#323)Gravatar cwhits
* [planck] toggle plover output in app when toggling plover layer on keyboard * [planck] moved plover toggle to separate key * [planck] renamed toggle button
2016-05-11Remove unused variable on the keymap.Gravatar Thiago Alves
2016-05-11Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareGravatar Stephan Bösebeck
2016-05-11Add an initial Readme to the keymap.Gravatar Thiago Alves
2016-05-10[Erez & Jack] Documents audio outputGravatar Erez Zukerman