summaryrefslogtreecommitdiffstats
path: root/keyboards/mode
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add Mode M256-WS and M256-WH (#20502)Álvaro A. Volpato2023-07-1020-0/+877
| | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Modernize M75H and M75S firmwares (#21244)Álvaro A. Volpato2023-06-146-65/+7
|
* Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806)Joel Challis2023-05-091-2/+0
|
* Mode SeventyFive H Layout Addition (#20743)James Young2023-05-064-100/+218
| | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_blocker * add LAYOUT_ansi_blocker_tsangan
* Mode SixtyFive S Layout Additions (#20742)James Young2023-05-062-75/+721
| | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_65_ansi_blocker_split_bs * add LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_tsangan_split_bs * add LAYOUT_65_ansi_blocker_tsangan * add LAYOUT_65_iso_blocker_split_bs * add LAYOUT_65_iso_blocker * add LAYOUT_65_iso_blocker_tsangan_split_bs * add LAYOUT_65_iso_blocker_tsangan * enable Community Layout support
* `info.json` whitespace cleanups (#20651)Ryan2023-05-024-36/+36
|
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-272-976/+826
|
* Move miscellaneous layouts to data driven (#20516)Ryan2023-04-254-251/+210
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-156-249/+159
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-054-245/+204
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-046-408/+270
|
* Remove more empty headers (#20155)Ryan2023-03-171-18/+0
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-1612-135/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-1116-46/+45
|
* Move backlight config to data driven (#19910)Ryan2023-02-262-3/+5
|
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-197-71/+24
|\
| * Add caps lock indicator capabilities to M75S (#19552)Álvaro A. Volpato2023-02-187-71/+24
| |
* | Remove matrix size defines (#19581)Ryan2023-02-177-26/+0
| |
* | Move LED indicator config to data driven (#19800)Ryan2023-02-179-6/+17
| |
* | Fix errors flagged by generate-api (#19784)Ryan2023-02-091-1/+1
| |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0818-59/+18
| |
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-061-5/+0
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-037-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-037-21/+0
| |
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-301-21/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-01-301-0/+1
|\|
| * Swap LED_PIN_ON_STATE to 0. (#19692)Patrick Muldoon2023-01-271-0/+1
| | | | | | | | | | | | | | User reported that CAPS lock Led state was inverted after soldering a LED to their board. LED_PIN_ON_STATE defaults to 1, so just swap to low. Flashed board and now CAPS LED reflects the actual state
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-2/+0
|/
* Refactor some layouts which contain keyboard name (#19643)Joel Challis2023-01-208-18/+26
|
* Mode SixtyFive HA Layout Refactor (#19312)James Young2022-12-144-52/+161
|
* Mode SixtyFive HI Layout Refactor (#18823)James Young2022-10-234-55/+165
| | | | | | | | | | | | | | | | * m65hi_alpha.h: add matrix diagram * rename LAYOUT_all to LAYOUT_65_iso_blocker * add LAYOUT_65_iso_blocker_tsangan * tidy-up keymaps - use four-space indent - polish keycode grid alignment * touch-up keymaps Switch one Page Down keycode for Page Up on the `default` keymap, and switch the Page Down and Page Up keycodes on the `via` keymap.
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-202-2/+2
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-202-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-2010-62/+28
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)Ryan2022-08-2010-62/+28
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-0310-40/+35
|
* [Keyboard] Readme file correction (#17674)Albert Y2022-07-141-6/+4
|
* Swap over F4x1 8MHz HSE boards over from blackpill board files (#17520)Joel Challis2022-07-0115-75/+7
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1524-24/+24
|
* Add non blackpill F4x1 config files (#16600)Joel Challis2022-04-065-5/+0
| | | | | | | | | | | * Add non blackpill F4x1 config files * Move ld files * Remove f401 i2c bodges * more bodge? * Update to recommended defaults
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-156-12/+0
| | | | (#16655)
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-1413-48/+1450
|\
| * Mode M75S Layout Additions, Configurator Data and Code Touch-Up (#16327)James Young2022-02-1313-48/+1450
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m75s.h: correct matrix position identifier `K5C` is actually on row 4, so it should be `K4C`. * m75s.h: add matrix diagram * add QMK Configurator data * polish whitespace - convert tabs to spaces - update indent to four spaces - remove trailing whitespace * update readme Didn't seem to be fully updated after being copied from the M65S codebase. * add LAYOUT_ansi with keymap ANSI layout with 2u Backspace. * add LAYOUT_iso with keymap ISO layout with 2u Backspace. * add LAYOUT_ansi_tsangan with keymap ANSI layout with 2u Backspace and 7u Spacebar. * add LAYOUT_iso_tsangan with keymap ISO layout with 2u Backspace and 7u Spacebar. * add LAYOUT_ansi_split_bs with keymap ANSI layout with Split Backspace. * add LAYOUT_iso_split_bs with keymap ISO layout with Split Backspace. * add LAYOUT_ansi_tsangan_split_bs with keymap ANSI layout with Split Backspace and 7u Spacebar. * add LAYOUT_iso_tsangan_split_bs with keymap ISO layout with Split Backspace and 7u Spacebar.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-104-37/+154
|\|
| * Mode 75H Touch-UP (#16310)James Young2022-02-104-37/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m75h.h: correct matrix position identifier `K5C` is actually on row 4, so it should be `K4C`. * m75h.h: add matrix diagram * add QMK Configurator data * polish whitespace - convert tabs to spaces - update indent to four spaces - remove trailing whitespace
* | 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>