Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #153 from spydon/xmonad_keymap | Jack Humbert | 2016-02-21 | 1 | -0/+64 |
|\ | | | | | Keymap optimized for xmonad | ||||
| * | Added a keymap optimized for xmonad | Lukas Klingsbo | 2016-02-18 | 1 | -0/+64 |
| | | | | | | | | | | | | The M(1) function changes layer temporarily (so that numbers can be used) and holds LGUI which makes it possible to easily change virtual screens and swap windows inbetween them. | ||||
* | | Added pageup, pagedown, home, and end keys | Lasko Height | 2016-02-11 | 1 | -6/+6 |
| | | |||||
* | | Added a Tenkey layer and moved the del key | Lasko Height | 2016-02-11 | 1 | -5/+25 |
| | | |||||
* | | Adding my initial layout | Lasko Height | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | Adding my initial layout | Lasko Height | 2016-02-11 | 1 | -0/+114 |
| | | |||||
* | | Eliminate switch statement by using contiguous character ranges | Christopher Browne | 2016-02-08 | 1 | -152/+12 |
| | | |||||
* | | Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵ | Christopher Browne | 2016-02-06 | 1 | -147/+157 |
|/ | | | | the digits/letters chosen | ||||
* | Remove obsolete comments | Christopher Browne | 2016-02-03 | 1 | -9/+0 |
| | |||||
* | Comment things more | Christopher Browne | 2016-02-03 | 1 | -1/+2 |
| | |||||
* | Random characters now working AOK | Christopher Browne | 2016-02-03 | 1 | -14/+157 |
| | |||||
* | More experiments with mapping, notably adding in the random bits | Christopher Browne | 2016-02-03 | 1 | -48/+60 |
| | |||||
* | Set up a macro that writes cbbrowne. So that is a nice example of how it works. | Christopher Browne | 2016-02-01 | 1 | -4/+4 |
| | | | | Probably ought to write up some docs on this to improve it. | ||||
* | More samples, some not entirely working yet. | Christopher Browne | 2016-02-01 | 1 | -13/+26 |
| | | | | I am trying to mess around with MACRO(), but it is not there quite yet... | ||||
* | Many of the changes I wanted | Christopher Browne | 2016-02-01 | 1 | -18/+20 |
| | |||||
* | More notes | Christopher Browne | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Notes on what's done, and plans to change my key mapping | Christopher Browne | 2016-01-29 | 1 | -0/+11 |
| | |||||
* | Notes on what's done, and plans to change my key mapping | Christopher Browne | 2016-01-29 | 1 | -0/+19 |
| | |||||
* | Bunch of reformatting, improvements to comments | Christopher Browne | 2016-01-29 | 1 | -19/+22 |
| | |||||
* | Latest version of cbbrowne key maps | Christopher Browne | 2016-01-29 | 2 | -14/+37 |
| | |||||
* | Added in a keypad layer that replaces Dvorak | Christopher Browne | 2016-01-28 | 1 | -0/+100 |
| | |||||
* | add mollat keymap | AM | 2016-01-26 | 1 | -0/+149 |
| | |||||
* | add one more photo | Yang Liu | 2016-01-24 | 1 | -0/+0 |
| | |||||
* | Add a photo for the demonstration of RGB underflow | Yang Liu | 2016-01-24 | 1 | -0/+0 |
| | |||||
* | Add support for WS2812 LEDs | Yang Liu | 2016-01-24 | 1 | -0/+146 |
| | |||||
* | rename file | Jack Humbert | 2016-01-23 | 1 | -42/+0 |
| | |||||
* | Merge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into ↵ | Jack Humbert | 2016-01-23 | 3 | -12/+91 |
|\ | | | | | | | smarkefile | ||||
| * | better integrations | Jack Humbert | 2016-01-20 | 2 | -51/+17 |
| | | |||||
| * | sounds | Jack Humbert | 2016-01-15 | 1 | -2/+2 |
| | | |||||
| * | note seq, start-up beeps, function beeps | Jack Humbert | 2016-01-13 | 1 | -16/+57 |
| | | |||||
| * | beeps on lock keymap | Jack Humbert | 2016-01-11 | 1 | -1/+31 |
| | | |||||
| * | pwm audio | Jack Humbert | 2016-01-11 | 2 | -5/+47 |
| | | |||||
* | | keymap.c changes, disable grep stuff | Jack Humbert | 2016-01-20 | 7 | -138/+37 |
| | | |||||
* | | I guess I can reference #90 in the commit message | Jack Humbert | 2016-01-16 | 2 | -38/+3 |
| | | |||||
* | | new keymap folder structure and makefile magic | Jack Humbert | 2016-01-16 | 18 | -0/+123 |
| | | |||||
* | | working | Jack Humbert | 2016-01-16 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #66 from gdiegel/master | Jack Humbert | 2016-01-02 | 1 | -13/+12 |
|\ | | | | | Fix for faulty fn layer | ||||
| * | Fix incorrect number of rows on fn layer. Add additional navigation keys | Gabriel Diegel | 2016-01-02 | 1 | -4/+3 |
| | | | | | | | | to fn layer | ||||
| * | Use planck-style arrow keys | Gabriel Diegel | 2015-12-20 | 1 | -4/+4 |
| | | |||||
| * | Fix typos and add comments, swap plus with equals, swap pipe with | Gabriel Diegel | 2015-12-15 | 1 | -11/+11 |
| | | | | | | | | backslash, move slash, change cursor keys to make the classic shape | ||||
* | | Merge pull request #39 from gdiegel/master | Jack Humbert | 2015-12-14 | 1 | -0/+109 |
|\| | | | | | New keymap | ||||
| * | Remove redundant definitions | Gabriel Diegel | 2015-12-13 | 1 | -10/+10 |
| | | |||||
| * | Rename keymap | Gabriel Diegel | 2015-12-13 | 1 | -0/+0 |
| | | |||||
| * | Fix keymaps, add documentation | Gabriel Diegel | 2015-12-13 | 1 | -5/+5 |
| | | |||||
| * | Add gdl keymap | Gabriel Diegel | 2015-12-13 | 1 | -0/+109 |
| | | |||||
* | | Add new keymap | Alexey Zabelin | 2015-12-14 | 1 | -0/+51 |
|/ | | | | | | The goal of this keymap is to simulate the Atreus layout. Since I've been using it for quite a while I figured this might help me transition to Planck. | ||||
* | fixed MOs | Jack Humbert | 2015-10-26 | 1 | -9/+3 |
| | |||||
* | [Jack & Erez] Comments + tiny updates and cleanup | Erez Zukerman | 2015-10-27 | 1 | -4/+11 |
| | |||||
* | fixed makefile, added MO DF shortcuts | Jack Humbert | 2015-10-26 | 1 | -38/+38 |
| | |||||
* | quantum separated | Jack Humbert | 2015-10-26 | 1 | -2/+1 |
| |