summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-2531-0/+1464
|\
| * ADNS-5050 / Ploopy Nano / Ploopy Mini Trackballs (#11994)ploopyco2021-03-2531-0/+1464
| | | | | | | | | | | | | | * added adns5050 sensor code, as well as implementations for the Ploopy Mini and the Ploopy Nano * fixed spurious scrolling issue * recommended fixes for pr linting and cleanup
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-254-54/+17
|\|
| * Minor improvements to BM68RGB (#12156)Albert Y2021-03-254-54/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Minor improvements to BM68RGB * Add grave esc and LTO support * Move comments to end of line * Document the use of qmk script for compiling and flashing * Revert arrow key flags back to mod * Update keyboards/bm68rgb/bm68rgb.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/bm68rgb/bm68rgb.c Co-authored-by: Ryan <fauxpark@gmail.com> * Remove grave escape Co-authored-by: Ryan <fauxpark@gmail.com> * Update tab spacing Co-authored-by: Ryan <fauxpark@gmail.com> * Reverted make default Co-authored-by: Ryan <fauxpark@gmail.com> * Reverted make flash Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-1/+2
|\|
| * Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same (#12203)Naoto Takai2021-03-251-1/+2
| | | | | | | | | | * Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same * Use NO_PIN instead of duplicate pin
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-2511-0/+1673
|\|
| * Add Nix Studio OXALYS80 Keyboard (#12118)Sendy Aditya Suryana2021-03-2511-0/+1673
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit of OXALYS80 firmware * Remove comments * Add new return in info.json * Fix pin output init for scroll lock indicator * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/oxalys80.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Delete keymaps config.h * Update keyboards/nix_studio/oxalys80/config.h Co-authored-by: Sendy Aditya Suryana <sendy.suryana@go-jek.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-105/+136
|\|
| * [Keymap] Update keyboards/helix/pico/keymaps/mtei/keymap.c (#12188)Takeshi ISHII2021-03-251-105/+136
| | | | | | | | | | | | | | | | | | * update keyboards/helix/pico/keymaps/mtei/keymap.c Stopped using the LAYOUT_kc macro. (this is response to #12160) There is no change in the generated binary. * small update pico/keymaps/mtei/keymap.c
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-0/+48
|\|
| * [Keymap] ANAVI Macro Pad 2 add git keymap (#12212)Leon Anavi2021-03-251-0/+48
| | | | | | | | | | | | | | | | | | This keymap for ANAVI Macro Pad 2 contains popular git commands typed out and executed with a single key: - left key: git commit -s - right key: git push Signed-off-by: Leon Anavi <leon@anavi.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-252-0/+14
|\|
| * Add RGB Matrix suspend wake functions to BM40 (#12246)Albert Y2021-03-252-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add suspend wake functions for RGB Matrix * Add suspension RGB functions to Planck/rev6 and Preonic/rev3 * Add suspend wake to Mark 65 * Revert changes to planck and preonic * Remove changes to The Mark65 Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-0/+131
|\|
| * add massdrop/alt/hlmtre keymap, add .exe to gitignore (#12191)Matt W2021-03-251-0/+131
| | | | | | | | | | | | | | * add massdrop/alt/hlmtre keymap, add .exe to gitignore * changes request in PR (license header and fix gitignore) Co-authored-by: Matt Weller <matthew.weller@nvih.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-2510-2/+297
|\|
| * Add Daisy, a macropad with dual rotary encoders + update Scarlet readme.md ↵Blake2021-03-258-2/+285
| | | | | | | | | | | | | | | | | | | | | | (#12221) * Daisy first commit buggy * buggy still underglow crash * Daisy V1 * ReadMe Updates
| * Add suspend wake functions for The Mark:65's RGB Matrix (#12245)Albert Y2021-03-252-0/+12
| | | | | | | | | | | | | | * Add suspend wake functions for RGB Matrix * Add USB suspend definition to config.h Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-255-13/+6
|\|
| * TKC GodSpeed75: add RGB LED support (#12278)TerryMathews2021-03-255-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * GodSpeed75: add RGB support * GodSpeed75: minor updates * GodSpeed75: minor updates * GodSpeed75: restore chconf.h * GodSpeed75: restore chconf.h * GodSpeed75: restore chconf.h
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-253-0/+57
|\|
| * add via support for bm68rgb (#12275)peepeetee2021-03-253-0/+57
| | | | | | | | | | * add via support for bm68rgb * add newline to keymap.c
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-2518-0/+647
|\|
| * Add XT65 keyboard (#11998)kopibeng2021-03-259-0/+415
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add XT65 keyboard * Create readme.md * Updated readme.md and rules.mk * Updated config.h and readme.md * Update imgur link * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kopibeng/xt65/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/kopibeng/xt65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * added twelvekey (#12281)kb-elmo2021-03-259-0/+232
| | | | | | | | | | * added twelvekey * rename layout
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-253-15/+15
|\|
| * ISO Layouts fix (#12319)Matteo Montemarani2021-03-253-15/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-15/+15
|\|
| * handwired/bolek: correct key object order (#12356)James Young2021-03-251-15/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-259-0/+212
|\|
| * Added wilba.tech WT60-H2 (#12348)Wilba2021-03-259-0/+212
| | | | | | | | | | | | | | * Added wilba.tech WT60-H2 * fix typo * Fix error in keymap
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-2518-0/+425
|\|
| * Added wilba.tech WT65-G2 (#12360)Wilba2021-03-259-0/+213
| |
| * Added wilba.tech WT60-H3 (#12354)Wilba2021-03-259-0/+212
| | | | | | | | | | * Added wilba.tech WT60-H2 * fix typo
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-2514-103/+1077
|\|
| * (Re)Fixing K-type RGB lighting (#12084)Andrew-Fahmy2021-03-2514-103/+1077
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial rgb driver fix * added underglow LEDs and fixed typo in RGB locations * removed test code * added my key maps * updated rgb keymap to work with changes * refactored my code to make it more maintainable and updated keymaps. * added GPL licence * Turned off matrix scan rate debug info * added checks if RGB matrix is enabled to fix errors when building keymaps without RGB matrix enabled * Apply suggestions from code review by fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> * Renamed led driver file to be less ambiguous * Renamed is31fl3733 driver files to is31fl3733-dual Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-259-0/+245
|\|
| * add equator (#12369)Brandon Claveria2021-03-259-0/+245
| | | | | | Co-authored-by: Swiftrax <swiftrax@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-256-70/+112
|\|
| * feat(keymaps): Changes to crkbd/keymaps/armand1m layout and README.md update ↵Armando Magalhães2021-03-253-30/+72
| | | | | | | | | | (#12252) Co-authored-by: Ryan <fauxpark@gmail.com>
| * Roses Lite layout macro touch-up (#12357)James Young2021-03-253-40/+40
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-0/+90
|\|
| * add valor_frl_tkl info.json (#12359)Xelus222021-03-241-0/+90
| | | | | | | | | | * add info.json * remove macro keys to correct layout
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-252-2/+2
|\|
| * [Keyboard] Preserve signedness from opt_encoder_handler for scroll data on ↵sbuller2021-03-242-2/+2
| | | | | | | | ploopy devices (#12223)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-241-0/+96
|\|
| * Add info.json for handwired/datahand (#12320)Ryan2021-03-241-0/+96
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-247-0/+286
|\|
| * [Keyboard] YMDK YM68 (#12352)James Young2021-03-247-0/+286
| | | | | | | | | | | | | | | | | | * [Keyboard] YMDK YM68 Converted from a KBFirmware JSON file provided via the vendor's product listing. PCB supports Backlight on B6 and RGB Underglow on E2, but the LEDs are not pre-soldered according to the PCB photos. * update VENDOR_ID and PRODUCT_ID