aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-01-26Refactor to use new central board config filesGravatar zvecr
2020-01-26Remove duplicate board filesGravatar zvecr
2020-01-26Create central board for bluepillGravatar zvecr
2020-01-24Update split serial code to use driver pattern (#7990)Gravatar Joel Challis
* Move avr serial code to drivers * Update src+= serial.c to driver pattern
2020-01-24[Keyboard] HS60 v2 ISO: fix Configurator key ordering (#7958)Gravatar James Young
* white-space formatting * reorder the objects
2020-01-23Added VIA support to Noxary 280 (#7960)Gravatar Wilba
* Added VIA support to Noxary 280 * Added VIA support to Noxary 280 * Review changes
2020-01-23Add VIA support to TMO50 (#7986)Gravatar Xelus22
* via compatible * disable mousekey * remove unnecessary space
2020-01-23Fix LED configuration for PS2AVRGB boards (#7989)Gravatar fauxpark
* Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes
2020-01-24format code according to conventions [skip ci]Gravatar QMK Bot
2020-01-24Add customisable EEPROM driver selection (#7274)Gravatar Nick Brassel
- uprintf -> dprintf - Fix atsam "vendor" eeprom. - Bump Kinetis K20x to 64 bytes, too. - Rollback Kinetis to 32 bytes as partitioning can only be done once. Add warning about changing the value. - Change RAM-backed "fake" EEPROM implementations to match eeconfig's current usage. - Add 24LC128 by request.
2020-01-23Local ChangesGravatar Akaash Suresh
2020-01-22[Keymap] Phoebe keymap improvements (#7963)Gravatar Max Rumpf
* [Phoebe] Allow to input pipe characters with only one modifier * [Phoebe] Update RGB animations
2020-01-23HS60 EEPROM size fix (#7968)Gravatar yiancar
2020-01-22eeprom size fix (#7969)Gravatar yiancar
2020-01-22[Keyboard] added support for new rev of cypher PCB (#7636)Gravatar Cable Car Designs
* cleanup of existing branches to resync with upstream. removed old cyp… …her files, added new cypher files.
2020-01-22Clueboard Rev4 Updates aka Volcano 660 (#7942)Gravatar MechMerlin
* fix audio enable repetition * remove RGB LED support as this board has no RGB LB LEDs * use pragma once * this board has no backlight support * enable COMMAND_ENABLE * comment cleanups * setting bootmagic to lite as the first board thathat has this PCB has a solid bottom. If someone forgets to put in a RESET key on their keymap, they are not going to have fun resetting the board * Update keyboards/clueboard/66/rev4/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/clueboard/66/rev4/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/clueboard/66/rev4/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/clueboard/66/rev4/rules.mk Co-Authored-By: fauxpark <fauxpark@gmail.com> * convert the palset and palclear routines to setpinoutput and writepinlow * remove scankb * restore original guards instead of pragma once Co-authored-by: fauxpark <fauxpark@gmail.com>
2020-01-21Swap two columns to fix Skog Lite (#7940)Gravatar Brett Inman
* Swap two cols to fix skog lite * Fix readme * Suggested formatting Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-01-21[Keyboard] Cospad refactor (#7957)Gravatar fauxpark
* Cospad refactor * Add num lock indicator code * Add led_init_ports() * Revert change to matrix position blanks * Define BACKLIGHT_ON_STATE explicitly, in anticipation of PR6749
2020-01-21Align cformat rules with current CI implementation (#7936)Gravatar Joel Challis
* Align cformat rules with current CI implementation * Optimise file walking
2020-01-21[Keymap] adding personal rebound keymap (#7956)Gravatar Rossman360
2020-01-21[Keyboard] HS60 Refactor (Keymap restructure to be more standardized) (#7847)Gravatar yiancar
* Keymap restructure to be more standardized * made bootmagic lite default * Dividing keymaps * Update keyboards/hs60/v2/v2.c
2020-01-21[Keyboard] Added WT60-B, WT60-BX (wilba.tech THERMAL) (#7948)Gravatar Wilba
* Added WT60-B, WT60-BX * Review changes
2020-01-21[Keyboard] Think 6.5 Soldered Matrix Fix (#7952)Gravatar MechMerlin
* both backspace and left shift matrix positions off by one * update the led_update routine * update readme * Update keyboards/gray_studio/think65/solder/solder.c
2020-01-21keymap, fixed rgb effect name and deactivate oled (#7953)Gravatar dsanchezseco
* added rgblight controls to planck keymap * fixed knight ridder offset to face me * no oled for crkbd 'till fixed * fixed RGB effect name
2020-01-21Add VIA support to DZ60 (#7814)Gravatar Dmitrijs Minajevs
* Add DZ60 to VIA * Changed vendor id from 'KF' to 'DZ' * Capitalize hex * Fix Via_layout_options size setting * Update keyboards/dz60/keymaps/via/rules.mk Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-01-21format code according to conventions [skip ci]Gravatar QMK Bot
2020-01-21Fix lock LEDs for ChibiOS when using shared endpoints (#7877)Gravatar fauxpark
* Fix lock LEDs for ChibiOS when using shared endpoints * Tweak comments * Doesn't need to be uint16 anymore
2020-01-21Add DIODE_DIRECTION to Getta25 (#7951)Gravatar fauxpark
2020-01-20[Keymap] Feature/preonic/rev3/alfrdmalr (#7870)Gravatar Alfred Maler
* WIP do not merge * first pass at custom preonic layout * add auto shift and reset via leader key * Update readme * update copyright notice * formatting changes * fix: use MO instead of process_record_user * added backslash and moved grave position * remove extraneous 'j' characer in NUMPAD template * update template formatting * remove process_record_user * swap "!" with "@" * fix readme formatting * update readme layout image
2020-01-20[Keyboard] Add keyboard Getta25 (#7497)Gravatar Salicylic-acid3
* [Keyboard] Add keyboard Getta25 Add Getta25 keyboard. A 25 keys Tenkey. Salicylic-acid3 * Update keyboards/getta25/info.json * Update keyboards/getta25/readme.md * Update keyboards/getta25/readme.md * Update keyboards/getta25/readme.md * Update keyboards/getta25/info.json * Update keyboards/getta25/info.json * Update keyboards/getta25/info.json * Update keyboards/getta25/info.json * Update keyboards/getta25/keymaps/oled/glcdfont.c * Update keyboards/getta25/keymaps/oled/glcdfont.c * Keymap Update Remove unnecessary code blocks * Update keyboards/getta25/keymaps/oled/keymap.c * Update keyboards/getta25/keymaps/oled/keymap.c * Update keyboards/getta25/keymaps/oled/keymap.c
2020-01-20Invert Num Lock LED state (#7945)Gravatar clovervidia
2020-01-20format code according to conventions [skip ci]Gravatar QMK Bot
2020-01-20Add VIA support for QMK backlight, QMK RGBLight (#7911)Gravatar Wilba
* Add VIA support for QMK backlight, QMK RGBLight * clang-format changes
2020-01-20curry layout (#7943)Gravatar Akaash Suresh
2020-01-19Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)Gravatar fauxpark
2020-01-19Fix attribute heritance for long commands.Gravatar Erovia
This is needed for inheritance to work with commands that have dashes in their names.
2020-01-19Fix commandline arg merging, small improvementsGravatar Erovia
Commandline args should be merged with the submodule's config. Compare config values to None instead of False, so empty lines and False can be used as values.
2020-01-19MILC: Fix/complete attribute heritanceGravatar Erovia
If an undefined attribute of a submodule is accessed, fall back to same attribute of the submodule's parent.
2020-01-19[Keyboard] Addition Eagle II keyboard (#7927)Gravatar Spaceman
* add EagleII Keyboard * Update eagleii.c * Update eagleii.h * Update keymap.c * Update eagleii.h * Update keymap.c * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/rules.mk * Update config.h * Update rules.mk * Update eagleii.h * Update eagleii.h * Update keymap.c * Update info.json * Update keyboards/handwired/eagleii/rules.mk * Update keyboards/handwired/eagleii/rules.mk * Create readme.md * Update keyboards/handwired/eagleii/readme.md * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/readme.md * Update keyboards/handwired/eagleii/readme.md
2020-01-19[Keyboard] Add mx5160 keyboard (#7142)Gravatar Maarten Dekkers
* Add mx5160 keyboard * Make necessary changes for merging rules.mk cleanup, QMK's built in alias for KC_TRNS and change readme blurb * Add info.json as well * Update readme, info.json * Change layout name, update led function * Fix info.json * Update rules.mk
2020-01-19[Docs] Misc cleanups for OLED documentation (#7864)Gravatar fauxpark
2020-01-19Fix unknown key 'IndentPPDirectives' on CI (#7933)Gravatar Joel Challis
2020-01-19[Keyboard] Rebound keyboard add (#7886)Gravatar Rossman360
* create Rebound keyboard * proofread * update decade * layer enums * revert enum layer changes * line spacing and such * product ID and punctuation * terminating terminating slashes * layer enums * remove slashes * rules change, rgb and spacing * plural layouts rgb rulez
2020-01-19[Keyboard] Rebound keyboard add (#7886)Gravatar Rossman360
* create Rebound keyboard * proofread * update decade * layer enums * revert enum layer changes * line spacing and such * product ID and punctuation * terminating terminating slashes * layer enums * remove slashes * rules change, rgb and spacing * plural layouts rgb rulez
2020-01-19[Keyboard] Add Tartan keyboard (#7917)Gravatar Takuya Urakawa
* first commit * update keymap and key layout * Update for release * Update keyboards/tartan/config.h Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/info.json Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/info.json Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/info.json Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/keymaps/default/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/keymaps/default/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/keymaps/default/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/keymaps/test/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/keymaps/test/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Delete tartan/keymaps/test * Update keyboards/tartan/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Delete tartan/keymaps/default/config.h * Update keyboards/tartan/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/rules.mk Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/tartan/rules.mk Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Delete unneccesary settings * Fix tartan/rules.mk * Delete unnecessary code from tartan.c * Rearrange layout order in tartan.h * Update keyboards/tartan/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/tartan/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update usb config * Update keyboards/tartan/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Delete unused defines * Update keyboards/tartan/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/tartan/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/tartan/usbconfig.h Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
2020-01-19Remove tmk_core gitignore and gitmodulesGravatar fauxpark
2020-01-19Run clang-format manually to fix recently changed files (#7934)Gravatar Joel Challis
* Run clang-format manually to fix recently changed files * Run clang-format manually to fix recently changed files - revert template files * Run clang-format manually to fix recently changed files - format off for ascii_to_keycode_lut
2020-01-18Remove custom backlight code for PS2AVRGB boards (#7775)Gravatar fauxpark
* Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
2020-01-19Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)Gravatar fauxpark
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards * Define diode direction for failing boards * Matching parentheses * Put onekey diode directions in top level config
2020-01-18Added keymap for Space65 (#7562)Gravatar James Young
* Initial commit * Modified keymap and updated readme. * fixed numbering in readme * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Made requested changes in PR. * Rename README.md to readme.md * swapped media control keys * updated right alt key to apply shift key for emacs * updated R_Alt to remove shift * Updated readme * add layout 2 and rename existing folder to layout 4 - renamed existing folder with directional layout to layout 4 - udpated existing readme - Added layout_60_2 * update flash script per pull request review * Added keymap profile to space65 - This keymap profile is for MacOS with VIM key bindings - See readme for more information * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * remove unnecessary code from keymap * updated keys and cleaned up readme Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>