summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-26Merge pull request #352 from algernon/ergodox-ez/supercoderErez Zukerman
ergodox_ez: Add a SuperCoder keymap
2016-05-26ergodox_ez: Add a SuperCoder keymapGergely Nagy
Inspired by @faxm0dem, and the SuperCoder 2000 "keyboard". Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-05-26Fix formattingMazin Bokhari
2016-05-26Fix formattingMazin Bokhari
2016-05-25Merge pull request #351 from adiabatic/masterErez Zukerman
Add KC_DQUO ("); update Zweihander
2016-05-25Add single and double quotes to numpad layerNathan Sharfi
…as well as recover from a bunch of Git user errors.
2016-05-25Add double quote for everyone; update ZweihanderNathan Sharfi
2016-05-25Change bottom keycluster keys to be alt temporarily until a more permanent ↵Mazin Bokhari
solution is though up... although you just now lost your arrow keys, so idk what to do about that tomorrow lol
2016-05-25Add notesMazin Bokhari
2016-05-25Add gui macro to bksp and tab (second outter-most keys) on both thumb clustersMazin Bokhari
2016-05-25Tap then hold built-in functionality actually overrides the ctrl/alt/etc. macrosMazin Bokhari
2016-05-25Change mouse clicks to j and kMazin Bokhari
2016-05-25Update layout vizMazin Bokhari
2016-05-25Add todo: windows and nix layersMazin Bokhari
2016-05-25Add todo: override holding macro functionlityMazin Bokhari
2016-05-25Add ctrl macro to spc and ent on thumb cluster (outter-most keys_)Mazin Bokhari
2016-05-25Change rr3c1 from quotes/gui to quotes/ctlMazin Bokhari
2016-05-25Change r3c1 from backspace to esc/controlMazin Bokhari
2016-05-25Change r2c1 from Del to TabMazin Bokhari
2016-05-24[Erez & Jack] Removes keyboards which are not active on qmkErez Zukerman
2016-05-24[Erez & Jack] Optimizes shift_interrupted arrayErez Zukerman
2016-05-24[Erez & Jack] Packages Space Cadet shifts into keycodesErez Zukerman
2016-05-24[Erez & Jack] Documents new Leader key functionalityErez Zukerman
2016-05-24Converted audio play functions to *_user (#349)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)Eric Tang
2016-05-24Initial commit of keymaps/maz with default configMazin Bokhari
2016-05-23updates midi in play_note to better octaveJack Humbert
2016-05-23Optimize matrix scanning (#343)Eric Tang
2016-05-20adds petereichinger's planck keymap (#340)Peter
* Add custom keymap * A little readme and remove old layout comments
2016-05-19Merge pull request #324 from Bubblepoint/masterErez Zukerman
Add adnw/k_o_y layout
2016-05-19fixed small bug with AUDIO_ENABLED (#339)purpleP
2016-05-18adapts unicode to quantum.c (#333)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 dfuingJack Humbert
2016-05-18adds music and audio toggles (#337)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)heartsekai
2016-05-18Add callback function for emulator drawingFred Sundvik
2016-05-18Add custom led and lcd display supportFred Sundvik
2016-05-17adds KC_NUBS, KC_NUHS and shifted versions to default keymapsJack Humbert
2016-05-17Fix crash when event listener not createdFred Sundvik
2016-05-17Build lcd_backlight_hal_emulator.cFred Sundvik
When the emulator is set, instead of the lcd_backlight_hal.c file.
2016-05-17Enable and fix compilation of more filesFred Sundvik
2016-05-17Use ugfx API instead of chibiosFred Sundvik
2016-05-16fixes default planck keymapJack Humbert
2016-05-16Makefile changes to support emulator buildFred Sundvik
2016-05-15Add function to check if the keyboard is a masterFred Sundvik
2016-05-15Merge branch 'master' into ledFred Sundvik
2016-05-15Merge branch 'chibios-contrib'Fred Sundvik
2016-05-15Update include dir for new serial_link includeFred Sundvik
2016-05-15Configurable visualizer thread priorityFred Sundvik
2016-05-15Rename system to serial_linkFred Sundvik
Also combined driver.h with serial_link.h