summaryrefslogtreecommitdiffstats
path: root/keyboards/ferris
Commit message (Collapse)AuthorAgeFilesLines
* chore(ferris/test): visually format keymap (#21851)Adam Price2023-08-301-2/+8
| | | | ... and set all keys to printable characters (as described in the keymap's readme)
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-035-5/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-021-0/+4
|\
| * [Keymap] Ferris - Add split USB detection directive (#20213)Albert Y2023-04-021-0/+4
| |
* | Move split layouts to data driven (#20290)Ryan2023-04-014-156/+74
| |
* | Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-202-3/+6
| |
* | Remove more empty headers (#20155)Ryan2023-03-172-34/+0
|/
* Move Ferris Sweep to data-driven (#20111)Albert Y2023-03-124-49/+20
|
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-196-100/+151
|
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-172-3/+1
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-7/+3
|
* Migrate `DIRECT_PINS` to data driven (#19826)Ryan2023-02-142-20/+21
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-086-21/+9
|
* Debounce defines cleanup (#19742)Ryan2023-02-033-10/+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-032-6/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-202-6/+0
|\
| * Remove stray UNUSED_PINS (#19639)Joel Challis2023-01-202-6/+0
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
| |
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-123-3/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* [Keymap] Update Miryoku (#19190)Manna Harbour2022-11-293-27/+0
|
* Remove more `UNUSED_PINS` defines (#18940)Ryan2022-11-032-8/+0
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
|
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)Drashna Jaelre2022-10-153-12/+40
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
|
* Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-2/+0
| | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-212-2/+2
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-1518-98/+57
|\|
| * Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958)Ryan2022-08-1518-98/+57
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-062-5/+1
| |
* | [Keyboard] Add RP2040 config defaults for ferris/sweep and cradio (#17557)Albert Y2022-07-252-13/+7
|/
* Add a workman-miryoku hybrid keymap for the ferris sweep keyboard (#17511)bruun-baer2022-07-033-0/+112
|
* [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-023-0/+27
|
* Refactor legacy quantum keycodes in default-ish keymaps (#17150)Joel Challis2022-05-271-1/+1
|
* Various fixes for g_led_config lint warnings (#17104)Joel Challis2022-05-161-1/+8
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* [Keyboard] Add usable tap-hold defaults for ferris via (#16696)Albert Y2022-05-111-0/+9
|
* [Keyboard] Typo correction in ferris sweep readme (#16148)Albert Y2022-01-311-1/+1
|
* [Keyboard] added via keymap for ferris sweep (#16130)Andrew Garver2022-01-302-0/+45
|
* Add LAYOUTS entry to rules.mk (#15900)Albert Y2022-01-173-0/+5
| | | | | | | | | * Add layouts to rules.mk * Remove excess settings. Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* [Keyboard] Switch a_dux, cradio and ferris to split_3x5_2 (#15850)Albert Y2022-01-135-5/+8
|
* [Keyboard] Remove locking support for Sweep (#15494)Albert Y2021-12-161-8/+6
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keyboard] Add Elite-C DFU bootloader commands for Sweep (#15449)Albert Y2021-12-141-1/+7
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Fix up build options comments (#15463)Ryan2021-12-122-0/+2
|