Commit Graph

2105 Commits (c72c9a7375a96e767071209c5bece652afd3788c)
 

Author SHA1 Message Date
Mazin Bokhari c72c9a7375 Update readme.md 8 years ago
Mazin Bokhari b43b8bdd17 Update readme.md 8 years ago
Mazin Bokhari 521a56f5eb Update readme.md 8 years ago
Mazin Bokhari 5988820c99 Update readme.md 8 years ago
Mazin Bokhari ac02b0f397 Fix formatting 8 years ago
Mazin Bokhari 733596d800 Fix formatting 8 years ago
Mazin Bokhari 66f9cdd041 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 8 years ago
Mazin Bokhari 59dc19940a Add notes 8 years ago
Mazin Bokhari fbbd32376b Add gui macro to bksp and tab (second outter-most keys) on both thumb clusters 8 years ago
Mazin Bokhari 09e172f56a Tap then hold built-in functionality actually overrides the ctrl/alt/etc. macros 8 years ago
Mazin Bokhari 03aeb40516 Change mouse clicks to j and k 8 years ago
Mazin Bokhari fd44d1cb39 Update layout viz 8 years ago
Mazin Bokhari 5486b9e80e Add todo: windows and nix layers 8 years ago
Mazin Bokhari fbbfb3cbad Add todo: override holding macro functionlity 8 years ago
Mazin Bokhari 514a7038b1 Add ctrl macro to spc and ent on thumb cluster (outter-most keys_) 8 years ago
Mazin Bokhari 0b68db4e43 Change rr3c1 from quotes/gui to quotes/ctl 8 years ago
Mazin Bokhari 3b0fd160df Change r3c1 from backspace to esc/control 8 years ago
Mazin Bokhari f5e486b50d Change r2c1 from Del to Tab 8 years ago
Mazin Bokhari 8090fb82ff Initial commit of keymaps/maz with default config 8 years ago
Jack Humbert 897f5b2f9d updates midi in play_note to better octave 8 years ago
Eric Tang aaa758f1d3 Optimize matrix scanning (#343) 8 years ago
Peter d66aa0abf9 adds petereichinger's planck keymap (#340)
* Add custom keymap

* A little readme and remove old layout comments
8 years ago
Erez Zukerman ed349f0c3d Merge pull request #324 from Bubblepoint/master
Add adnw/k_o_y layout
8 years ago
purpleP 0275d444d7 fixed small bug with AUDIO_ENABLED (#339) 8 years ago
Jack Humbert b732b79b49 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
8 years ago
Jack Humbert bf545061f2 outputs size when make dfuing 8 years ago
Jack Humbert 0428214b90 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
8 years ago
heartsekai 465aabe11d Added Swiss-German keymap. (#335) 8 years ago
Jack Humbert fe9b1482fd adds KC_NUBS, KC_NUHS and shifted versions to default keymaps 8 years ago
Jack Humbert 2425fd295a fixes default planck keymap 8 years ago
Jacob Bilger b79400e0e9 Folders for each keymap.c file (#332)
* Add folders to keymaps

* test

* test
8 years ago
Jack Humbert e2aa980ad5 cleans up default keymaps (olkb) 8 years ago
Jack Humbert fde477a927 updates midi functionality (#331)
* 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
8 years ago
Jack Humbert bf5c2ccee5 splits process_action up to handle records separately (#329)
* 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?
8 years ago
Jack Humbert 15719f3574 adds a sequencer to the music mode (#330)
* 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
8 years ago
Erez Zukerman 1a8c0dd22d Leader key implementation (#326)
* 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
8 years ago
Erez Zukerman 79d26f331a Adds explanatory note re history of TMK and QMK 8 years ago
Jacob Bilger c7d2c79d34 adds Bilger321's planck keymap 8 years ago
Tobias Matt 26e315a6bb readme added 8 years ago
Erez Zukerman 6e72586b6b Merge pull request #320 from Townk/townkmap
Townkmap
8 years ago
Erez Zukerman 9746cd5323 Merge pull request #317 from Twey/master
Updates to `keymaps/twey` to the media layer and for Plover 3.0
8 years ago
Erez Zukerman 7b2cdca744 Merge pull request #307 from sboesebeck/master
minor change to default layouts
8 years ago
Tobias Matt 65645fb8ca Merge remote-tracking branch 'upstream/master' 8 years ago
cwhits 69f05e1afd [planck] adds button for toggling output in plover app (#323)
* [planck] toggle plover output in app when toggling plover layer on keyboard

* [planck] moved plover toggle to separate key

* [planck] renamed toggle button
8 years ago
Thiago Alves f70dec3ee9 Remove unused variable on the keymap. 8 years ago
Stephan Bösebeck d09d2da1c2 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware 8 years ago
Thiago Alves c7d52fda9e Add an initial Readme to the keymap. 8 years ago
Erez Zukerman 5845eb05b5 [Erez & Jack] Documents audio output 8 years ago
Thiago Alves 4a041f65e2 Tweak some key positions and changed macro location.
After using the layout a while I learn that the - and = positions should be
swapped since I keep typing = when I intend to type -.

I also, removed the only macro from the top left on the right hand to put the
power button there and since I never use the arrow keys on the separated groups
of keys, I added 4 macros there to get a feel for it.
8 years ago
Thiago Alves 75384689b2 Add custom config.h and revert the changes on the global one.
Some options I defined on the config.h file don't make much sense to other
keymaps so I revert the global config.h and add those options on the keymap
custom one.
8 years ago