summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2018-05-26Refactor and Configurator updates for AMJ60 (#3055)noroadsleft5-19/+32
* Refactor for AMJ60 * Configurator update for AMJ60
2018-05-26Adding guidoism's planck layouts (#3059)Guido Bartolucci4-0/+296
* Initial commit of guidoism * created movement layer * movement layer works! * removed unnecessary layers * moved enter key up and recreated caps lock * Added num pad
2018-05-26Add mtdjr keymaps for Iris, Let's Split, TADA68, XD75, and handwired dox (#3058)mtdjr13-0/+888
* Add keymaps for Iris, Let's Split, TADA68, XD75, and handwired not_so_minidox * remove handwired not_so_minidox
2018-05-26Updated keymaps (#3056)Salt-Peanuts3-344/+266
* Updated info and fixed minor errors * Updated folder name; overdue updates to keymap and readme files Updated folder name; overdue updates to keymap and readme files * Updated tri-layer feature * Revert "Updated tri-layer feature" This reverts commit 59b8b85761740e24f671e10fceea869f06a33ade. * Updated tri-layer on keymap * Fixed typos * Updated keymaps
2018-05-26Fix HS60 config for ANSI keymap (#3054)yiancar1-0/+6
- This is mostly for safety
2018-05-25Attempting Debug on Configurator (re: #3052) (#3053)noroadsleft1-0/+12
2018-05-25Fix Split keyboards so they compile on Configurator (#3051)Drashna Jaelre4-4/+4
* Fix serial split for BFO9000 * Fix serial split for DeltaSplit75 * Fix serial split for Helix * Fix serial split for MiniDox * Fix serial split for Viterbi * Revert "Fix serial split for Helix" since it's super complex This reverts commit 72538df105ba6d5fe6915773a20c509f2a47785d. We'll let the helix owner fix this issue, or dive into the code later
2018-05-25Fix Orthodox compile issue in online configurator (#3044)Drashna Jaelre1-1/+1
2018-05-25Refactor for AMJ40 (#3047)noroadsleft5-26/+26
2018-05-25Add some generic/sparse readmes to get rid of errors (#3048)MechMerlin4-0/+12
2018-05-25Fix info.json for kbd66 (#3045)MechMerlin6-88/+16
* Change LAYOUT to LAYOUT_all Fix info.json file * edit the CORRECT info.json this time * revert my errors
2018-05-25fix LAYOUT_all in info.json (#3046)MechMerlin1-7/+7
2018-05-25Refactor and Configurator updates for ALU84 (#3043)noroadsleft5-11/+21
* Readme update per template on docs.qmk.fm * Refactor for LAYOUT macro * Add info.json
2018-05-25Add info.json for Fourier & Laplace (#3038)Danny2-0/+130
* Add info.json for Fourier * Add info.json for Laplace
2018-05-25Rename ANSI keymap of HS60 (#3041)yiancar3-0/+0
2018-05-25Fix keymap to use renamed macro (#3039)Danny1-3/+3
2018-05-25Update my keymap (#3037)Sascha Grunert1-6/+6
* Update keymap.c
2018-05-25pk60.c fix for capslock indicator (#3032)Barry Huang1-3/+5
* Capslock indicator add * edit * name correction * led_set_user(usb_led); delete * config edit for caps indicator * keymap.c fix * led.h include * pk60.c fix for capslock indicator
2018-05-25Wait for QMK to initialize before configuring RGB (#3030)Yan-Fa Li2-3/+14
Wait for 1 second before turning on RGB to get debug messages on console. - configure HSV color, on a brand new pro micro the default values are 0, 0, 0
2018-05-25Refactor for Alps64 (#3029)noroadsleft4-10/+13
* Refactor for Alps64 * Reverts deletion of LAYOUT_kc macro; renames LAYOUT_standard_60 to LAYOUT_60_ansi * Add LAYOUTS = 60_ansi to rules.mk * Rename LAYOUT_standard_60 to LAYOUT_60_ansi in info.json
2018-05-23config edit for caps indicator (#3016)Barry Huang1-6/+27
* Capslock indicator add * edit * name correction * led_set_user(usb_led); delete * config edit for caps indicator * keymap.c fix * led.h include
2018-05-23Adds Zlant keyboard support (#3028)Felipe Coury7-0/+175
* Added Zlant support * Uses LAYOUT and identifies individual layers * Removed deprecated =? usage on rules.mk * Adds readme for Zlant keyboard and its default layout * Fixed LAYOUT constant * Minor zlant readme formatting fix
2018-05-23Fix to KC60 LAYOUT_60_ansi matrix (#3026)noroadsleft1-9/+9
2018-05-23Refactor and Configurator update for ACR60 (#3025)noroadsleft4-17/+51
2018-05-23Add edvorakjp layout for the Iris keyboard (#3020)epaew4-0/+238
* add edvorakjp libraries * add edvorakjp iris keymap * change the custom eeconfig's address to prevent future address conflicts * deleted the verbose line of rule.mk
2018-05-23Refactor and Configurator updates for 9key (#3024)noroadsleft3-4/+16
2018-05-22Adds basic support for u/flehrad's bigswitch pcb (#3015)Yan-Fa Li7-0/+219
* Adds basic support for u/flehrad's bigswitch pcb - also adds support for OSX Eject/Power The function of this key depends on the version of OSX and if you have physical media. For a macbook pro 2017 holding this key down brings up the shutdown dialog. If you wrap it in LCTL and LSFT the screenlock turns on immediately. * Switch to Layout Macro - add a code for OSX Sleep * Add a README * Turn on RGB by default * Add info.json * Address comments by @drashna * Only define Eject in keymap
2018-05-22Fix led enabled slave (#3022)Danny2-8/+28
* Account for backlight enabled flag when passing backlight level to slave * Add BL_TOGG to keymap for testing * Apply backlight fix to Iris * Port I2C LED backlight control from Iris to Levinson
2018-05-22Refactor update for 6ball (#3017)noroadsleft2-16/+8
2018-05-22Add mike808 Viterbi layout (#3019)Danny3-0/+202
2018-05-22A personal layout for the orthodox keyboard (#3006)rfvizarra4-0/+202
* A personal layout for the orthodox keyboard * Added layout readme.md * Consolidated inclues with #include QMK_KEYBOARD_H * Moved layer tones setup to config.h * Replace persistent_default_layer_set calls with set_single_persistent_default_layer * Simplified the process_record_user function using layer_state_set_user function and MO() to set the lower, raise, nav and media layers * Removed AUDIO_ENABLE ifdefs and persistent_default_layer_set() as they are not needed any more
2018-05-22Fix Atom47 configurator layout (#3018)Maarten Dekkers2-2/+2
2018-05-22convert to unix line-endings [skip ci]QMK Bot1-1/+1
2018-05-22Fix atom47 keyboard revision naming (#3013)Maarten Dekkers12-29/+27
* Fixed Atom47 revisions, rev1 is rev3 * Remove rev1 folder * Added bootloader to info.json * Renamed layout * Change readme for atom47 * Remove bootloader line from info.json
2018-05-22Remove ISO imposter key from TKL keymap (#3014)Joe Wasson1-1/+15
2018-05-21Add 80 key layout to Ergodone, as it appears to support it (#2984)Drashna Jaelre2-12/+116
* Add 80 key layout to Ergodone * Add layouts * Missed a comma .....
2018-05-21Fix Ergodox EZ Info.json files (#2979)Drashna Jaelre3-18/+182
* Fix Ergodox EZ Info.json files * Ugh, column stagger! * Whoops, added offset to wrong axis * Add changes to Ergodone and Ergodox Infinity
2018-05-21Fix Orthodox heightDrashna Jaelre3-15/+15
2018-05-20Capslock indicator add (#3007)Barry Huang1-0/+11
* Capslock indicator add * edit * name correction * led_set_user(usb_led); delete
2018-05-20HS60 ANSI keymap (#3010)yiancar7-8/+243
* Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * HS60 ANSI update * HS60 ANSI update
2018-05-20Kira 75 QMK Support (#3003)MechMerlin9-0/+473
* preliminary check in of Kira75 * Layout done * make an appropriate keymap and fix layout commas * formatting changes and housekeeping * add info.json contents for QMK Configurator support * add RGB underglow support * add support for caps and num lock leds
2018-05-20Merlin community layouts (#3004)MechMerlin23-158/+24
* community layout support for eagle_viper v2 and remove mechmerlin keymap dir * community layout support for eagle_viper v2 and remove mechmerlin keymap dir * Change to QMK_KEYBOARD_H and remove merlin keymap in favor of cmmunity layouts * community layout support 60_ansi * community layout support for 60_ansi
2018-05-19Renamed jd40's LAYOUT to LAYOUT_kc (#3000)MechMerlin2-7/+19
Made a new LAYOUT without all the KC_##
2018-05-19checking in xxinophobia's changes to get ISO enter working correctly (#2999)MechMerlin1-2/+1
2018-05-19change do60 config (#2996)sennin325-23/+55
* add do60 support * DO60 on market config v0.2.8 * remove do60x * Changes for matching new naming rule
2018-05-19fix broken links in readme.md for bigseries (#2997)Joe Burchett1-1/+1
2018-05-19Updating my maps in upstream master (#2987)Xyverz33-867/+1729
* Adding Rama M10-A Macropad * ch-ch-ch changes... * Major overhaul based on SMT's keymap. * more changes. * Moved the FKeys to the ADJUST layer. * More rearranging. * Alias in Atreus62 keymap to make it more legible Added config.h to fix tapping_term issue for Caps Lock key in OSX * Added OrthoDox layout. * More layout changes. * Fixing things with the keyboard. * Finishing touches. Set left-hand master in config.h Embedded the arrow keys in keymap.c * Revised keymap making this easier to use. * additions and changes. * changes to various keymaps. * Minor adjustments to OrthoDox layout. * Added Eco keymap. Updated Let's Split keymap. * Added gherkin * Removed my M10A keymap * Planck Keymap Updates Updated my Planck keymap and created a simple keymap for Seph's Preonic. * Added readme * readme fixes * Update readme.md more clarification * Keymap Tweaks Removed the Power button setting from the keymap. It was in a horrible location. I'll work on getting it setup somewhere else sometime later. * Added Readme I finally got around to adding a readme to this keymap. I've also added minor changes to the layout. * Fixed Keymap Error * Fixed Readme * adding iris and levinson keymaps * Tweaks to keymap * added youngJZ keymap * Changes to keymap Added a readme.md * Levinson changes Added the readme.md and rules.mk files. Configured RGB underglow and backlighting. * fixed readme * changes to keymaps * Updated keymap * Updated readme.md * Updated Readme (again) * Updated Readme Fixed formatting. Again. * Updated readme This is the last readme update for this keyboard update. I hope. * Added Contra keymap * Kinesis Keymap Update * Updated Keymaps I've updated my Kinesis (Stapelberg) layout and my Clueboard 66 layout. I've also updated my Kinesis Readme. * Clueboard Keymap update Added media keys to my Clueboard 66 Rev2 layout. * Added keymap Added Minidox keymap & rules. Added user function to Let's Split keymap that turns off the red LEDs on the Pro Micros. * New Zen keymap Added Zen keyboard to my list of keyboards, so had to generate a new keymap for it. Also adding some changes to my MiniDox keymap and config.h, as well as my Levinson's config.h. The config.h file changes enable ee_hands. * A few changes for useability I made a few changes to the Minidox keymap to see if I can't make it more useable. I'm also working on streamlining the Zen keyboard keymap to reduce layers. * Re-vamped Iris keymap. * changes * minor keymap change This was a minor keymap change to use mod_tap for the backspace key: ALT when held, BSPC when tapped. * Added Fourier keymap * Keymap Cleanup Moved KC_ESC to KC_CAPS, and changed KC_ESC to KC_GRV This is because of muscle memory, I kept hitting ESC when trying to hit TAB. * Keymap Adjustments Swapped Caps/Esc, put Caps in Raise/Lower layers, put Grv in normal Esc position. Adjusted the readme.md to reflect these changes. * minor tweaks Added code to disable red ProMicro LEDs after flashing. * Clean-up * Corrections to keymap. Fixed a foul-up in the Zen keymap where the lctrl was where the LOWER should have been. * Changes to make this fall in line with the new Layout features * Moving to LAYOUTs for 4x12 boards * fixed config.h file * standardization changes * Reverted Atreus62 keymap to LAYOUT format * Switch Preonic and Nyquist to ortho_5x12 * Corrections to config.h * config.h file tweaks * config.h file tweaks
2018-05-18Add Contra layout & cleanup a few things (#2998)Harley Laue8-6/+120
* Have Del become backspace on the bottom layer for grid layouts * Fix modtap for ESC * Add sleep to Adjust layer
2018-05-18remove a KC-NO in row 1 (#2994)MechMerlin1-2/+2
2018-05-18Add QMK Configurator support and remove Layouts definitions (#2977)MechMerlin6-6/+36
* Add QMK Configurator support and remove userspace definitions * fix that build breakage * Unsupport community layouts but use standard layouts