summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1085 from priyadi/promethiumJack Humbert2017-02-118-293/+780
|\ | | | | Promethium keyboard layout update
| * Add regular space to B+N on GUI layer for repeating spacePriyadi Iman Nurcahyo2017-02-111-1/+1
| |
| * Switch to Emoji layer using Punc + greekPriyadi Iman Nurcahyo2017-02-111-20/+4
| |
| * Turn off capslock when entering num layerPriyadi Iman Nurcahyo2017-02-111-0/+8
| |
| * Move X in number layer away from spacePriyadi Iman Nurcahyo2017-02-111-1/+1
| |
| * LSpace + RSpace = switch layerPriyadi Iman Nurcahyo2017-02-112-1/+92
| |
| * Implement Capslock LEDPriyadi Iman Nurcahyo2017-02-112-4/+22
| |
| * simplify battery calculation for nowPriyadi Iman Nurcahyo2017-02-114-24/+92
| |
| * Fix emoji layerPriyadi Iman Nurcahyo2017-02-111-1/+1
| |
| * RShift + LShift = CapslockPriyadi Iman Nurcahyo2017-02-111-0/+8
| |
| * Add reset keycodePriyadi Iman Nurcahyo2017-02-111-2/+2
| |
| * Generalize layer indicatorsPriyadi Iman Nurcahyo2017-02-112-83/+61
| |
| * Add ifdefs for keyboard layoutsPriyadi Iman Nurcahyo2017-02-102-13/+29
| |
| * Implement battery level indicatorPriyadi Iman Nurcahyo2017-02-106-11/+97
| |
| * Add function to cycle backlight modesPriyadi Iman Nurcahyo2017-02-101-78/+74
| |
| * Activate SYS layer by pressing both CtrlsPriyadi Iman Nurcahyo2017-02-101-9/+25
| |
| * Restore GUI layerPriyadi Iman Nurcahyo2017-02-101-13/+11
| |
| * Add slash/question mark to punc/num layerPriyadi Iman Nurcahyo2017-02-101-9/+9
| |
| * Reimplement GUI LayerPriyadi Iman Nurcahyo2017-02-101-20/+21
| |
| * Reorganize punctuation & numbers layerPriyadi Iman Nurcahyo2017-02-101-12/+12
| |
| * Fix LED indicatorPriyadi Iman Nurcahyo2017-02-101-1/+1
| |
| * Add dvorak & norman layout. Add sys layer.Priyadi Iman Nurcahyo2017-02-101-79/+148
| |
| * Remove audio stuffPriyadi Iman Nurcahyo2017-02-101-60/+0
| |
| * Add USB-BLE manual output switching and indicatorPriyadi Iman Nurcahyo2017-02-091-12/+44
| |
| * Merge branch 'master' into promethiumPriyadi Iman Nurcahyo2017-02-0961-224/+3332
| |\
| * | minimize LEDsPriyadi Iman Nurcahyo2017-01-291-74/+74
| | |
| * | fix greek layersPriyadi Iman Nurcahyo2017-01-292-4/+5
| | |
| * | Implement greek layers on my Promethium layoutPriyadi Iman Nurcahyo2017-01-291-5/+182
| | |
* | | Merge pull request #1087 from mneme/masterJack Humbert2017-02-116-55/+64
|\ \ \ | | | | | | | | Updated keymap for atreus62/mneme
| * | | correct spelling in readmeDavid Olsson2017-02-111-1/+1
| | | |
| * | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareDavid Olsson2017-02-11107-740/+5884
| |\ \ \
| * | | | update readmeDavid Olsson2017-02-116-7/+9
| | | | |
| * | | | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareDavid Olsson2017-01-1867-360/+2589
| |\ \ \ \
| * | | | | Don't change ralt to lalt, it's really not the same thing on windows.David Olsson2017-01-171-39/+41
| | | | | |
| * | | | | whitespace fixesDavid Olsson2017-01-161-10/+12
| | | | | |
| * | | | | vi style arrow keys. Live unicode switch supportDavid Olsson2017-01-161-8/+11
| | | | | |
* | | | | | Merge pull request #1088 from Mauin/gon_nerdJack Humbert2017-02-1112-0/+331
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | add GON NerD
| * | | | | add GON NerDMarvin Ramin2017-02-1112-0/+331
| | |_|_|/ | |/| | |
* | | | | fixed readme (i swear)VoodaGod2017-02-101-4/+4
| | | | |
* | | | | Merge pull request #1078 from VoodaGod/bone2planckJack Humbert2017-02-094-54/+142
|\ \ \ \ \ | | | | | | | | | | | | updated Bone2Planck Keymap, Readme & fixed Makefile
| * | | | | updated layout & readmeVoodaGod2017-02-092-37/+39
| | | | | |
| * | | | | more formattingVoodaGod2017-02-091-2/+13
| | | | | |
| * | | | | readme formatting changesVoodaGod2017-02-091-61/+61
| | | | | |
| * | | | | updated readmeVoodaGod2017-02-091-7/+10
| | | | | |
| * | | | | updated bone2planck keymap & readmeVoodaGod2017-02-094-26/+98
| |/ / / /
* / / / / [Typo] correct link to default keymap in readme.Rob Rogers2017-02-091-1/+1
|/ / / /
* | | | Moved KC60 capslock LED code to standard led_set_kb so it can be overridden ↵dungdung2017-02-073-34/+15
| | | | | | | | | | | | | | | | by users
* | | | rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as wellJimmy Chan2017-02-074-6/+10
| | | |
* | | | udpate readme to reflect QMK and not having the Makefile from ahtn's repoJimmy Chan2017-02-071-14/+72
| | | |
* | | | correctly put eeprom EE_HANDS at addr 0x0a (decimal 10). default to rev2 ↵Jimmy Chan2017-02-074-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | project. do not default EE_HANDS for the serial keymap if you compare split_util.h with the original project by ahtn, the address we look for isLeftHand config went from addr 7 to addr 10 (decimal). The EEP files were not updated. EE_HANDS should not be enabled by default since it's more confusing for most users