summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2920-23/+23
|\
| * Remove missing and trailing commas in info.json files. (#16088)Gabriel Harel2022-01-2820-23/+23
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2925-63/+533
|\|
| * [Keyboard] Adds Elongate Revision Delta PCB support (#15498)Álvaro A. Volpato2022-01-2825-63/+533
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-284-0/+149
|\|
| * [Keymap] Added personal 36 key layout for 40percentclub's nori (#15980)wyethGR2022-01-284-0/+149
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2722-0/+764
|\|
| * Add support for Mode SeventyFive (#16030)Álvaro A. Volpato2022-01-2722-0/+764
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial M75H support * Remove BSLS key * Add M75S initial support * Define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR to allow VIA * Add layer 1 for M75H * Add layer 1 for M75H * Fix layouts * Add BOOTLOADER and remove BOOTLOADER address from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-272-29/+36
|\|
| * [Keyboard] fixed led_config: missing key, missing/wrong flags (#16048)p4yne2022-01-272-29/+36
| | | | | | | | | | | | | | | | | | | | | | * fixed ledmap: missing key, missing/wrong flags * Update keyboards/kprepublic/bm65hsrgb_iso/bm65hsrgb_iso.c Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> * corrected c&p error user name in GPL header Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-271-27/+28
|\|
| * [Keyboard] Fix compilation issues for creatkeebs thera (#16071)Drashna Jaelre2022-01-271-27/+28
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-272-3/+2
|\|
| * Mehkee96 LED state & count + transposed keys fixes (#16061)Damien Guard2022-01-272-3/+2
| | | | | | | | | | | | | | | | | | * Fix transposed keys at top right of board. * Correct LED on state * Correct number of LEDs * Default LED state is fine
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2717-702/+682
|\|
| * Keychron QMK Configurator Refactor (#16034)James Young2022-01-2617-702/+682
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2717-503/+496
|\|
| * Krush65 Solder Refactor (#16065)James Young2022-01-2612-431/+344
| |
| * CK60: LAYOUT_60_iso compatibility (#16066)James Young2022-01-265-72/+152
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-278-0/+304
|\|
| * [Keyboard] Creatkeebs (#15766)Tim Liu2022-01-268-0/+304
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-261-2/+2
|\|
| * CU65: Fix VIA keymap (#16062)Ryan2022-01-261-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2652-711/+639
|\|
| * Krush60 Solder Refactor (#16029)James Young2022-01-2652-711/+639
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * solder.h: add matrix diagram * solder.h: remove unnecessary comments * rework LAYOUT_60_iso to LAYOUT_60_isoenter_split_bs True ISO layouts are not supported on this keyboard because the PCB lacks support for split Left Shift. Renames the `iso` to `isoenter` to specify this. - denotes use of Split Backspace - move Backslash keycode to home row * info.json: remove trailing whitespace * info.json: clean up Sort the layout trees into the same order as `solder.h`, and remove the `LAYOUT_60_all` tree (doesn't exist in source). * solder.h: align positional arguments Helps me proof-read the layouts at a glance. No logic change. * fix syntax errors in keymaps * remove ISO layouts As previously noted, ISO layouts are not supported due to the PCB's lack of support for split Left Shift. * rename LAYOUT_60_ansi_tsangan_split_bs to LAYOUT_60_tsangan_hhkb Also renames `60_tsangan_splt_bs` keymap to `60_tsangan_hhkb`. * rename LAYOUT_60_ansi_tsangan to LAYOUT_60_ansi_tsangan_split_rshift Also renames `60_tsangan` keymap to `60_ansi_tsangan_split_rshift`. * rename LAYOUT_60_ansi_arrow_split_bs_7u_spc to LAYOUT_60_ansi_arrow_tsangan_split_bs Also rename `60_ansi_arrow_splt_bs_7u` to `60_ansi_arrow_tsangan_split_bs`. * rename LAYOUT_60_ansi_arrow_7u_spc to LAYOUT_60_ansi_arrow_tsangan Also renames `60_ansi_arrow_7u` keymap to `60_ansi_arrow_tsangan`. * rename keymaps based on layout macro used Making this easier to track in my head while I work on it. * info.json: fix syntax errors * rename LAYOUT_60_ansi_split_bs_7u_spc to LAYOUT_60_ansi_tsangan_split_bs - renames `60_ansi_split_bs_7u_spc` keymap to `60_ansi_tsangan_split_bs` - removes `layout_aliases` entry from `info.json` (creates incompatible data conflict) * rename LAYOUT_60_ansi_7u_spc to LAYOUT_60_ansi_tsangan - renames `60_ansi_7u_spc` keymap to `60_ansi_tsangan` * info.json: remove LAYOUT_60_ansi_tsangan layout_aliases entry Causes an incompatible data conflict. * add second layer to 60_ansi keymap * update via keymap Now matches the behaviour of the default keymap. * fix syntax errors in keymaps, take 2 * add RGB and Navigation keycodes Adds RGB and Navigation keycodes to the `60_isoenter_split_bs`, `default` and `via` keymaps.
* | More keyboard rules.mk cleanups (#16044)Ryan2022-01-2521-59/+28
| | | | | | | | | | * More keyboard rules.mk cleanups * Found a couple more
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-252-2/+2
|\|
| * [Keyboard] Fix orientation issues for Ploopy pointing devices (#16035)Drashna Jaelre2022-01-252-2/+2
| |
* | Fix handwired/ms_sculpt_mobile default keymap (#16032)Joel Challis2022-01-255-3/+3
| |
* | Rip out old macro and action_function system (#16025)Ryan2022-01-242-3/+3
| | | | | | | | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-242-6/+6
|\|
| * [Keyboard] Fix frosty_flake LED pin assignment (#16000)tofurky2022-01-242-6/+6
| | | | | | | | | | | | 4c080be seemed to swap the LED pins for the 20130602 and 20140521 variants. 20140521 is fine now, 20130602 untested but per the schematics at https://deskthority.net/wiki/Costar_replacement_controllers it seems correct.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-243-45/+45
|\|
| * RGB matrix effects definiton fix (#15930)fOmey2022-01-243-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * RGB matrix effects definiton fix * Move LTO to board rules & add some comments * Whitespace fix * Whitespace fix 2 Co-authored-by: Ryan <fauxpark@gmail.com> * Whitespace fix 3 Co-authored-by: Ryan <fauxpark@gmail.com> * Comment fix Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-241-0/+72
|\|
| * DZ60 - QMK Configurator fix for ISO DE Arrow layout (#15941)Tobias Minn2022-01-241-0/+72
| |
* | Add L432, L442. (#16016)Nick Brassel2022-01-243-0/+31
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-233-3/+3
|\|
| * [Keyboard] Fixed RGB number for Devil68 Pro (#16003)HorrorTroll2022-01-233-3/+3
| |
* | [Keyboard] Fix erroneous SRC for Clueboard 66 hotswap (#16007)Drashna Jaelre2022-01-231-2/+0
| |
* | Align location of some host led logic (#15954)Joel Challis2022-01-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
* | `rocketboard_16`: Fix mismatched LUT sizes (#15997)Ryan2022-01-231-1/+1
| |
* | Remove `action_function()` from LFKeyboards boards (#15993)Ryan2022-01-2226-1265/+724
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-221-2/+2
|\|
| * Update readme.md (#15989)dnlsmy2022-01-221-2/+2
| | | | | | Spelling correction
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2216-75/+527
|\|
| * Add rgb matrix support for q2 of keychron. (#15946)lalalademaxiya12022-01-2216-75/+527
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new keyboard keychron_q1_rev_0101 for Keychron. * Update keymaps of keychron_q1_rev_0100 and keychron_q1_rev_0102. * Update keyboards/keychron/q1/rev_0101/rev_0101.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keymap.c * Add new info.json. * Update info.json * Update keyboards/keychron/q1/rev_0101/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keychron/q1/rev_0101/rev_0101.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keychron/q1/rev_0101/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keychron/q1/rev_0101/rev_0101.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keymap.c * Update info.json * Update all via keymaps keymaps of q1 series. KC_TASK and KC_FLXP are now defined using the VIA user keycodes range so they can be renamed "TASK" and "TILE" as a shortName in VIA. * Add keyboards keychron_q2 series. * Update default keymaps of keychron_q2 series. * Update rules.mk and MCU_LDSCRIPT specified as STM32L432xB. * Update keyboards/keychron/q1/rev_0101/rev_0101.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update config.h * Update config.h * Update config.h * removed duplicated ifdef * Update keyboards/keychron/q1/rev_0101/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0110/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0110/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0113/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0111/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0111/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0112/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0112/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/q2/rev_0113/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update rev_0101.c * Update rev_0101. * Enable support for edit RGB lighting in VIA. The updated design file at https://git.io/JyE0K includes only the enabled RGB_MATRIX modes. * Update q1. * Add rgb matrix support for q2 of keychron. * Update rule.mk. * Delete comment block which is unwanted. Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cesar Rojas <cesar.fieoner@gmail.com> Co-authored-by: lokher <lokher@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Adam Karim <adam@akarsoft.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-2214-6/+738
|\|
| * [Keyboard] Add M63 RGB keyboard (#15887)HorrorTroll2022-01-2113-5/+738
| |
| * [Keyboard] Amend SuperLyra readme (#15942)Domanic Calleja2022-01-211-1/+0
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>