Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize matrix scanning (#343) | Eric Tang | 2016-05-23 | 2 | -6/+8 |
| | |||||
* | adds petereichinger's planck keymap (#340) | Peter | 2016-05-20 | 3 | -0/+239 |
| | | | | | | * Add custom keymap * A little readme and remove old layout comments | ||||
* | adapts unicode to quantum.c (#333) | Jack Humbert | 2016-05-18 | 2 | -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 | ||||
* | adds KC_NUBS, KC_NUHS and shifted versions to default keymaps | Jack Humbert | 2016-05-17 | 2 | -8/+8 |
| | |||||
* | fixes default planck keymap | Jack Humbert | 2016-05-16 | 1 | -1/+0 |
| | |||||
* | Folders for each keymap.c file (#332) | Jacob Bilger | 2016-05-15 | 25 | -1151/+0 |
| | | | | | | | | * Add folders to keymaps * test * test | ||||
* | cleans up default keymaps (olkb) | Jack Humbert | 2016-05-15 | 1 | -83/+3 |
| | |||||
* | updates midi functionality (#331) | Jack Humbert | 2016-05-15 | 2 | -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 | ||||
* | adds a sequencer to the music mode (#330) | Jack Humbert | 2016-05-15 | 1 | -69/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Leader key implementation (#326) | Erez Zukerman | 2016-05-15 | 3 | -35/+37 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | adds Bilger321's planck keymap | Jacob Bilger | 2016-05-14 | 4 | -0/+1208 |
| | |||||
* | [planck] adds button for toggling output in plover app (#323) | cwhits | 2016-05-12 | 1 | -3/+8 |
| | | | | | | | | * [planck] toggle plover output in app when toggling plover layer on keyboard * [planck] moved plover toggle to separate key * [planck] renamed toggle button | ||||
* | Backlight Breathing for Planck and Atomic | Jack Humbert | 2016-05-09 | 7 | -10/+635 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * adds backlight pulse to planck | ||||
* | Clarified audio.c (#302) | IBNobody | 2016-05-03 | 3 | -4/+5 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | moves backlight functionality to keyboard files and updates template makefile | Jack Humbert | 2016-04-29 | 4 | -65/+62 |
| | | | | previously there were two backlight.c files (bad) | ||||
* | fixes plover start sound | Jack Humbert | 2016-04-29 | 1 | -3/+1 |
| | |||||
* | removes extra voices, updates .hex files | Jack Humbert | 2016-04-29 | 3 | -3143/+3177 |
| | |||||
* | adds condition to one last audio ref in planck default | Jack Humbert | 2016-04-28 | 1 | -1/+3 |
| | |||||
* | Updated personal layouts (#291) | IBNobody | 2016-04-27 | 4 | -179/+640 |
| | |||||
* | adds revisions of .hex files for planck/preonic | Jack Humbert | 2016-04-25 | 4 | -0/+6848 |
| | |||||
* | removes old .hex files | Jack Humbert | 2016-04-25 | 2 | -3340/+0 |
| | |||||
* | updates planck default keymap | Jack Humbert | 2016-04-25 | 1 | -19/+18 |
| | |||||
* | adds voice iteration to planck default | Jack Humbert | 2016-04-23 | 1 | -4/+24 |
| | |||||
* | Update functions used to write to EEPROM | Eric Tang | 2016-04-21 | 1 | -2/+2 |
| | |||||
* | sounds for plover layout | Jack Humbert | 2016-04-20 | 1 | -27/+12 |
| | |||||
* | makes the plover keymap correct | Jack Humbert | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | fixed startup audio with a 500ms delay | Jack Humbert | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | breaking changes - restructuring audio.c a little | Jack Humbert | 2016-04-19 | 1 | -12/+12 |
| | |||||
* | updated comments about plover | Jack Humbert | 2016-04-19 | 1 | -2/+2 |
| | |||||
* | added plover to default layout | Jack Humbert | 2016-04-19 | 2 | -14/+62 |
| | |||||
* | Added extra songs, LED indicator notes | IBNobody | 2016-04-17 | 1 | -19/+5 |
| | |||||
* | planck default layout updates | Jack Humbert | 2016-04-17 | 2 | -64/+123 |
| | |||||
* | no need for length of play_notes array with macro | Jack Humbert | 2016-04-16 | 1 | -5/+5 |
|\ | |||||
* | | changes to play_notes, goodbye | Jack Humbert | 2016-04-16 | 1 | -5/+5 |
|/ | |||||
* | rests between notes as an argument | Jack Humbert | 2016-04-16 | 1 | -5/+5 |
| | |||||
* | Adding Musical Notes | IBNobody | 2016-04-16 | 3 | -71/+159 |
|\ | |||||
| * | MAGIC functionality, AG swap in default layout | Jack Humbert | 2016-04-16 | 1 | -32/+0 |
| | | |||||
| * | Merge pull request #257 from VoodaGod/bone2planck | Jack Humbert | 2016-04-16 | 1 | -0/+112 |
| |\ | | | | | | | Bone2 Layout adptation for Planck | ||||
| | * | My Attempt at adapting the Bone2 layout with Neo2 navigation cluster & ↵ | Jason Janse van Rensburg | 2016-04-16 | 1 | -0/+112 |
| | | | | | | | | | | | | | | | | | | number block to the Planck. Very much a WIP, will most likely start tweaking further once my Planck kit has dropped | ||||
| * | | new defaults for planck and preonic | Jack Humbert | 2016-04-16 | 1 | -31/+43 |
| | | | |||||
| * | | audio enable stored in eeprom | Jack Humbert | 2016-04-15 | 1 | -1/+6 |
| |/ | |||||
| * | [Erez & Jack] Makes tri-layer available across Quantum | Erez Zukerman | 2016-04-07 | 1 | -9/+0 |
| | | |||||
* | | Added Audio to my Atomic | IBNobody | 2016-04-15 | 1 | -30/+1 |
| | | |||||
* | | Prepping for merge with new_defaults | IBNobody | 2016-04-15 | 3 | -50/+63 |
|\| | |||||
| * | audio note length fixes | Jack Humbert | 2016-04-15 | 1 | -23/+23 |
| | | |||||
| * | the spacessss | Jack Humbert | 2016-04-15 | 2 | -28/+41 |
| | | |||||
| * | bootmagic somehow not getting enabled, so adding eeconfig to backlight src ↵ | Jack Humbert | 2016-04-14 | 2 | -10/+4 |
| | | | | | | | | include cond | ||||
| * | might have broken something | Jack Humbert | 2016-04-14 | 2 | -3/+4 |
| | | |||||
* | | fixed merging | IBNobody | 2016-04-14 | 3 | -20/+186 |
|\ \ | |||||
| * | | Merge remote-tracking branch 'remotes/jackhumbert/new_defaults' | IBNobody | 2016-04-14 | 3 | -41/+183 |
| |\| |