summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-03Update whitefox to use the K-Type teensy workaroundKaleb Elwert
2018-04-02Refactor/eagle viper with new layouts for QMK Configurator (#2659)MechMerlin
* rename KEYMAP to LAYOUT_ALL * Standard Layout Eagle Refactor New layout LAYOUT_EAGLE Got standard layout backspace working * Remove split right shift support for standard layout eagle * add back the KC_NO for split right shift * Remove KC_NO from bottom row to support standard 60 layout * Fix formatting issues with mechmerlin keymap * remove extra KC_NO from split right shift in LAYOUT_EAGLE * Preliminary checkin for new layout LAYOUT_VIPER * Remove some of the KC_NO from the layout * Fix formatting * missed a KC_NO for the LAYOUT_EAGLE * remove KC_NO from enter key of LAYOUT_VIPER * some more formatting changes * Default 60 with split left right shift and backspace * add info.json layouts to match the new LAYOUTs * change formatting of LAYOUT names * propogate renames to info.json
2018-04-01Clueboard Double 1800 support (#2655)skullydazed
2018-04-01Added birkir's keymap (#2653)Birkir Rafn Guðjónsson
2018-04-01Add userspace config.h handling to build script (#2640)Drashna Jaelre
* Add userspace 'config.h' file * Add more robust docs * Remove config.h code from drashna userspace * Spelling error * Include links to Config Options page * Remove config.h documentation from userspace doc, as it's no longer needed
2018-03-31Fix broken Markdown (#2652)Mike Kozlowski
Fix links in Keyboard Guidelines page
2018-03-31Convert all Preonic keymaps to layout format (#2644)Drashna Jaelre
* Convert all Preonic keymaps to layout format * Make sure preonic layouts are using QMK_KEYBOARD_H
2018-03-31Update to Drashna Keymaps and Userspace (#2650)Drashna Jaelre
* Change global config.h settings * Make Shift LED brighter * Compatibility Tweaks * Update ASCII art and layer comments * Add comments about MOD layer * Change ASCII art for reset, since it was out of date * Use Overwatch theme for Workman layer * Fix RGB define comments * Make sure RGB set list matches * Stop all notes for custom Faux Click * Switch to OSM for everything, and remove RGB Sleep * Never use KEYMAP now * Only enable RGB Sleep on Non-Ergodox boards * Cleanup do to new rgblight_list.h file * Add redirect message for RGB codes * Update userspace documentation * Cleanup of Userspace Add unicode support, and cleaned up comments for ifdef statements * Remove unneeded slashes * Unicode handling * Force NKRO
2018-03-31Add XD60 support to QMK Configuratormechmerlin
Add info.json Change KEYMAP to LAYOUT_ALL to better reflect that this is a LAYOUT that fits ALL the possible positions for switches. We will need to make better LAYOUTS for the future.
2018-03-31AMJ96 Support (#2651)MechMerlin
* Initial commit: Get things compiling * port the custom matrix code * Update readme * make second layer fully transparent * populate config.h identifiers with more correct information * Add in switch backlight support * Enable backlight LEDs, and change pin for RGB * port TMK version over * remove all that TMK stuff, it didn't work lol * Updated readme * Fix keymap - Change KEYMAP to LAYOUT - Adjust formatting of table * Edit readme to reflect NOTES * add info.json for QMK configurator support * Replaced placeholder with MechMerlin
2018-03-30Fix Octagon info.json issues (#2649)MechMerlin
Change KEYMAP to LAYOUT while I'm at it. V1 and V2 now have their own info.jsons
2018-03-30Just a multilayered Layout using tapdance (#2645)Ryan McLean
* Ported JJ40 Layout to Contra * Update readme.md
2018-03-29Hopefully fix Travis Auto-IncrementationU-LANDSRAAD\drashna
This reverts the changes in #2491, so that Travis will hopefully return to automatic incrementing. But this includes the layout and userspace excepts, as well.
2018-03-29Properly always copy firmwareU-LANDSRAAD\drashna
This finishes fixing #2314, which mostly copies the firmware when compiling. However, it misses `:teensy`, `:avrdude` and most importantly, `:production`
2018-03-29Added cpeters1982 keymap folder in lets_split (#2583)Chris Peters
* Added cpeters1982 keymap folder in lets_split * Deleted tap dance. need to research error * Changed keymap to better facilitate SpaceFn * Trying to get backlighting to work * Added RGB backlight support * cleared some cache files per Drashna's instructions
2018-03-29layouts/default: fill in 60_ansi keymapsJonathan A. Kollasch
2018-03-28Support for the Paladin64 PCB (#2639)nachie
* Support for the Paladin64 PCB * Paladin64: Added readme. Added the bootloader option to rules.mk * Fixed the formatting * fixed the flash command
2018-03-28Add rgblist to docsU-LANDSRAAD\drashna
2018-03-28Fix commands and update my userspace (for testing)U-LANDSRAAD\drashna
2018-03-28add RGB commands as global functionsU-LANDSRAAD\drashna
2018-03-28Fix RGB Sleep codeU-LANDSRAAD\drashna
2018-03-28Add Support for Software Workman (#2632)Jacob Jerrell
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 Mills
* 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 Rensburg
2018-03-27mitosis:datagrok: minor layout improvements (#2366)Michael F. Lamb
* 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 Daschel
* 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 Lechner
2018-03-27Create new 'tada68/iso-uk' layout tailored for boards with the big fat iso ↵bjacques
enter key (#2612)
2018-03-27qmk configurator support for e6v2. Let it be known that this is one of the ↵mechmerlin
keymaps I've seen done right
2018-03-27Add qmk configurator support for KBD75mechmerlin
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)dankm
* 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 Humbert
2018-03-26add grave to auto-shift.Jason Stillwell
2018-03-26change rgblight_increase_val() and eeconfig_update_rgblight_default(), use ↵mtei
RGBLIGHT_LIMIT_VAL insted of 255.
2018-03-26Add pearl README, add rask's Pearl layoutOtto Rask
2018-03-26Expand Newb Guide flashing document (#2588)Drashna Jaelre
* Add header info * Add DFU section * Add Caterina section * Add Halfkay section * Fix Typos * More typos
2018-03-25Fixes and updates to docs (#2611)Drashna Jaelre
* 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 Jaelre
* 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 Coffey
* 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)RobertDhaene
* 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 tooskullY
2018-03-25Add Layouts to exclusionU-LANDSRAAD\drashna
2018-03-25Ignore users folder for Travis taggingU-LANDSRAAD\drashna
2018-03-25add syscalls.c if autoshift is enabled, to fix compile issue on ChibiOSU-LANDSRAAD\drashna
2018-03-25Fix #1566 - NKRO reseting issueU-LANDSRAAD\drashna
2018-03-25Refactor/v60 type r keymap/layout (#2593)MechMerlin
* 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)MechMerlin
* 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)Wilba6582
* 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)WarmCat
* 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 layoutmyrtle
A misconfiguration in the ortho layout, K306 key was registered as k305