summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unknown key 'IndentPPDirectives' on CI (#7933)Joel Challis2020-01-192-8/+13
|
* [Keyboard] Rebound keyboard add (#7886)Rossman3602020-01-190-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Keyboard] Rebound keyboard add (#7886)Rossman3602020-01-196-0/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Keyboard] Add Tartan keyboard (#7917)Takuya Urakawa2020-01-199-0/+893
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Remove tmk_core gitignore and gitmodulesfauxpark2020-01-192-13/+0
|
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-1913-218/+170
| | | | | | | | * 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
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-18101-2802/+474
| | | | | | | | | | | | | | * 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
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)fauxpark2020-01-1954-6/+120
| | | | | | | | | | * 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
* Added keymap for Space65 (#7562)James Young2020-01-1811-4/+428
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * updated keys and cleaned up readmeWilliam Chang2020-01-012-21/+20
| |
| * Merge branch 'feature/billiams_space65' of github.com:billiams/qmk_firmware ↵William Chang2019-12-082-5/+5
| |\ | | | | | | | | | into feature/billiams_space65
| | * Update keyboards/gray_studio/space65/keymaps/billiams/keymap.cWilliam Chang2019-12-081-1/+1
| | | | | | | | | Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
| | * Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang2019-12-081-1/+1
| | | | | | | | | Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
| | * Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang2019-12-081-1/+1
| | | | | | | | | Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
| | * Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang2019-12-081-1/+1
| | | | | | | | | Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
| | * Update keyboards/gray_studio/space65/keymaps/billiams/readme.mdWilliam Chang2019-12-081-1/+1
| | | | | | | | | Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
| * | remove unnecessary code from keymapWilliam Chang2019-12-081-40/+0
| |/
| * Added keymap profile to space65William Chang2019-12-073-0/+226
| | | | | | | | | | - This keymap profile is for MacOS with VIM key bindings - See readme for more information
| * update flash script per pull request reviewWilliam Chang2019-12-062-8/+2
| |
| * add layout 2 and rename existing folder to layout 4William Chang2019-11-208-3/+248
| | | | | | | | | | | | - renamed existing folder with directional layout to layout 4 - udpated existing readme - Added layout_60_2
| * Merge remote-tracking branch 'upstream/master'William Chang2019-11-206620-501433/+194898
| |\
| * \ Merge branch 'master' of https://github.com/qmk/qmk_firmwareWilliam Chang2019-07-132122-9404/+90836
| |\ \
| * \ \ Merge branch 'master' of https://github.com/billiams/qmk_firmwareWilliam Chang2019-05-100-0/+0
| |\ \ \
| | * \ \ Merge pull request #2 from billiams/feature/billiamsWilliam Chang2019-05-091-1/+1
| | |\ \ \ | | | | | | | | | | | | Updated readme
| | | * | | Updated readmeWilliam Chang2019-05-091-1/+1
| | | | | |
| * | | | | fixed conflict in readmeWilliam Chang2019-05-107-21/+268
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'qmk-master'William Chang2019-05-09671-11435/+22563
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | resolved conflictsWilliam Chang2019-05-09671-11435/+22563
| |/| | | |
| * | | | | updated R_Alt to remove shiftWilliam Chang2019-04-252-4/+3
| | | | | |
| * | | | | updated right alt key to apply shift key for emacsWilliam Chang2019-04-252-3/+4
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/billiams/qmk_firmwareWilliam Chang2019-04-221-0/+0
| |\ \ \ \ \
| | * | | | | Rename README.md to readme.mdWilliam Chang2019-04-201-0/+0
| | | | | | |
| * | | | | | swapped media control keysWilliam Chang2019-04-222-7/+6
| |/ / / / /
| * | | | | Merge branch 'master' of https://github.com/billiams/qmk_firmwareWilliam Chang2019-04-201-11/+11
| |\ \ \ \ \
| | * | | | | Update README.mdWilliam Chang2019-04-201-1/+1
| | | | | | |
| | * | | | | Update README.mdWilliam Chang2019-04-201-5/+5
| | | | | | |
| | * | | | | Update README.mdWilliam Chang2019-04-201-1/+1
| | | | | | |
| | * | | | | Update README.mdWilliam Chang2019-04-201-3/+3
| | | | | | |
| | * | | | | Update README.mdWilliam Chang2019-04-201-1/+1
| | | | | | |
| | * | | | | Update README.mdWilliam Chang2019-04-201-1/+1
| | | | | | |
| * | | | | | Made requested changes in PR.William Chang2019-04-201-9/+7
| |/ / / / /
| * | | | | fixed numbering in readmeWilliam Chang2019-04-201-4/+4
| | | | | |
| * | | | | Modified keymap and updated readme.William Chang2019-04-203-24/+36
| | | | | |
| * | | | | Initial commitWilliam Chang2019-04-204-0/+121
| | | | | |
* | | | | | Move rgblight and backlight task to common location (#7733)Joel Challis2020-01-195-16/+11
| | | | | |
* | | | | | Configuration values for starting HSV and speed (#7740)Rob Haswell2020-01-182-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Define default HSV and speed for RGB matrix. * Documentation for configuration values RGB_MATRIX_STARTUP_HUE, RGB_MATRIX_STARTUP_SAT and RGB_MATRIX_STARTUP_VAL. * Document RGB_MATRIX_STARTUP_SPD. * Preserve the ordering.
* | | | | | [Keymap] Added mverteuil keymaps and userspace common code (#7876)M. de Verteuil2020-01-1815-0/+1375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added mverteuil content - Userspace - Knops keymap - Preonic keymaps * Simplified and replaced some magic numbers * Convert tabs to spaces * Clean up LED handling, better animation, better layer init * Use get_highest_layer per @drashna suggestion * Reorder prototypes/reformat * Simplified/more expessive and fixed initial layer LED * Remove changes to git ignored files
* | | | | | [Keyboard] Fix the order of underglow LEDs on ergodash/rev1 (#7791)Nathan Gray2020-01-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the v1.2 PCB the slave half leds go in reverse order compared to the master half. With this change, the leds are all in order from left to right, so animations like Knight Rider look like you'd expect.
* | | | | | [Keyboard] Wasdat matrix cleanup (#7909)fauxpark2020-01-172-194/+54
| | |