Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-17 | Merge branch 'master' of https://github.com/mazinbokhari/qmk_firmware | Mazin Bokhari | |
2016-07-17 | Add caps lock; sucks that there is no light for it... | Mazin Bokhari | |
2016-07-17 | Remove more keys | Mazin Bokhari | |
2016-07-17 | Move dot in symbol layer | Mazin Bokhari | |
2016-07-17 | Move modifier kyes around | Mazin Bokhari | |
2016-07-17 | Remove more unnecessary buttons | Mazin Bokhari | |
2016-07-17 | Add page up/down and home/end to arrow | Mazin Bokhari | |
2016-07-17 | Change visual | Mazin Bokhari | |
2016-07-17 | Reorganize media keys | Mazin Bokhari | |
2016-07-17 | Remove unnecessary modifiers | Mazin Bokhari | |
2016-07-17 | Edit visual keymap | Mazin Bokhari | |
2016-07-17 | Add arrow keys to layer | Mazin Bokhari | |
2016-07-17 | Minor changes | Mazin Bokhari | |
2016-07-17 | Add empty arrow layer, reorder some keys in media, map layer keys | Mazin Bokhari | |
2016-06-22 | Update readme.md | Mazin Bokhari | |
2016-06-22 | Update readme.md | Mazin Bokhari | |
2016-06-22 | Update readme.md | Mazin Bokhari | |
2016-06-22 | Update readme.md | Mazin Bokhari | |
2016-06-22 | Update readme.md | Mazin Bokhari | |
2016-06-22 | Update readme.md | Mazin Bokhari | |
2016-05-26 | Fix formatting | Mazin Bokhari | |
2016-05-26 | Fix formatting | Mazin Bokhari | |
2016-05-25 | Change 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-25 | Add notes | Mazin Bokhari | |
2016-05-25 | Add gui macro to bksp and tab (second outter-most keys) on both thumb clusters | Mazin Bokhari | |
2016-05-25 | Tap then hold built-in functionality actually overrides the ctrl/alt/etc. macros | Mazin Bokhari | |
2016-05-25 | Change mouse clicks to j and k | Mazin Bokhari | |
2016-05-25 | Update layout viz | Mazin Bokhari | |
2016-05-25 | Add todo: windows and nix layers | Mazin Bokhari | |
2016-05-25 | Add todo: override holding macro functionlity | Mazin Bokhari | |
2016-05-25 | Add ctrl macro to spc and ent on thumb cluster (outter-most keys_) | Mazin Bokhari | |
2016-05-25 | Change rr3c1 from quotes/gui to quotes/ctl | Mazin Bokhari | |
2016-05-25 | Change r3c1 from backspace to esc/control | Mazin Bokhari | |
2016-05-25 | Change r2c1 from Del to Tab | Mazin Bokhari | |
2016-05-24 | Initial commit of keymaps/maz with default config | Mazin Bokhari | |
2016-05-23 | Optimize matrix scanning (#343) | Eric Tang | |
2016-05-20 | adds petereichinger's planck keymap (#340) | Peter | |
* Add custom keymap * A little readme and remove old layout comments | |||
2016-05-19 | Merge pull request #324 from Bubblepoint/master | Erez Zukerman | |
Add adnw/k_o_y layout | |||
2016-05-18 | adapts 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-18 | adds 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-17 | adds KC_NUBS, KC_NUHS and shifted versions to default keymaps | Jack Humbert | |
2016-05-16 | fixes default planck keymap | Jack Humbert | |
2016-05-15 | Folders for each keymap.c file (#332) | Jacob Bilger | |
* Add folders to keymaps * test * test | |||
2016-05-15 | cleans up default keymaps (olkb) | Jack Humbert | |
2016-05-15 | updates midi functionality (#331) | 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-15 | adds a sequencer to the music mode (#330) | 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-15 | Leader key implementation (#326) | 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-14 | adds Bilger321's planck keymap | Jacob Bilger | |
2016-05-14 | readme added | Tobias Matt | |
2016-05-13 | Merge pull request #320 from Townk/townkmap | Erez Zukerman | |
Townkmap |