summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-1049-142/+59
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-103-2/+8
|\
| * Changing RGB default to on so it plays well with VIA's QMK lighting section ↵Kyle McCreery2021-10-103-2/+8
| | | | | | | | and adding the B9 init workaround to obe.c so the I2C EEPROM will initialize correctly since we are using B9 for caps lock indicator. (#14677)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-101-0/+16
|\|
| * cannonkeys/satisfaction75: Add empty layers to the via keymap (#14782)Sergey Vlasov2021-10-111-0/+16
| |
* | Fix OLED timeout on satisfaction75 after migration from QWIIC (#14780)Sergey Vlasov2021-10-104-8/+87
| | | | | | | | | | | | | | | | The custom OLED_OFF mode implemented on satisfaction75 is incompatible with the OLED_TIMEOUT feature (the OLED_TIMEOUT code assumes that any key or encoder action should turn the OLED display on, and does not provide any way to disable that behavior). To keep the OLED_OFF mode functioning as before while still having a working OLED idle timeout, a custom implementation of the OLED idle timeout code is added.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-101-12/+12
|\|
| * [Keyboard] Fix DZTECH duo_s default keymap (#14772)Drashna Jaelre2021-10-091-12/+12
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-091-0/+64
|\|
| * Ein_60: add Configurator layout data (#14777)James Young2021-10-101-0/+64
| |
* | Fix OLED timeout on recent qwiic migrations (#14775)Joel Challis2021-10-102-13/+12
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-0912-57/+339
|\|
| * [Keyboard] Add cg108 keyboard and fix keymap Dosa40rgb (#14753)Dao Tak Isaac2021-10-0912-57/+339
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add cg108 keyboard and fix keymap Dosa40rgb * Update keyboards/dtisaac/cg108/readme.md * Update keyboards/dtisaac/dosa40rgb/rules.mk * Update keyboards/dtisaac/cg108/info.json * Update keyboards/dtisaac/cg108/keymaps/default/keymap.c * Update keyboards/dtisaac/cg108/rules.mk * Update keyboards/dtisaac/cg108/rules.mk
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-096-165/+56
|\|
| * [Keyboard] Update Tractyl Manuform config for F411 (#14770)Drashna Jaelre2021-10-096-169/+58
| |
* | Migrate satisfaction75 away from QWIIC_DRIVERS (#14747)Joel Challis2021-10-096-299/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | * stash * refactor old draw * refactor old draw - tidy * refactor old draw - tidy * refactor old draw - reorder for diffs * refactor old draw - reorder for diffs
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-081-1/+5
|\|
| * [Keyboard] Fix IS31FL3741 driver flushin for Xelus pachi rgb (#14755)Drashna Jaelre2021-10-081-1/+5
| |
* | Improve Adafruit BLE configuration defines (#14749)Ryan2021-10-087-24/+2
| | | | | | | | | | * Improve Adafruit BLE configuration defines * Formatting
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-083-22/+136
|\|
| * dyz selka40 touch-up (#14748)James Young2021-10-073-22/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * friendly-format info.json * remove info.json rounding errors * fix info.json layout macro reference JSON data referenced `LAYOUT` instead of `LAYOUT_all`. * correct info.json key sequence * remove dead space from info.json layout data * remove vertical offsets from info.json layout data * horizontally align info.json layout data * add matrix diagram to selka40.h * add LAYOUT_2u_bs * remove duplicated settings
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-084-20/+611
|\|
| * DYZ TKL touch-up (#14744)James Young2021-10-074-20/+611
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * friendly-format info.json * add LAYOUT_all layout data * add matrix diagram to dyz_tkl.h * add LAYOUT_tkl_ansi * add LAYOUT_tkl_ansi_f13 * add LAYOUT_tkl_iso * add LAYOUT_tkl_iso_f13 * remove `ENCODER_ENABLE = no` from rules.mk * remove redundant definitions from config.h Data-driven compilation calculates `MATRIX_ROWS` and `MATRIX_COLS` from the info.json data, so defining them in config.h isn't necessary. * add missing comma to info.json per fauxpark
* | Move converter specific tmk_core protocols (#14743)Joel Challis2021-10-079-2/+1552
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-076-83/+494
|\|
| * Dyz60 touch-up (#14742)James Young2021-10-076-83/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * friendly-format info.json * refactor keymaps - update grid alignment - use four-space indent - use QMK short-form keycodes * correct info.json layout data Adds three missing positions, and corrects some key sizes. * add matrix diagram to dyz60.h * add LAYOUT_60_ansi * add LAYOUT_60_iso * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_iso_split_bs_rshift * add readme * Remove duplication between config.h and info.json Duplicating settings between config.h and info.json leads to warnings when compiling. Removes the duplicated settings from config.h.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-072-7/+322
|\|
| * Dyz40 Configurator fixes (#14739)James Young2021-10-072-7/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix diagram to keyboard header file * friendly-format info.json * correct layout data * add legends to info.json key labels * add LAYOUT_split_space_split_bs Rename the `LAYOUT` tree in info.json to `LAYOUT_split_space_split_bs`, and add a corresponding layout macro. * add LAYOUT_all data to info.json * add LAYOUT_7u_space * add LAYOUT_7u_space_split_bs * add LAYOUT_split_space * convert tabs to spaces in dyz40.h
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-071-1/+1
|\|
| * update product id for selka40 (#14629)Bahrul Hidayat2021-10-071-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-071-1/+1
|\|
| * Enabled Bootmagic Lite (#14573)jmcwilliams4032021-10-071-1/+1
| | | | | | | | | | | | | | | | | | * Enabled Bootmagic Lite * Enabled Bootmagic Lite Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Remove SERIAL_LINK feature (#14727)Joel Challis2021-10-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove SERIAL_LINK * more stale paths in doxygen-todo * Fix * More refs * Update testing docs * Update doxygen-todo Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Purge uGFX. (#14720)Nick Brassel2021-10-0711-786/+1
| | | | | | | | | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-067-11/+169
|\|
| * Updated Keychron Q1 user keymap (#14666)Grayson Carr2021-10-067-11/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated Keychron Q1 user keymap - Added Caps Lock indicator - Mission Control and Launchpad custom keycodes are now defined using the VIA user keycodes range so they can be labeled properly in VIA * Only use VIA keycode range if VIA is enabled * Reformatted led_indexes enum to match layout * Feature: When the Fn layer is active, RGB lighting turns off for keys that are not assigned * Fixes * Cleanup: Updated method signature of rgb_matrix_set_color_by_keycode to more closely match rgb_matrix_set_color * Fixed int sizing for keycodes
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-062-4/+89
|\|
| * Mode M65S touch-up (#14722)James Young2021-10-062-4/+89
| | | | | | | | | | | | | | | | | | | | | | * add Configurator data * rename README.md to lowercase API can't find this file unless the filename is lowercase (`readme.md`). * readme touch-up Correct typos and improve some grammar and Markdown.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-061-175/+175
|\|
| * MelGeek Mach80: correct Configurator layout (#14716)James Young2021-10-051-175/+175
| | | | | | Adds a 0.5u gap between the top two rows.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-069-31/+385
|\|
| * [Keyboard] Add basic Keyhive Sofle support (#14296)Drashna Jaelre2021-10-059-31/+385
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-055-16/+19
|\|
| * 0xc7/61key touch-up (#14712)James Young2021-10-055-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | * correct Configurator layout data * rename LAYOUT to LAYOUT_60_ansi * correct info.json maintainer field Use the maintainer's GitHub username. * correct the compiling/flashing instructions Keyboard value is relative to `qmk_firmware/keyboards/`.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-051-16/+16
|\|
| * Durgod DGK6X Galaxy: correct Configurator layout (#14714)James Young2021-10-051-16/+16
| | | | | | Top row had a y-value of 1, which placed it behind the number row when rendered.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-052-8/+8
|\|
| * [Keyboard] Update Iris default keymap (#14701)Danny2021-10-042-8/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-058-0/+227
|\|
| * [Keyboard] Added DC MC 001 (#14661)Daniel Cormier2021-10-048-0/+227
| |