summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Fix RGB Sleep codeU-LANDSRAAD\drashna2-10/+19
2018-03-28Add Support for Software Workman (#2632)Jacob Jerrell2-0/+124
This adds the keymap translations and sendstring definitions to support software workman.
2018-03-28Adding Haegin's keyboard layout for the ergodox and minidox (#2637)Harry Mills3-0/+293
* Add Haegin's keymap * Potential improvements to the keyboard * Add haegin minidox layout * Add Haegin's keyboard to ergodox layouts * Update Haegin's minidox keymap
2018-03-27changed super key to left super key (#2631)Jason Janse van Rensburg1-1/+1
2018-03-27mitosis:datagrok: minor layout improvements (#2366)Michael F. Lamb2-39/+57
* mitosis/datagrok: make qwerty the default layout * mitosis/datagrok: update readme to match qwerty default * mitosis:datagrok: remove redundant name for transparent meh, decided i don't need an extra key to represent "key that is transparent because it's a modifier on a layer below." it's a maintenance burden when moving other keys around * mitosis:datagrok: add num lock on Blue + QWERTY T * mitosis:datagrok: tap lshift = tab we use tab completion a lot so let's get it onto an unmodified key somehow * mitosis:datagrok: update readme * mitosis:datagrok: improve notes in README * mitosis:datagrok: note numlock in README
2018-03-27XD60 ANSI (GH60) layout (#2624)Benjamin Daschel2-0/+55
* configure layer 0 layout for xd60 as ANSI 60% * update keymap with function key immediately right of spacebar; shuffle mapping in function layer to my liking * update readme
2018-03-27[TADA68] Added mac layout with german umlaute on ansi. (#2615)Martin Lechner3-0/+119
2018-03-27Create new 'tada68/iso-uk' layout tailored for boards with the big fat iso ↵bjacques5-0/+167
enter key (#2612)
2018-03-27qmk configurator support for e6v2. Let it be known that this is one of the ↵mechmerlin1-0/+28
keymaps I've seen done right
2018-03-27Add qmk configurator support for KBD75mechmerlin6-40/+57
Also changed KEYMAP to KEYMAP_ALL to be more explicit that it's a layout supporting ALL possible layouts.
2018-03-26Better non-Linux support (#2524)dankm3-15/+16
* grep -> $(GREP) Some UNIXy systems (FreeBSD for example) don't use GNU grep by default. Allow the user to specify which grep implementation to use so that GNU grep can be specified. * Allow using versioned avr-gcc command Don't hardcode "avr-gcc", and allow strings such as "avr-gcc8", or "avr-gcc-7.3.0" to match checks for "avr-gcc".
2018-03-26rename api docs to internalsJack Humbert10-14/+14
2018-03-26add grave to auto-shift.Jason Stillwell1-0/+1
2018-03-26change rgblight_increase_val() and eeconfig_update_rgblight_default(), use ↵mtei1-7/+9
RGBLIGHT_LIMIT_VAL insted of 255.
2018-03-26Add pearl README, add rask's Pearl layoutOtto Rask4-0/+200
2018-03-26Expand Newb Guide flashing document (#2588)Drashna Jaelre1-4/+167
* Add header info * Add DFU section * Add Caterina section * Add Halfkay section * Fix Typos * More typos
2018-03-26Fixes and updates to docs (#2611)Drashna Jaelre4-15/+32
* Fix advanced keycode headers * Add caveat for OSM over Remote Desktop * Hopefully add better anchors to docs * Add Action code list reference * Formatting of RGB Underglow doc * Add brew update issue on macOS * Revert formatting * Revert RGB doc formatting * Make Config Options doc's sections linkable
2018-03-25Update to drashna files (#2587)Drashna Jaelre17-199/+245
* Add Colemak Mod-DH vars * Add Norman Layot vars * Set Shift Indicator to include CAPS Lock as well * Change MEH to GUI * Add Enter to Macro layer * Switch raise and lower layers to make more sense (to me) * Replace unused quote on Ergodox * Add One Shot defines * Dim indicator LEDs * Add short codes for KC_SECRET * Fix typos * Update OLKB code in userspace * Add global userspace config.h * add compile fix * Automatically include from userspace * update readme * Re-add QMK Scan loop * Add EEPROM reset code to all keymaps * Shorten fauxclick sound * Use layouts instead of keymap, when possible * Add OSM detection to ergodox * Convert Viterbi to LAYOUT macro * Clean up game macros * Because I accidently removed the C6 AUDIO define from my viterbi... Whoops * Minor formatting * Fix Woodpad because it's still there * Move Ergodox keymap into layouts folder * Add build date to version macro * Remove PREVENT_STUCK_MODIFIERS from config
2018-03-25New keymap and more songs (#2609)Joshua Coffey5-4/+641
* Added some new songs and my own keymap * Made Dodger keymap safe to use with backlight disabled * edited layer switching and added more songs * changed keymap to lowercase
2018-03-25Merge in some custom keymaps from forked repository (#2605)RobertDhaene8-10/+409
* Inital layout * Fix the backspace * add a number pad * move the backlight to the adjust layer; move ctrl and delete. * Update from main repo * Add initial files for custom keymap * Light keymap mod * Change the submodules to match the upstream fork's master branch
2018-03-25make new_project.sh work correctly on osx tooskullY1-4/+11
2018-03-25Add Layouts to exclusionU-LANDSRAAD\drashna1-1/+1
2018-03-25Ignore users folder for Travis taggingU-LANDSRAAD\drashna1-4/+4
2018-03-25add syscalls.c if autoshift is enabled, to fix compile issue on ChibiOSU-LANDSRAAD\drashna1-0/+3
2018-03-25Fix #1566 - NKRO reseting issueU-LANDSRAAD\drashna1-2/+1
2018-03-25Refactor/v60 type r keymap/layout (#2593)MechMerlin4-19/+62
* Add a proper ANSI layout Changed v60_type_r.h to have a proper ANSI layout Modify keymaps to reflect above changes Fix comments * Add new layout to info.json
2018-03-25info.json configurator support for popular 65% keyboards (#2589)MechMerlin5-3/+75
* Support for tada68 ansi layout. Avoiding the iso layout as it doesn't seem correct * whitefox support for configurator * configurator support for jc65 PCB featuring both the qmk and ps2avrgb versions
2018-03-25Initial support for RAMA M6-A (#2600)Wilba658212-0/+844
* Initial commit of RAMA M6-A firmware. * Added LED support * Added Knops support * Fixed compile error for knops keymap. * updated readme.md * updated readme.md * updated readme.md
2018-03-24Added basic support for JJ50 (preonic-like based on atmega32A) (#2546)WarmCat13-0/+1189
* Added support for JJ50 from KPRepublic, no rgb or backlight control yet. Added as a layout of ymd96 at the moment (same microprocessor). Basic keymap with three layers to get started. * Added support for JJ50
2018-03-24Fix mechmini2 ortho keymapping layoutmyrtle1-1/+1
A misconfiguration in the ortho layout, K306 key was registered as k305
2018-03-24Add Fourier Keyboard (#2596)Danny19-0/+1414
* Initial commit of Fourier keyboard * Revise keymap, add key to bottom row * Fix readme
2018-03-24Add Laplace keyboardDanny Nguyen9-0/+306
2018-03-24Fix custom functions documation for layer_state_set*U-LANDSRAAD\drashna1-1/+1
2018-03-24fix the moxygen invocationskullY1-1/+1
2018-03-24Add HSV value specification (#2481)Daniel Hoek1-1/+1
* Update feature_rgblight.md I got caught out with this as most color pickers use a percentage NOT 0-255 for this number * Amended description Woops! Was focused on s/v not being a percentage i got h wrong.
2018-03-24New keymap for The Helix keyboard("five_rows") (#2592)Takeshi ISHII5-0/+892
* duplicate keyboards/helix/rev2/keymaps/default to keyboards/helix/rev2/keymaps/five_rows * OLED Layer display 'Qwerty','Colemak','Dvorak' * set Qwerty, Lower, Raise map * set Colemak map * set Dvorak map * OLED Layer display 'Raise','Lower' change to 'Extra char','Function' * fix ExtraChar Layer Shift-key disable * Raise,Lower,Adjust layer modify some key change KC_TRNS to KC_NO add KANA, EISU key * refine keymaps/five_rows/{config.h,rules.mk} for easy and safe customize * modify Adjust layer: all function into left hand, remove F1..F12,DEL * Add Helix five_rows keymap README.md and README_jp.md * Raise Layer modify: enable Raise(Extr)+Lower(Func)==Adjust * fix image file url in README.md,README_jp.md * change Layer display on OLED * change OLED display base name position
2018-03-24New keymaps for bananasplit (#2586)Yida Xu4-0/+324
* New bananasplit keymap with toggable capslock led. * Update comments. * Update readme.md * Updated keymap name * update some keys. * new layout for bananasplit * update comment * Update readme.md
2018-03-24add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582)Takeshi ISHII1-0/+27
2018-03-24Add atlacat keymap (#2581)john McCormick2-0/+83
2018-03-24Fix typo in autoshift docs: statn (#2579)Andrew Macpherson1-1/+1
2018-03-24Add a basic keymap for Contra. (#2564)XP3-0/+283
2018-03-24ekis_isa keymap for HHKB'ish layout (#2562)24-bit-84-0/+266
2018-03-24Just personal layout tweaks :) (#2557)James Kay3-53/+68
* More ergonomic mousekeys * integrate some recent hardware changes by changing the Plover keymap * use TX Bolt support instead of Plover toggles * switching to steno is no longer as intrusive, so this can move back to BASE
2018-03-23Preonic Ergodox-Like Mac keymap: Bucktooth (#2553)J. Eric Mason4-0/+209
* Preonic Ergodox-Like Mac keymap: Bucktooth This is a layout unlike most Preonics, it is taken partially from Ergodox and classic C64 keyboards with a ton of Mac-specific features. * Fix Mouse Left keycode
2018-03-23Fix broken markdown headers. (#2548)Ivan Smirnov1-3/+3
2018-03-23Add new keymap for iris transmogrified (#2361)akrob3-0/+345
* Create config.h * Create rules.mk * Create keymap.c
2018-03-23Add new bfake "FaceW" keymap (#2360)MechMerlin2-0/+69
* Add mechmerlin keymap and readme for facew board * Fix keymap - Backspace as on the wrong key - HHKB backspace changed to backslash * Update keymap.c Change TO to TG for toggle.
2018-03-23yet another keymap (#2356)David Collom4-0/+209
* added keymap * added readme
2018-03-23That-Canadian Preonic layout (#2462)That-Canadian4-0/+278
* Line ending stuff again * Added my own person keymap to preonic folder * Updated my preonic keymap * Updated my preonic keymap
2018-03-23initial branch (#2379)Florian4-0/+210
* initial branch * lazy-push * Fix schema Updated README, readded DVORAK to keymap. Updated dir name to lowercase. * removed executable bit * testing switched L_GUI position