summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-121-3/+3
|\
| * [Keyboard] Update USB settings for dactyl_maximus (#21666)Duncan Sutherland2023-08-121-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-121-2/+2
|\|
| * [Keyboard] fix json for nemui65 (#21629)spbgzh2023-08-121-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-123-2/+43
|\|
| * [Keymap] Add Via keymap for CXT Studio (#21675)Brian McKenna2023-08-123-2/+43
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-1210-0/+680
|\|
| * [Keyboard] Add Projectd/65/Projectd_65_ansi (#21520)gskygithub2023-08-1210-0/+680
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-127-0/+429
|\|
| * [Keyboard] add laneware `raindrop` keyboard (#21277)Duncan Sutherland2023-08-127-0/+429
| | | | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-121-3/+3
|\|
| * [Keyboard] Update usb.* of `dactyl_lightcycle` (#21462)Duncan Sutherland2023-08-121-3/+3
| |
* | Tidy up encoder in matrix references (#21718)Joel Challis2023-08-095-60/+0
| |
* | Remove more legacy config.h options (#21709)Joel Challis2023-08-086-30/+0
| |
* | doio/kb38: fix layout (#21704)Ryan2023-08-082-19/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-064-4/+4
|\|
| * Fix `binepad/bn009` and `durgod/dgk6x/hades_ansi` keymaps (#21701)Ryan2023-08-064-4/+4
| |
* | haptic: further naming cleanups (#21682)Ryan2023-08-0416-134/+134
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-032-0/+50
|\|
| * Add VIA layout for Dactyl Manuform 5x6 (#21649)Hugh Rawlinson2023-08-032-0/+50
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | [Keyboard] Add PW88 keyboard (#21482)SmollChungus2023-08-027-0/+267
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-032-2/+2
|\|
| * moondrop/dash75: fix keymap (#21680)Ryan2023-08-032-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-025-0/+169
|\|
| * [Keyboard] Add Bento Box macropad (#20521)Synth and Keys2023-08-025-0/+169
| |
* | Automata02 Alisaie Develop Touch-Up (#21630)James Young2023-08-023-21/+21
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-011-2/+2
|\|
| * 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.
* | Remove layout aliases from keyboard_aliases.hjson (#21658)Joel Challis2023-08-017-1/+22
| |
* | AMJKeyboard AMJ84 Develop Touch-Up (#21645)James Young2023-07-312-42/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [style] refactor default keymap, phase 1 - grid-align keycodes - use QMK-native keycode aliases - update box drawings * [refactor] refactor default keymap, phase 2 - move position [5, 8] to the top row - update keycode grid alignment * [refactor] refactor default keymap, phase 3 - remove matrix position [5, 9]
* | Remove old OLED API code (#21651)Ryan2023-07-3125-1012/+2
| |
* | Fix layout offsets for a handful of boards (#21636)Ryan2023-07-3110-434/+432
| |
* | LED Matrix: driver naming cleanups (#21580)Ryan2023-07-2910-15/+15
| |
* | Bluetooth: driver naming cleanups (#21624)Ryan2023-07-2949-31/+77
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-281-0/+1
|\|
| * Updated info.json of c2 pro (#21581)lalalademaxiya12023-07-281-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-288-0/+195
|\|
| * [Keyboard] Add ANAVI Macro Pad 12 (#21547)Leon Anavi2023-07-278-0/+195
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-284-11/+29
|\|
| * [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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-286-0/+157
|\|
| * [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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-276-0/+185
|\|
| * [Keyboard] Add Divine keyboard (#21593)era2023-07-276-0/+185
| |
* | [Keyboard] Add STM32f3 Discovery onekey (#21625)Stefan Kerkmann2023-07-286-0/+47
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-276-4/+8
|\|
| * 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2717-0/+1185
|\|
| * [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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-2723-849/+0
|\|