summaryrefslogtreecommitdiffstats
path: root/keyboards
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15Added M10-B implementationWilba658213-1/+521
2018-07-15AJP10304 Atreus 50 layout (#3403)ajp103046-2/+484
2018-07-15UK78 Refactor: rename LAYOUT to LAYOUT_all (#3405)noroadsleft3-7/+7
2018-07-14UK78 refactor and Configurator support (#3395)noroadsleft5-193/+303
* Matrix update * Keymap refactor * Configurator support * Readme cleanup
2018-07-14callum keymap updates (#3402)Callum Oakley1-223/+230
* change window focus shortcuts * hangul * macos goodness * re-arrange tab keys * remove tab switching keys * left hand func * glorious macro pad * workspace rotation keys * tabbing hotkeys
2018-07-14mitosis:datagrok layout and readme improvements (#3400)Michael F. Lamb4-98/+267
* mitosis:datagrok: improved tenkey layout; changelog + more in README * mitosis:datagrok enable audio! * mitosis:datagrok: underscore on right shift, rearrange some symbols * mitosis:datagrok: add more descriptions to readme * mitosis:datagrok: abuse space cadet to get equivalent of RSFT_T(KC_UNDS)
2018-07-14Add A Planck keymap with easier shifts and nav (#3399)Andreuha4-0/+337
2018-07-14keymap BFO9000 built as 6x18 (#3398)Andreuha2-0/+107
2018-07-14Configurator does not work with melody96 leds (#3396)MechMerlin3-70/+21
* move out led code from keymap.c to melody96.c * remove the other led_set_user
2018-07-14Fix redox with DIODE_DIRECTION == ROW2COL (#3394)frederik-h1-0/+5
The code for the redox keyboard was missing an appropriate #ifdef in the matrix_init function for the case where DIODE_DIRECTION == ROW2COL
2018-07-13Added E6v2 keymap & some minor changes (#3392)Eric3-2/+33
* Changed HHKB ALT to GUI etc. * Swapped DZ60 GUI and ALT key * Added E6v2 keymap * Fixed CAPS to LCTL on E6v2
2018-07-13Tada68: Updated links to external sites. (#3389)Luma1-1/+1
Friend was having trouble with their tada since their build environment wasn’t setup. Updated so they could access the links that were listed (old links 404’d)
2018-07-13Kmini refactor and Configurator support (#3388)noroadsleft3-23/+42
* default keymap refactor: QMK_KEYBOARD_H include; readability * Configurator support * info.json was missing a comma * Added matrix functions to matrix.c per @drashna
2018-07-12Add kmini (#3386)Maarten Dekkers8-0/+600
* Add kmini * Change keyboard USB description
2018-07-12Update JC65 Readme (#3384)MechMerlin3-12/+19
2018-07-12Configurator fix: Removed an extra key (#3380)noroadsleft1-1/+1
2018-07-12Helix rev1 refactor: deleted extra commas (#3379)noroadsleft1-4/+4
2018-07-12Ergodash refactor and Configurator update (#3378)noroadsleft5-53/+60
* Moved info.json to rev1 directory * rev1 info.json metadata update * Configurator support for ErgoDash rev2 * Moved rev1/ergodash.h to ergodash.h * Integrate rev2 support into ergodash.h; delete rev2/ergodash.h
2018-07-12MT40 refactor and Configurator support (#3377)noroadsleft4-23/+33
* Removed LAYOUTS ortho_4x12 and planck_grid from rules.mk * Matrix refactor * Keymap refactor * Configurator support
2018-07-12Add Quefrency Keyboard (#3376)Danny20-0/+1458
* Fork Fourier keyboard to Quefrency * Set Quefrency pinouts and initial keymap * Set configurator layout
2018-07-12Helix config refine (#3374)MakotoKurauchi19-58/+85
* helix config.h refine
2018-07-12Minidox refactor and Configurator support (#3373)noroadsleft8-32/+36
* Matrix refactor * Keymap refactor: #include QMK_KEYBOARD_H * Configurator support
2018-07-11Refactor, Configurator update, and Readme cleanup for Chimera Ergo (#3083)noroadsleft4-114/+85
* Refactor for Chimera Ergo * Readme cleanup * Configurator update
2018-07-11Fix h87a info.json (#3371)MechMerlin1-3/+2
2018-07-11LFK78 Refactor and Configurator support (#3369)noroadsleft13-174/+173
* LFK78: matrix and keymap refactor * Removed lfkeyboards.c and lfkeyboard.h * LFK78: Configurator support * LFK78: Readme cleanup
2018-07-11convert to unix line-endings [skip ci]QMK Bot1-1/+1
2018-07-11S65-X refactor and Configurator support (#3306)noroadsleft6-6/+97
* Matrix refactor: add S65-Plus matrices * Fix description identifier * Readme cleanup * Configurator support * Add s65plus default keymap
2018-07-10add hhkb bluetooth functionality (rn42) (#2693)Enochen14-0/+2040
* add hhkb bluetooth functionality (rn42) pretty much straight from tmk some minor changes to make things work * hhkb jp personal keymap * Revert "hhkb jp personal keymap" This reverts commit 886713d8bb98572f03110f285706a8140a083892.
2018-07-10MxSS Configurator bugfix: removed an extra key that didn't belong (#3362)noroadsleft1-1/+1
2018-07-09Fix header references for noxary 268 keyboard (#3359)Yan-Fa Li3-3/+3
Brown paper bag.
2018-07-09Configurator Noxary 268: match dir nameYan-Fa Li2-0/+0
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 Chen1-1/+1
2018-07-09Al1 Configurator compile fix redux (#3357)MechMerlin2-10/+18
* move matrix routines to matrix.c * add init user and scan user routines
2018-07-09MxSS refactor and Configurator bugfix (#3355)noroadsleft2-113/+113
* Matrix refactor * Configurator bugfix
2018-07-09Initial Commit of Noxary 268 firmware by Rozakiin (#3351)Yan-Fa Li9-0/+437
* 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)MechMerlin3-6/+7
* 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)satt9913-0/+983
* 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 Hinnebusch7-0/+387
* 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 Zukerman2-4/+4
Fix Ergodox EZ issues introduced with ShinyDox merge (#3229)
2018-07-09Turn backlight support on by default for tkc1800 (#3353)TerryMathews3-5/+5
2018-07-09Fixed MxSS ISO layouts in QMK configuator (hopefully) (#3352)MxBlu1-41/+41
* Attempted fix for ISO layouts for QMK configurator * Updated MxSS ISO layouts to remove an unnecessary key
2018-07-09Revert to RGB Underglow being enabled, rather than rgb matrixDrashna Jaelre1-2/+2
2018-07-09Re-add RGBW code, so RGB Underglow will compileDrashna Jaelre1-2/+2
2018-07-08Add edvorakjp keymap for the Helix (rev2) keyboard (#3340)epaew10-2/+544
* 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)MxBlu3-8/+35
* 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-08Helix: Move definition of LAYOUT_kc to each revision. (#3333)epaew3-78/+109
2018-07-08Add MxSS keyboard (#3335)MxBlu11-0/+1768
* 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-08Configurator fix for Christmas Tree (#3338)noroadsleft1-1/+1
2018-07-08Added my Balance 12 layout for Atreus (#3336)yttyx3-0/+208
* 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)epaew2-2/+2
Win+Shift+L => Win+L and update readme