summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-17splitty:ni: add gui-esc on right side, add ctl-t, remove dual role enter keysplittyNicolas Schodet
2020-05-28splitty:ni: add gui-esc key (replace unused enter key)Nicolas Schodet
2020-02-28splitty:ni: add the Saad keyNicolas Schodet
2019-10-28splitty:ni: add dual-function apos/alt keyNicolas Schodet
2019-05-28splitty:ni: add gui/gui-tab dual function role keyNicolas Schodet
2019-05-23splitty:ni: change low layer upper rowNicolas Schodet
2019-05-23splitty:ni: add dual-function dot/num keyNicolas Schodet
2019-05-23splitty:ni: add dual-function keysNicolas Schodet
2019-05-23splitty:ni: add a Reset keycodeNicolas Schodet
2019-05-23splitty:ni: remove ^P and ^N from navigation layerNicolas Schodet
2019-05-23splitty:ni: remove TAPPING_FORCE_HOLDNicolas Schodet
2018-10-01splitty:ni: add function key over numpadNicolas Schodet
2018-07-28splitty:ni: move unlock keyNicolas Schodet
2018-07-26splitty:ni: exchange Enter and Backspace on right 1.5u keysNicolas Schodet
2018-07-10splitty:ni: add ^P and ^N to navigation layerNicolas Schodet
Theses shortcuts are often used for previous/next.
2018-07-10splitty:ni: add altgred keys shortcuts to lowerNicolas Schodet
2018-07-10splitty:ni: use dual function keys again with sane config optionsNicolas Schodet
2018-07-10splitty:ni: exchange alt and lower, move app to function layerNicolas Schodet
2018-07-10splitty:ni: stop using dual role keysNicolas Schodet
2018-07-10splitty:ni: add lower layer, move gui/app/num againNicolas Schodet
2018-07-10splitty:ni: move g-tab, gui, num & appNicolas Schodet
Move g-tab move gui, num, app
2018-07-10splitty:ni: swap ctrl/gui, add g-tab, add backspace to num layerNicolas Schodet
2018-07-10splitty:ni: add nav lock, function layer, space ctrl, lower in num and ^WNicolas Schodet
2018-07-10splitty: add ni keymapNicolas Schodet
2018-07-10Add splitty keyboardNicolas Schodet
2018-07-09Correct conditional in mtdjr userspace (#3361)mtdjr
2018-07-09Fix header references for noxary 268 keyboard (#3359)Yan-Fa Li
Brown paper bag.
2018-07-09Configurator Noxary 268: match dir nameYan-Fa Li
To find the LAYOUT/KEYMAP the configurator backend needs the file names to match the directory by convention. Thanks @skullydazed
2018-07-09updating broken iris documentation links to match updated website (#3356)Wayne Chen
2018-07-09Al1 Configurator compile fix redux (#3357)MechMerlin
* move matrix routines to matrix.c * add init user and scan user routines
2018-07-09MxSS refactor and Configurator bugfix (#3355)noroadsleft
* Matrix refactor * Configurator bugfix
2018-07-09Initial Commit of Noxary 268 firmware by Rozakiin (#3351)Yan-Fa Li
* Initial Commit of Noxary 268 firmware by Rozakiin - initial import of files from Rozakiin's repo * Update build instructions * Add info.json for configurator
2018-07-09AL1 Unable to Compile on Configurator (#3339)MechMerlin
* use QMK_KEYBOARD_H * init_kb and scan_kb need to be in matrix.c to make use of the matrix.h include * Make the routines weak as suggested by Drashna
2018-07-09Add Comet46 keyboard (#3342)satt99
* Initial commit for Comet46 firmware * Update Comet46 README * Add readme to satt keymap of comet46 * Add default keymap for Comet46 * Fix broken link in readme * Delete redundant includes * Modify default keymap & fix LAYOUT macro * Modify satt keymap of Comet46
2018-07-09Add h87a keyboard (#3329)Josh Hinnebusch
* Add H87a keymap and info * Create readme.md * Add h87a .json for kbfirmware.com use * Update readme.md * Update readme.md * Update h87a files * Delete Makefile * Update readme.md * Delete desktop.ini * update files to match new QMK framework * Update files to match new QMK structure * Update files to match new QMK structure * add layout name information * Add info.json * update keymap to support layout_all * update keymap to support layout_all * update rules.mk to fix filesize * Update readme.md * Update config.h * Update readme.md * Update config.h * Update config.h Add "define CONFIG_H and include "config_common.h" back to file
2018-07-09Merge pull request #3354 from drashna/shiny_dox_fixErez Zukerman
Fix Ergodox EZ issues introduced with ShinyDox merge (#3229)
2018-07-08Turn backlight support on by default for tkc1800 (#3353)TerryMathews
2018-07-08Fixed MxSS ISO layouts in QMK configuator (hopefully) (#3352)MxBlu
* Attempted fix for ISO layouts for QMK configurator * Updated MxSS ISO layouts to remove an unnecessary key
2018-07-08Revert to RGB Underglow being enabled, rather than rgb matrixDrashna Jaelre
2018-07-08Re-add RGBW code, so RGB Underglow will compileDrashna Jaelre
2018-07-08Add edvorakjp keymap for the Helix (rev2) keyboard (#3340)epaew
* add readme.md * add extern declaration of edvorakjp_config to edvorakjp.h * add oled.c * add layout definitions * add keymap.c * add rules.mk * fix rgblight issue: rgblight_setrgb() ignore RGBLIGHT_LIMIT_VAL
2018-07-08Fixed issues with MxSS RGB functionality (#3341)MxBlu
* Added basic MxSS support * Fixed split RSHFT for ISO layouts * Updated readme.md for MxSS * Added initial support for individual control of front RGB LEDs * Changed RGBLED color selection to work using hue and saturation rather than RGB Added code for LED state change on layer change * Avoid needing an entire 8 bits to store the brightness value * Added custom keycodes, along with their handlers * Added EEPROM storage for front LED config * Fixed up ability to use QMK Configurator and updated readme.md * Applied suggested changes from pull request: https://github.com/standard/standard/issues/452 Updated name in license descriptions Updated layouts to snake case Corrected mistakes in info.json Updated layer_colors to a weak attributed array in mxss.c * Defined a new safe range for custom keycodes in keymap.c * Fixed up issues with front LED Fixed LEDs not always updating in indicator mode Added support for the other RGBLIGHT modes in RGB mode * Attempted fix for ISO layouts for QMK configurator
2018-07-07Helix: Move definition of LAYOUT_kc to each revision. (#3333)epaew
2018-07-07Add MxSS keyboard (#3335)MxBlu
* Added basic MxSS support * Fixed split RSHFT for ISO layouts * Updated readme.md for MxSS * Added initial support for individual control of front RGB LEDs * Changed RGBLED color selection to work using hue and saturation rather than RGB Added code for LED state change on layer change * Avoid needing an entire 8 bits to store the brightness value * Added custom keycodes, along with their handlers * Added EEPROM storage for front LED config * Fixed up ability to use QMK Configurator and updated readme.md * Applied suggested changes from pull request: https://github.com/standard/standard/issues/452 Updated name in license descriptions Updated layouts to snake case Corrected mistakes in info.json Updated layer_colors to a weak attributed array in mxss.c * Defined a new safe range for custom keycodes in keymap.c
2018-07-07Configurator fix for Christmas Tree (#3338)noroadsleft
2018-07-07Instruct macos users to use avr-gcc@7 (#3337)Evan Travers
If you run `brew install avr-gcc`, you get a version that has compatibility issues with LUFA. I updated the getting started guide for osx, the qmk_install setup script, and added a section to the FAQ for folks like me who accidentally updated avr-gcc past 7.
2018-07-07Added my Balance 12 layout for Atreus (#3336)yttyx
* New Balance Twelve-based layout for the Atreus keyboard * Rearrange cursor keys. Fix layout comment typo. * Added Balance 12 layout for Atreus * Changes following review.
2018-07-07bugfix: Custom lock key for Windows (#3334)epaew
Win+Shift+L => Win+L and update readme
2018-07-07COD67 "Support" (#3332)MechMerlin
* preliminary Gray COD67 checkin * Get part of the switch matrix prepped * finish switch matrix * mock the pins and keymap for now * add keymap fixes * update readme with flashing instructions * keymap fix * Add more flashing and notes info to readme * remove un needed file * fix comments * add QMK Configurator Support
2018-07-07Fix a few minor formatting annoyances in WhiteFox (#3331)MechMerlin