summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Add VIA layout for Dactyl Manuform 5x6 (#21649)Hugh Rawlinson2023-08-032-0/+50
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* moondrop/dash75: fix keymap (#21680)Ryan2023-08-032-2/+2
|
* [Keyboard] Add Bento Box macropad (#20521)Synth and Keys2023-08-025-0/+169
|
* Keychron Q11 ISO: Fix left Shift breakage due to a wrong matrix mask (#21655)Sergey Vlasov2023-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | Keychron Q11 uses `matrix_mask` to mask away the matrix location used for `SPLIT_HAND_MATRIX_GRID` (otherwise the keyboard will constantly generate a wakeup request whenever the host enters suspend). However, the value of `matrix_mask` is actually chosen to mask away all unused locations, but it was apparently generated for the ANSI board and therefore masks away the left Shift key on the ISO board, breaking the functionality of that key. Fix `matrix_mask` to make the masking work as intended: - Set the `[4, 1]` bit to 1; this is the matrix location for the ISO left Shift. - Set the `[2, 5]` bit to 0; this is actually the matrix location which corresponds to `#define SPLIT_HAND_MATRIX_GRID A2, A15` on the left side, which was intended to be masked; apparently the wakeup problem does not happen due to `SPLIT_HAND_MATRIX_GRID_LOW_IS_RIGHT`, so the left half actually has that matrix location open. On the right side `A2, A15` is `[9, 6]`, which was masked off correctly.
* Updated info.json of c2 pro (#21581)lalalademaxiya12023-07-281-0/+1
|
* [Keyboard] Add ANAVI Macro Pad 12 (#21547)Leon Anavi2023-07-278-0/+195
|
* [Keymap] update colemad crkbd (corne) keyboard (#21515)Álvaro Cortés2023-07-274-11/+29
| | | Co-authored-by: Álvaro Cortés Devesa <alvarocortesdevesa@Alvaros-MacBook-Pro.local>
* [Keyboard] add itstleo40 PCB (#21536)Its TLeo2023-07-276-0/+157
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add Divine keyboard (#21593)era2023-07-276-0/+185
|
* helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608)Sergey Vlasov2023-07-276-4/+8
| | | | | | | The code for Helix rev3 boards could not be built with, e.g., `CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the keyboard level `config.h` (apparently the AVR version of that file contains guards against usage in assembly code, which was hiding the bug). Move `#include <stdio.h>` to the C sources which need it.
* [Keyboard] Add splitkb.com's Aurora Sofle v2 (#21499)harveysch2023-07-2617-0/+1185
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Thomas Baart <mail@thomasbaart.nl>
* Revert "Equals keyboard" (#21622)Nick Brassel2023-07-2723-849/+0
|
* [Keyboard] Phoenix Project No 1 support (#21068)Rico2023-07-267-0/+281
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add m1 keyboard (#19799)jonylee@hfd2023-07-2611-0/+974
| | | | | | | Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: wb-joy <chang.li@westberrytech.com> Co-authored-by: Joy Lee <joylee.lc@foxmail.com>
* [Keyboard] boardsource/equals (#21230)cole smith2023-07-2623-0/+849
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6A73@pm.me>
* Add Bastion65 PCB to QMK (#21528)Andrew Kannan2023-07-269-0/+293
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* Add BastionTKL PCB to QMK (#21530)Andrew Kannan2023-07-257-0/+499
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Danny <nooges@users.noreply.github.com>
* Add Bastion60 PCB to QMK (#21527)Andrew Kannan2023-07-259-0/+445
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Danny <nooges@users.noreply.github.com>
* Fix ik75 scroll lock and windows lock status LEDs (#20380)jestercore2023-07-243-6/+6
|
* [Keyboard] Add nico (#20686)yulei2023-07-247-0/+298
| | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Add Caps Lock indicator for Kyechron S1 white backlight version (#21559)Kumiko as a Service2023-07-242-3/+50
|
* [Keyboard] Add linworks fave60a (#20795)DUILCHOI2023-07-247-0/+355
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* Fix paragon keyboard encoder step (#21582)Yak2023-07-241-1/+1
|
* Add Nyquistpad (#21578)Danny2023-07-247-0/+262
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add EC Theca (#21233)Cipulot2023-07-2016-0/+1104
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* [Keyboard] Add boardsource/unicorne (#21510)jack2023-07-2010-0/+523
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Cole Smith <smithcole@protonmail.com>
* Add Bastion75 PCB to QMK (#21529)Andrew Kannan2023-07-209-0/+311
| | | | | | | | | | | | | | | * Add Bastion75 to QMK * Remove blank layers * Apply suggestions from code review Co-authored-by: jack <0x6a73@protonmail.com> * Update keymaps --------- Co-authored-by: jack <0x6a73@protonmail.com>
* Move files to rev1 folder, add rev2 (#21563)Danny2023-07-2015-57/+188
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Automata02 Alisaie Touch-Up (#21552)James Young2023-07-201-64/+68
| | | | | | | | | | | | * [style] friendly-format info.json * [chore] remove key labels from info.json * [chore] correct layout data Fix a misleading Configurator implementation, and incorrect key sizes and positioning on the bottom row. * [chore] re-add key labels to info.json
* HolySwitch Lightweight65 Community Layout Support (#21550)James Young2023-07-193-5/+11
| | | | | * [chore] rename LAYOUT to LAYOUT_65_ansi_blocker * [enhancement] enable Community Layout support
* Fix compilation of lily58 rgb_state_reader (#21502)Alfredo Colas Gullon2023-07-181-1/+1
|
* Keychron V4 Touch-Up (#21545)James Young2023-07-178-33/+41
| | | | | | | | | | | | | * Keychron V4 ANSI: rename LAYOUT_ansi_61 to LAYOUT_60_ansi * Keychron V4 ANSI: enable Community Layout support * Keychron V4 ISO: correct layout data Move position [3, 1] up by 0.25u. * Keychron V4 ISO: rename LAYOUT_iso_62 to LAYOUT_60_iso * Keychron V4 ISO: enable Community Layout support
* GMMK2 65% ANSI Touch-Up (#21544)James Young2023-07-173-17/+21
| | | | | | | | | * [chore] correct layout data * [chore] rename LAYOUT to LAYOUT_65_ansi_blocker Also adds a layout alias so as to not have to edit the user keymaps. * [enhancement] enable Community Layout support
* AliceH66 Pianoforte Hotswap Touch-Up (#21542)James Young2023-07-173-5/+9
| | | | | | | | | * [refactor] rename LAYOUT_tkl_ansi to LAYOUT_tkl_f13_ansi * [enhancement] enable Community Layout support * [chore] correct layout data Correct the position of the spacebar.
* [Keyboard] add mothwing (#19342)tan-t2023-07-146-0/+246
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* Fix jaykeeb indicator state and pins (#21466)Alabahuy2023-07-122-3/+3
|
* [Keyboard] Add minidivide (#19870)takashicompany2023-07-128-0/+343
| | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add new nemui65 (#21304)spbgzh2023-07-117-0/+250
| | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* [Keyboard] add rocketkeyboards mercury65 (#20811)drewpyun2023-07-116-0/+213
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* [Keymap] Dothtm/0.21/60 and 75 (#21442)Mike Cramer2023-07-119-0/+603
| | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Fix RS60's indicator LED (#21509)Xelus222023-07-112-2/+4
|
* [Keyboard] Add nix_studio/lilith (#20466)arnstadm2023-07-1112-0/+618
| | | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* [Keyboard] Add QVEX Lynepad 2.0 (#21070)seflm2023-07-1111-0/+682
|
* [Keyboard] Model H controller for IBM Model M (#20625)Jerome Berclaz2023-07-116-0/+398
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: hcbille <32437363+hcbille@users.noreply.github.com>
* [Keyboard] Fix dactyl_lightcycle matrix positions (#21503)Duncan Sutherland2023-07-104-23/+27
|
* [Keyboard] add itstleo9 (#21460)Its TLeo2023-07-109-0/+134
| | | | Co-authored-by: jack <0x6a73@protonmail.com>
* [Keyboard] Add Mode M256-WS and M256-WH (#20502)Álvaro A. Volpato2023-07-1020-0/+877
| | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* CMM.Studio Fuji65 Layout Additions (#21501)James Young2023-07-104-7/+562
|
* DTIsaac01 Layout Additions and Touch-Up (#21505)James Young2023-07-105-133/+467
|
* AliceH66 Pianoforte Touch-Up (#21504)James Young2023-07-105-101/+561
|