summaryrefslogtreecommitdiffstats
path: root/keyboards/jj40/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* RGB underglow support for JJ40, clean up redundant code in Mechmini keymap ↵Kenneth Aloysius2018-01-013-1/+92
| | | | | | | | | | | | | | | | | | | | | | | | (#2196) * Cleanup Mechmini keymap. Once the custom RGB function is defined, there is no need to manually handle RGB code. * Change default to KEYMAP_MIT, not KEYMAP_OFFSET * Add custom RGB code for JJ40 * Reset Mechmini advertised power draw to 500. Will have to test actual maximum power draw later. * RGB working on JJ40. * Fix: saturation increase/decrease flipped * Add new directory for my custom keymap with RGB keycodes * Swap LAlt and LGUI * Update JJ40 max power draw with measured value * Update: fun40 rules.mk to enable underglow; earlier failed Travis CI
* Oscillope keymap: handy programming macros (#2176)Oscillope2017-12-201-4/+28
| | | | | | * Added macro to type -> since that symbol requres much finger acrobatics otherwise. * Added macros for braces
* JJ40 updates (#2056)RandTrawick2017-11-275-0/+226
| | | | | | | | | | | | | | | | | * my bits * fixed safdb * readme * readme * better name, fixed compile error * fixed matrix user * cleanup
* More "oscillope" keymap fixes. (#1982)Oscillope2017-11-082-12/+10
| | | | | | | | * More keymap fixes. F-row on bottom layer wasn't fully setup, also switched raise/lower keys to use tap-toggle. * Added PrScr, put Tab back on top layer. * Fixed build breakage with default keymap (unneeded rgblight.h include)
* Added caps lock + key lockJason Rosenman2017-10-211-4/+4
|
* Add multiple layout support and Linux flash utility to JJ40 (#1837)Oscillope2017-10-131-0/+86
| | | | | | | | | * Adds support for multiple layouts. Adds custom keymap for "offset" layout. * Adds a tool to help detach the keyboard from the Linux HID driver before programming. * Adds a tool to help detach the keyboard from the Linux HID driver before programming.
* Add support for the JJ40 Keyboard (#1834)Vadim Brodsky2017-10-131-0/+86
* Add support for JJ40 * Update readme * Update maintaner