Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout(preonic): blake-newman's layout (#2483) | Blake Newman | 2018-03-07 | 4 | -0/+403 |
| | | | | | | | | | | | | | | | * layout(preonic): blake-newman's layout - Add keymap - Add Number Pad layout - Reconfigure other layouts to my opinionated style - Add `readme.md` with layout information * layout(preonic): blake-newman's layout - Move enter to `raise + space` / `lower + space` - Replace `enter` to `right shift` - Explicitly map modifier keys | ||||
* | layout(preonic): dudeofawesome's layout (#2449) | Louis Orleans | 2018-03-01 | 4 | -0/+350 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 🎉 duplicate default Preonic keymap * ✨ add Workman layout * 🚚 swap backspace and delete * ✨ enable hold enter for shift * 🚚 swap media play and next * 💄 use Planck startup sound * 💄 add Workman layer sound * ✨ add numpad layer * 💄 add new workman sound * 📝 add README * 🎨 fix layout formatting * 📝 add image of numpad layer * 📦 changing chibios submodule version to match upstream/master's version * ✨ add caps lock key on adjust layer * ✨ reworking numpad layer to match a real numpad * ✨ add double tap to activate numpad * 📝 fix layout comments * 📝 update numpad layer render * ✨ adding operator keys to left hand on numpad * 🎨 shorten numpad keycodes | ||||
* | backlight breathing overhaul (#2187) | Balz Guenat | 2018-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness | ||||
* | shrink preonic by a bit | Jack Humbert | 2017-11-14 | 2 | -5/+2 |
| | |||||
* | QMK DFU bootloader generation (#2009) | Jack Humbert | 2017-11-14 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | * adds :bootloader target * update planck and preonic revisions * remove references to .h files for planck * update preonic keymap * only add keyboard.h files that exist * add production target * hook things up with the new lufa variables * update rules for planck/preonic * back backlight key turn of status led when pressed * add manufacturer/product strings to bootloader | ||||
* | remove all makefiles from keyboard directories | Jack Humbert | 2017-09-27 | 10 | -177/+0 |
| | |||||
* | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 2017-09-08 | 9 | -0/+154 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard | ||||
* | Remove PLAY_NOTE_ARRAY usages to get rid of warning. | Joe Wasson | 2017-08-20 | 9 | -57/+57 |
| | |||||
* | Merge pull request #1601 from dlaroe/master | Jack Humbert | 2017-08-19 | 4 | -0/+352 |
|\ | | | | | My keymaps only | ||||
| * | Added Preonic Makefile and readme.md | 2017-08-18 | 2 | -2/+25 | |
| | | |||||
| * | Updated keymaps with second LOWER for the right hand | 2017-08-18 | 1 | -5/+5 | |
| | | |||||
| * | First Update | 2017-07-24 | 4 | -0/+329 | |
| | | |||||
* | | adds music mode, music mode songs, music mask | Jack Humbert | 2017-07-23 | 2 | -11/+14 |
| | | |||||
* | | remove unneccesary headers | Jack Humbert | 2017-07-23 | 1 | -4/+0 |
| | | |||||
* | | clean-up planck and preonic keymaps, move audio stuff around | Jack Humbert | 2017-07-23 | 2 | -76/+29 |
|/ | |||||
* | preonic map | Nick Choi | 2017-05-23 | 4 | -0/+254 |
| | |||||
* | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 8 | -29/+29 |
| | | | | Fixes #1201. | ||||
* | Fix warnings in CMD-Preonic | Fred Sundvik | 2017-04-13 | 1 | -5/+5 |
| | | | | | The startup_sound is defined using MUSICAL_NOTEs, since non-constant initializer expressions are not allowed in C. | ||||
* | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-04-02 | 9 | -80/+854 |
|\ | |||||
| * | Worked around some new Makefile issues. | nielsenz | 2017-03-30 | 3 | -28/+28 |
| | | |||||
| * | Merge branch 'master' into to_push | Zay950 | 2017-03-29 | 9 | -29/+522 |
| |\ | |||||
| | * | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | 2017-03-28 | 3 | -0/+87 |
| | |\ | | | | | | | | | Flesh out MIDI support | ||||
| | | * | Update existing keymaps | Gabriel Young | 2017-02-25 | 3 | -0/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime) | ||||
| | * | | Update smt keymap READMEs | Stephen Tudor | 2017-03-08 | 2 | -29/+52 |
| | | | | |||||
| | * | | Update smt keymaps for consistency | Stephen Tudor | 2017-03-08 | 1 | -52/+91 |
| | |/ | |||||
| * | | Missed removing a function | Zach Nielsen | 2016-11-10 | 1 | -23/+0 |
| | | | |||||
| * | | Removed some common functions from my keymap | nielsenz | 2016-11-10 | 2 | -11/+2 |
| | | | |||||
| * | | Missed some stuff. Added a song (stole it from reddit). | Zach Nielsen | 2016-11-10 | 2 | -61/+2 |
| | | | |||||
| * | | Adding my (zach) keymaps for planck and preonic | Zach Nielsen | 2016-11-10 | 4 | -0/+716 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2017-02-10 | 4 | -6/+372 |
|\ \ \ | | |/ | |/| | |||||
| * | | s/Bkps/Bksp | Stephen Tudor | 2017-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | Carry over Planck updates to my Preonic keymap | Stephen Tudor | 2017-01-28 | 2 | -22/+50 |
| | | | |||||
| * | | replace jackhumbert with qmk | Jack Humbert | 2017-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1033 from smt/smt/preonic | Jack Humbert | 2017-01-26 | 3 | -0/+335 |
| |\ \ | | | | | | | | | Add smt's keymap for Preonic | ||||
| | * | | Remove COLEMAK from preonic_keycodes enum | Stephen Tudor | 2017-01-25 | 1 | -1/+0 |
| | | | | |||||
| | * | | Update readme for smt Preonic keymap | Stephen Tudor | 2017-01-25 | 1 | -1/+85 |
| | | | | |||||
| | * | | Add smt keymap for Preonic | Stephen Tudor | 2017-01-25 | 3 | -0/+252 |
| | | | | |||||
| * | | | layer defines to enum | Jack Humbert | 2017-01-25 | 1 | -6/+9 |
| |/ / | |||||
* | | | Added RGB Underglow to my Preonic | Xyverz | 2017-02-10 | 3 | -15/+59 |
| | | | |||||
* | | | Usaility changes to keymap, tidying up a bit. | xyverz | 2017-01-08 | 1 | -12/+12 |
| | | | |||||
* | | | Changes | xyverz | 2016-12-13 | 2 | -128/+65 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' | xyverz | 2016-12-06 | 2 | -23/+1 |
|\| | | |||||
| * | | separated into api files/folder | Jack Humbert | 2016-11-26 | 1 | -22/+0 |
| | | | |||||
| * | | rgb light through midi | Jack Humbert | 2016-11-17 | 1 | -1/+1 |
| |/ | |||||
* | | Merge remote-tracking branch 'upstream/master' | xyverz | 2016-11-16 | 3 | -27/+118 |
|\| | |||||
| * | 1.2 update | jacwib | 2016-10-23 | 3 | -20/+105 |
| | | |||||
| * | Update readme to reflect 1.1 changes. | jacwib | 2016-10-22 | 1 | -1/+1 |
| | | |||||
| * | Update keymap to reflect 1.1 changes. | jacwib | 2016-10-22 | 1 | -9/+9 |
| | | |||||
| * | Update readme to reflect changes | jacwib | 2016-10-22 | 1 | -0/+6 |
| | | |||||
* | | Add files via upload | Xyverz | 2016-10-18 | 1 | -2/+2 |
|/ | | | Minor layout changes |