Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `1<col` instead of `1<<col` typo in matrix_is_on() | James Churchill | 2019-01-27 | 1 | -1/+1 |
* | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) | Konstantin Đorđević | 2019-01-27 | 1 | -1/+1 |
* | Add C(), A() and G() to match already existing S() (#4673) | fauxpark | 2019-01-25 | 2 | -2/+0 |
* | handwired/promethium Refactor and Configurator support (#4524) | noroadsleft | 2018-12-01 | 7 | -68/+120 |
* | Replace outdated RGB/Audio information | Drashna Jaelre | 2018-10-22 | 3 | -3/+3 |
* | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson | 2018-09-17 | 2 | -4/+0 |
* | Remove _quantum functions from custom matrix.c code | U-LANDSRAAD\drashna | 2018-02-06 | 1 | -9/+0 |
* | adds default keymap for handwired boards | Jack Humbert | 2017-10-15 | 8 | -0/+1544 |
* | remove all makefiles from keyboard directories | Jack Humbert | 2017-09-27 | 2 | -34/+0 |
* | Remove all Makefiles from the keyboards directory. (#1660) | skullydazed | 2017-09-08 | 1 | -0/+26 |
* | update priyadi's keymap config | Jack Humbert | 2017-08-07 | 2 | -15/+15 |
* | Start mvoing hardware drivers to /drivers/ (#1433) | Jack Humbert | 2017-07-10 | 2 | -3/+3 |
* | Update keyboards' rules.mk/Makefiles (#1442) | Jack Humbert | 2017-06-30 | 1 | -19/+19 |
* | Fix spelling of "persistent" | Nikolaus Wittenstein | 2017-05-11 | 1 | -6/+6 |
* | Simple RGB backlight theming | Priyadi Iman Nurcahyo | 2017-04-30 | 5 | -72/+161 |
* | Syntax fix | Priyadi Iman Nurcahyo | 2017-04-30 | 1 | -2/+2 |
* | Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click fr... | Priyadi Iman Nurcahyo | 2017-04-29 | 4 | -22/+55 |
* | tune clicks | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -3/+3 |
* | Fix LED sequence; bug fixes | Priyadi Iman Nurcahyo | 2017-04-19 | 2 | -10/+18 |
* | Fix Planck compatibility | Priyadi Iman Nurcahyo | 2017-04-19 | 1 | -0/+2 |
* | Keymap updates and some adjustment for latest version of QMK | Priyadi Iman Nurcahyo | 2017-04-19 | 4 | -24/+125 |
* | Promethium rev2 | Priyadi Iman Nurcahyo | 2017-04-19 | 6 | -29/+372 |
* | added pause, prtsc & ins to list of keys to be processed on release | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -2/+5 |
* | Move caps to FUN layer; add Pause key | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -12/+4 |
* | Move del back to fun+backspce | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -3/+3 |
* | Only process Fnumber on key release, and only when layer is still active | Priyadi Iman Nurcahyo | 2017-02-21 | 1 | -0/+10 |
* | Fix integer overflow | Priyadi Iman Nurcahyo | 2017-02-16 | 1 | -6/+4 |
* | reposition ins and del key | Priyadi Iman Nurcahyo | 2017-02-16 | 2 | -13/+17 |
* | Added README for my keymap | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -0/+44 |
* | Move keyboard specific stuff to keyboard specific files, and vice versa | Priyadi Iman Nurcahyo | 2017-02-15 | 5 | -116/+168 |
* | Added copyright notice | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -2/+14 |
* | Merge my Planck-like keyboards | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -64/+104 |
* | Move Alt-Tab position | Priyadi Iman Nurcahyo | 2017-02-15 | 1 | -4/+4 |
* | num, func, punc 3state layer done right | Priyadi Iman Nurcahyo | 2017-02-15 | 2 | -57/+46 |
* | GUI layer fixes | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -2/+2 |
* | Alt-tab handling in GUI layer | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -3/+13 |
* | remove stand alone punc layer switcher for now | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -1/+3 |
* | Add explicit punctuation key for greek layers | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -6/+6 |
* | Func + Num = Punc | Priyadi Iman Nurcahyo | 2017-02-14 | 1 | -9/+9 |
* | move GRV to ESC position | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -4/+4 |
* | Forgot to add ifdef to optional feature | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -0/+2 |
* | Remove assignment warning | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -1/+1 |
* | Workaround to remove warning | Priyadi Iman Nurcahyo | 2017-02-13 | 2 | -1/+2 |
* | Some space optimization and housekeeping | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -44/+30 |
* | Add regular space to B+N on GUI layer for repeating space | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -1/+1 |
* | Switch to Emoji layer using Punc + greek | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -20/+4 |
* | Turn off capslock when entering num layer | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -0/+8 |
* | Move X in number layer away from space | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -1/+1 |
* | LSpace + RSpace = switch layer | Priyadi Iman Nurcahyo | 2017-02-11 | 2 | -1/+92 |
* | Implement Capslock LED | Priyadi Iman Nurcahyo | 2017-02-11 | 2 | -4/+22 |