summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09Added Contra keyboard support (#2501)adiron9-0/+249
* Added Contra keyboard support The configuration came from a source distribution of the firmware on the Contra's official website. I have also included a simple MIDI keymap. (And it works!) * Changes to Contra config and README * Readme has been changed as requested by jackhumbert * Config has been changed to add the Cartel and Contra names to the USB configuration.
2018-03-09update ymdk96 filessparkyman2153-26/+22
2018-03-09Add Viterbi fido keymap (#2454)Danny8-59/+120
* Add fido Viterbi keymap * Cleanup rules files * Remove unused WIP code
2018-03-09XD75 keymap - Germanized (#2441)hypnocrat4-0/+332
* Added a heavily customized German keymap to the XD75RE * A heavily customized alternative layout for the XD75, for German users * Fixed capitalization, removed unnecessary files * Hopefully fixed capitalization, some keymap changes
2018-03-09Patched some keyboards that won't compile (#2453)Brian Choromanski10-24/+25
2018-03-09layout(planck): dudeofawesome's layout (#2457)Louis Orleans4-48/+88
* layout(planck): new layout initial commit * feat(planck): add workman layout * fix(planck): switching to workman * layout(planck): swapping mnext and mplay * feat(planck): prep for RGB * perf(planck): remove plover saves 256 bytes of memory * perf(planck): remove colemak saves 128 bytes * layout(planck): swapping enter and quote * perf(planck): disable console frees 1664 bytes * feat(planck): RGB under-lighting * refactor(planck): change RGB pin Uses pin labeled PB2 * feat(planck): add RGB keycodes * feat(planck): re-enable audio * style(planck): fixing indentation Because who indents like that? * style(planck): clean up keycodes * layout(planck): remove del * feat(planck): add tap-space to layer keys * docs(planck): specify pin on PCB for RGB * bug(planck): reducing tap time * Revert "bug(planck): reducing tap time" This reverts commit 62606b2dc62c5adcc06cfb5978d7e5305411a658. * Revert "feat(planck): add tap-space to layer keys" This reverts commit c74de5a4aa45c5563dcaa463395654c29f50eda3. * perf(planck): remove backlit case * feat(planck): swap enter and quote * bug(planck): moving right shift * doc(planck): update README * chore(planck): remove makefile * 🔨 add userspace config * 📝 update layer ascii art * 🔥 disable RGB lighting * ✨ add Colemak * ✨ add numpad layer * ✨ add caps lock on adjust layer * 📝 update layer renders * 🔥 remove workman sound def * 🔨 add userspace config * 📝 update layer ascii art * 🔥 disable RGB lighting * ✨ add Colemak * ✨ add numpad layer * ✨ add caps lock on adjust layer * 📝 update layer renders * 🔥 remove workman sound def
2018-03-09Usb max power (#2502)MakotoKurauchi2-1/+28
* add some comment about Helix customize and auto-setup RGBLIGHT_LIMIT_VAL * add define USB_MAX_POWER_CONSUMPTION
2018-03-09Add the OK60 keyboard (#2488)edwardbrowncross8-0/+263
* Add the OK60 keyboard * Fix ok60 incorrect ANSI keymap signature Add support for default ansi and iso 60 keymaps
2018-03-09Fixes for JJ40 and Oscillope keymap (#2496)Oscillope4-6/+47
* Add navigation layer for hjkl arrow keys * Fix Oscillope keymap after jj40.h changes. Also fix jj40.c so that it can build without rgblight if you don't want that enabled.
2018-03-08Canadian planck (#2463)That-Canadian2-0/+219
* Line ending stuff again * Added my personal Planck layout (finally)
2018-03-07 Move rows config to keymap (#2464)MakotoKurauchi2-15/+18
* Fork from Let's Split * Organizing files * Delete some keymaps * I2C and serial enabled at the same time * Change readme * add #define HELIX_ROWS for multiple rows * Delete avrdude flashing script * Delete makefiles * Subproject elimination * Fix lufa path * Remove PLAY_NOTE_ARRAY usages to get rid of warning. Fix conflicting function name * Mousekey change default to off * Fix to oled display adjust * make rev2 change pin assign change keymap * use master_buffer * Timing adjustment * Organizing files * Change Keymap * Change Keymap Add EISU and KANA Correct 4rows * NKRO default to disable * EXTRAKEY_ENABLE default to disable * add rgb reset key * rgb custom function enable * Extend font * add RGBLED_POWER default folder to helix/rev2 RGB_ENABLE to no * renamed directory * Disable RGBLIGHT_CUSTOM_DRIVER * Disable LOCKING_SUPPORT_ENABLE * Update bootloader setting * Change readme * Fixed argument error * Move rows config to keymap
2018-03-07Swedish layout for irisLukas Klingsbo3-0/+157
2018-03-07Update Meira for revision 1.1 to enable backlighting by default (#2468)Cole Markham8-11/+27
* Update Meira for revision 1.1 to enable backlighting by default * Updates to fix other keymaps
2018-03-07Fixed keymap, added capslock led for maartenwut's kbd66 keymap (#2473)Maarten Dekkers1-32/+25
* Fixed keymap, added capslock led * Removed macro
2018-03-07Fixed compilation of the ps2avrGB keyboard/firmware (resolving #2425) (#2478)Sebastian Kaim4-5/+112
* Fixed compilation of the ps2avrGB keyboard/firmware This commit fixes the silent compilation error for the ps2avrGB keyboard/firmware. This error was caused by a lacking default keymap which it did not have because all keyboards based on it were moved to another directory. I also added the required config.h options so it's possible to compile it again and (probably) flash it on a b.mini. Lastly, I updated the README to reflect the current state. This commit fixes #2425 * Referenced the pearl in the ps2avrGB REAMDE Added a reference to the pearl keyboard in the README of the ps2avrGB keyboard as it is originally based on the firmware as well.
2018-03-07layout(preonic): blake-newman's layout (#2483)Blake Newman4-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
2018-03-07Corvec's Planck layoutCorey T Kump5-0/+449
2018-03-07A small tidy up (#2490)Kenny Hung1-12/+10
* Add extra RGUI key to make keyboard more MAC friendly * Remove enumerators for no longer used layers in layout Skewwhiffy for XD75 * Make layer numbers even better
2018-03-05Add knops configurator support (#2474)Pawnerd2-11/+36
* Committed initial version of the knops configurator. * Added support for the Knops v1.1
2018-03-01adding my keymap (#2443)Ivan Choi4-0/+335
2018-03-01Updated and added maartenwut's layouts (#2444)Maarten Dekkers8-448/+145
2018-03-01layout(preonic): dudeofawesome's layout (#2449)Louis Orleans4-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
2018-03-01Update to drashna keymaps and userspace (#2450)Drashna Jaelre3-28/+44
* Add OSL keycodes and macro handling * Re-add AVRDUDE target * Userspace document cleanup and commenting * Fix Orthodox keymap layout (cosmetic) * Add caveat for KEYMAP Macros * Minor tweaks * Enable Bootmagic in Ergodox EZ * Minor tweaks
2018-03-01Fixed dead links (#2451)Brian Choromanski30-39/+35
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
2018-02-28M10-A, M65-A, GonNerd keymaps (#2418)Gam3cat12-0/+1024
* adding my keymap * update keymap * adding gamecat keymap for jc65 keyboard * updating jc65-gamecat keymap * updating jc65-gamecat keymap * updating jc65-gamecat keymap * updating jc65-gamecat keymap * M10a keymap and M65a updates * keymap updates * keymap updates * M10a/M65a keymap updates * M10a/M65a keymap updates * Delete test.txt * M65 keymap update * M65 keymap update * M65 keymap update * M65/M10 keymap updates * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65/M10 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * M65 keymap update * Set theme jekyll-theme-cayman * Set theme jekyll-theme-slate * M65 keymap update * M10a/M65a keymap updates * M10a keymap update * M65a keymap update * M65a keymap update * M65a keymap update * M65a readme update * M65a/M10a updates * M65a readme updates * M65a/M10a updates * M65A update * M65A update * M65A update * M65A update * M65A/M10A keymap update * M10A keymap update * Set theme jekyll-theme-tactile * M10A keymap update * M65A keymap.c update * M65 keymap added LED backlight toggle, inc/dec to adjust layer. * M65 keymap/readme updates. * M65 keymap fix * M65 keymap update * remove theme * fix comments/readme * update keymap * LED backlight update, guess based on reading atmega32u4 documentation for DDRB/PORTB regs, believe DDRB should only be written to once not every time CAPS is hit, but really not too sure. * LED backlight update, guess based on reading atmega32u4 documentation for DDRB/PORTB regs, believe DDRB should only be written to once not every time CAPS is hit, but really not too sure. * M65 keymap update * Updated M65, M10, and gonNerd keymaps. * update * del * keymap updates M65, M10, gonnerd * update keymaps * adding back readme that somehow got removed.
2018-02-28Merge of e6v2 stuff as well as my personal keymaps (#2434)Jason Gorman17-0/+609
* Checkin of tada keymap and initial commit for e6v2. * checking in other remaining changes before trying to merge * Reverting pin change. This was done based on the json orginally provided by exclusive, but it was later determined my map was the correct one based on user testing * fix extra key for ansi keymap. Didn't include fn as standard ansi shift is not split but still had it in keymap * Fix default help file and add reset to default
2018-02-26remove duplicate #defineskullY1-3/+0
2018-02-26Test a shrug macroskullY1-1/+19
2018-02-23Custom keymap for clueboard 60Yan-Fa Li2-0/+148
My customized keymap for the clueboard 60. - Maps MT(LCTL,ESC) to Caps lock - Swaps ALT and GUI for OSX - Adds layer for WASD key navigation
2018-02-23ErgoDox layout similar to Truly ErgonomicAlejandro Blanco2-0/+180
2018-02-23new customized ErgodoxEz keymap with easy to remember modifiers. (#2400)Sean-Li Murmann1-0/+228
* First pass keyboard setup! * More variation * Final layer for today * Added brace to middle key
2018-02-23new xd60 layout (#2405)Isaac Hookom2-0/+66
* new xd60 layout * fix kc_slsh
2018-02-23JJ40 AJP10304 layout (#2407)ajp103047-36/+416
* JJ40 AJP10304 layout Updated AJP10304 readme.md with formatting * Revert default JJ40 keymap
2018-02-23Add additional 'tada68' layout.Michael Wamsley4-0/+95
2018-02-23Update Dvorak 42 key layouts (#2420)lucwastiaux2-40/+274
* add SCREEN_NAV layer for copy/pasting within screen * working readreg/paste macros * working read reg / paste macros * write log and tran patterns, and expand * add ls -la shortcut, add tab on combined layer * put delete word on the right pinky key on shell_nav layer * add TAB on the right side, add reset key * added Cloud9 macros * add cloud9 shortcuts to atreus layout * added BROWSER_CONTROL layer * finalized browser control layer * adding comment
2018-02-23Lfkeyboards updates (#2421)scott-t-wilson47-13/+2810
* Update smk65 fn layer, add iso * Added Fn layer to ISO keymap * Fix error when backlight is disabled but lighting isn't * Remove broke mini1800 iso map * Add keymaps * Add LFKPad * Add split delete to lfk78 * Typo * Custom keymap
2018-02-23Graham's Keymaps. (#2422)Graham P Heath8-0/+1032
* add my config * fix backlight, clean up that code * group background code, restore static var * qwerty is supposed to be in the middle * wrap layer change backlight in ifdef * backlight levels and some more 'emojis'. * Restructure to make it possible to press cmd ent on the right side of the board with one hand. * Expose the period through the number layer. Add Hyper keys to mouse layer * reduce mouse speed * add a : -P key * Thumbs up and down, remove some keys that are duplicated via function keys, clean up * fix build issues * add various emoji * duplicate default Meira keymaps * Miera updates * add documented but unmapped emoji * Sound for the Meira, was stumped by a file size! Thanks drashna! * add docs * docs * revert lib changes... * clean up * clean up * remove make file * Fixes missing key
2018-02-23flashing instructions, keymap changeswanleg3-16/+58
* added flashing instructions for Linux & Windows * minor keymap changes
2018-02-23Adds dead encryption keymapdeadencryption3-0/+46
2018-02-23Planck/NIU_Mini - Mason Layout - Fixing comments, adding missed keysMason McAllaster2-140/+136
2018-02-23tada68: layout: add new layout 'tshack' (#2431)James Shackleford3-0/+107
* Move to a more cross-platform grep command * Use sed to strip out AVR_SIZE instead * tada68: layout: add new layout tshack Adds "James Shackleford's UNIX layout" for the Tada68
2018-02-19Readme img link updates (#2410)Jason Barnachea7-26/+145
* QMK and JC65 pcb img links updated link fixes * personal keymap updates new v32u4 keymap, updated v32a keymap * Update readme.md
2018-02-19Update dilly default keymap (#2413)Danny1-12/+18
* Move DEL to correct layer * Move BNM to the left by one and move Backspace, add more stuff to layers
2018-02-181up60rgb Keyboard Support (#2404)rempired8-0/+364
* Add files via upload * Update keymap.c * Update keymap.c * Update 1up60rgb.c * Tidy up the code a bit for submission into QMK Master - Create readme file - Fix compile issue with standard keymap - Create default keymap - Remove unused Makefile * Keymap Adjustments * Reworked alternate layouts * Reworked keymaps * Update keymap.c * Update readme.md Add carriage return to make README cleaner
2018-02-18Move hexwire layout into 4x12 layout folderDanny Nguyen9-689/+15
2018-02-18Add Dilly keyboardDanny Nguyen8-0/+272
2018-02-16Added Chimera LS and Chimera Ergo (#2335)GlenPickle17-15/+1359
* Added Chimera Ortho keymap * added readme * fixed hardware link * Added KC_KEYMAP * resolving conflict * Added Chimera LS and Chimera Ergo * Added rules file * fixed rule files * Added Chimera Ortho keymap * Added KC_KEYMAP * Added Chimera LS and Chimera Ergo * fixed rule files * fixed rule files * fixed image links * Added KC_KEYMAP * Added Chimera LS and Chimera Ergo * Added Chimera Ortho keymap * fixed rule files * fixed rule files * fixed image links * Fixed KEYMAP vs KC_KEYMAP
2018-02-16u/yanfali custom keymap for IrisYan-Fa li4-0/+211
Based heavily on the keymap by hexwire. 1. Moved LALT to LCTL; I don't need CTL because of ESCC. 1. Moved RAISE to old LALT. 1. Moved ENTER to old RAISE. 1. Move QUOTE to old ENTER. 1. Moved PLUS to old QUOTE. 1. replaced music next and volume up with browser forward and back through history
2018-02-16Update keymap.cPittyolo1-0/+42
2018-02-16Iris: Create info.json (#2396)tameone1-0/+16
* Create info.json * Update info.json