| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-26 | ergodox_ez: Add a SuperCoder keymap | ||
| Inspired by @faxm0dem, and the SuperCoder 2000 "keyboard". Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
| 2016-05-26 | Fix formatting | ||
| 2016-05-26 | Fix formatting | ||
| 2016-05-25 | Merge pull request #351 from adiabatic/master | ||
| Add KC_DQUO ("); update Zweihander | |||
| 2016-05-25 | Add single and double quotes to numpad layer | ||
| …as well as recover from a bunch of Git user errors. | |||
| 2016-05-25 | Add double quote for everyone; update Zweihander | ||
| 2016-05-25 | Change bottom keycluster keys to be alt temporarily until a more permanent ↵ | ||
| solution is though up... although you just now lost your arrow keys, so idk what to do about that tomorrow lol | |||
| 2016-05-25 | Add notes | ||
| 2016-05-25 | Add gui macro to bksp and tab (second outter-most keys) on both thumb clusters | ||
| 2016-05-25 | Tap then hold built-in functionality actually overrides the ctrl/alt/etc. macros | ||
| 2016-05-25 | Change mouse clicks to j and k | ||
| 2016-05-25 | Update layout viz | ||
| 2016-05-25 | Add todo: windows and nix layers | ||
| 2016-05-25 | Add todo: override holding macro functionlity | ||
| 2016-05-25 | Add ctrl macro to spc and ent on thumb cluster (outter-most keys_) | ||
| 2016-05-25 | Change rr3c1 from quotes/gui to quotes/ctl | ||
| 2016-05-25 | Change r3c1 from backspace to esc/control | ||
| 2016-05-25 | Change r2c1 from Del to Tab | ||
| 2016-05-24 | [Erez & Jack] Removes keyboards which are not active on qmk | ||
| 2016-05-24 | [Erez & Jack] Optimizes shift_interrupted array | ||
| 2016-05-24 | [Erez & Jack] Packages Space Cadet shifts into keycodes | ||
| 2016-05-24 | [Erez & Jack] Documents new Leader key functionality | ||
| 2016-05-24 | Merge remote-tracking branch 'remotes/jackhumbert/master' | ||
| 2016-05-24 | Merge remote-tracking branch 'remotes/jackhumbert/master' | ||
| 2016-05-24 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
| 2016-05-24 | Converted audio play functions to *_user (#349) | ||
| * 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-24 | Clean up #343's code (#348) | ||
| 2016-05-24 | Initial commit of keymaps/maz with default config | ||
| 2016-05-23 | updates midi in play_note to better octave | ||
| 2016-05-23 | Optimize matrix scanning (#343) | ||
| 2016-05-20 | adds petereichinger's planck keymap (#340) | ||
| * Add custom keymap * A little readme and remove old layout comments | |||
| 2016-05-19 | Merge pull request #324 from Bubblepoint/master | ||
| Add adnw/k_o_y layout | |||
| 2016-05-19 | fixed small bug with AUDIO_ENABLED (#339) | ||
| 2016-05-18 | adapts unicode to quantum.c (#333) | ||
| * 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-18 | outputs size when make dfuing | ||
| 2016-05-18 | adds music and audio toggles (#337) | ||
| * 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-18 | Added Swiss-German keymap. (#335) | ||
| 2016-05-18 | Add callback function for emulator drawing | ||
| 2016-05-18 | Add custom led and lcd display support | ||
| 2016-05-17 | adds KC_NUBS, KC_NUHS and shifted versions to default keymaps | ||
| 2016-05-17 | Fix crash when event listener not created | ||
| 2016-05-17 | Build lcd_backlight_hal_emulator.c | ||
| When the emulator is set, instead of the lcd_backlight_hal.c file. | |||
| 2016-05-17 | Enable and fix compilation of more files | ||
| 2016-05-17 | Use ugfx API instead of chibios | ||
| 2016-05-16 | fixes default planck keymap | ||
| 2016-05-16 | Makefile changes to support emulator build | ||
| 2016-05-15 | Add function to check if the keyboard is a master | ||
| 2016-05-15 | Merge branch 'master' into led | ||
| 2016-05-15 | Merge branch 'chibios-contrib' | ||
| 2016-05-15 | Update include dir for new serial_link include | ||