summaryrefslogtreecommitdiffstats
path: root/keyboard
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26Update readme.mderlo muvman1-18/+18
2016-07-26Update readme.mderlo muvman1-18/+18
2016-07-26Update readme.mderlo muvman1-6/+0
2016-07-17Update readme. My layout optimized for emacs & vimMazin Bokhari1-0/+1
2016-07-17Update readme. My layout optimized for emacs & vimMazin Bokhari1-27/+61
2016-07-17Merge branch 'master' of https://github.com/mazinbokhari/qmk_firmwareMazin Bokhari1-5/+87
2016-07-17Add caps lock; sucks that there is no light for it...Mazin Bokhari1-6/+2
2016-07-17Remove more keysMazin Bokhari1-9/+9
2016-07-17Move dot in symbol layerMazin Bokhari1-4/+4
2016-07-17Move modifier kyes aroundMazin Bokhari1-7/+7
2016-07-17Remove more unnecessary buttonsMazin Bokhari1-4/+4
2016-07-17Add page up/down and home/end to arrowMazin Bokhari1-7/+7
2016-07-17Change visualMazin Bokhari1-2/+2
2016-07-17Reorganize media keysMazin Bokhari1-13/+13
2016-07-17Remove unnecessary modifiersMazin Bokhari1-8/+8
2016-07-17Edit visual keymapMazin Bokhari1-9/+9
2016-07-17Add arrow keys to layerMazin Bokhari1-1/+1
2016-07-17Minor changesMazin Bokhari1-3/+3
2016-07-17Add empty arrow layer, reorder some keys in media, map layer keysMazin Bokhari1-11/+54
2016-06-23Update readme.mdMazin Bokhari1-1/+1
2016-06-23Update readme.mdMazin Bokhari1-50/+49
2016-06-23Update readme.mdMazin Bokhari1-1/+1
2016-06-23Update readme.mdMazin Bokhari1-1/+14
2016-06-23Update readme.mdMazin Bokhari1-22/+22
2016-06-23Update readme.mdMazin Bokhari1-0/+70
2016-05-26Fix formattingMazin Bokhari1-1/+1
2016-05-26Fix formattingMazin Bokhari1-1/+1
2016-05-25Change bottom keycluster keys to be alt temporarily until a more permanent ↵Mazin Bokhari1-3/+4
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 Bokhari1-0/+2
2016-05-25Add gui macro to bksp and tab (second outter-most keys) on both thumb clustersMazin Bokhari1-2/+2
2016-05-25Tap then hold built-in functionality actually overrides the ctrl/alt/etc. macrosMazin Bokhari1-1/+1
2016-05-25Change mouse clicks to j and kMazin Bokhari1-3/+4
2016-05-25Update layout vizMazin Bokhari1-4/+4
2016-05-25Add todo: windows and nix layersMazin Bokhari1-0/+1
2016-05-25Add todo: override holding macro functionlityMazin Bokhari1-0/+1
2016-05-25Add ctrl macro to spc and ent on thumb cluster (outter-most keys_)Mazin Bokhari1-2/+2
2016-05-25Change rr3c1 from quotes/gui to quotes/ctlMazin Bokhari1-2/+2
2016-05-25Change r3c1 from backspace to esc/controlMazin Bokhari1-4/+4
2016-05-25Change r2c1 from Del to TabMazin Bokhari1-1/+1
2016-05-24Initial commit of keymaps/maz with default configMazin Bokhari4-0/+194
2016-05-24Optimize matrix scanning (#343)Eric Tang13-77/+85
2016-05-20adds petereichinger's planck keymap (#340)Peter3-0/+239
* Add custom keymap * A little readme and remove old layout comments
2016-05-19Merge pull request #324 from Bubblepoint/masterErez Zukerman3-0/+1344
Add adnw/k_o_y layout
2016-05-19adapts unicode to quantum.c (#333)Jack Humbert2-0/+327
* 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-19adds music and audio toggles (#337)Jack Humbert1-20/+28
* 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-18adds KC_NUBS, KC_NUHS and shifted versions to default keymapsJack Humbert3-12/+12
2016-05-17fixes default planck keymapJack Humbert1-1/+0
2016-05-15Folders for each keymap.c file (#332)Jacob Bilger25-1151/+0
* Add folders to keymaps * test * test
2016-05-15cleans up default keymaps (olkb)Jack Humbert4-184/+7
2016-05-15updates midi functionality (#331)Jack Humbert2-2/+9
* 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