summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-0735-141/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-0634-168/+0
|
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-062-2/+2
|
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-058-45/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-03177-480/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0388-268/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-016-0/+319
|\
| * [Keyboard] Add modded Razer Orbweaver with RP2040 (#19711)a_marmot2023-02-016-0/+319
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-3054-1132/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-31252-252/+0
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-01-303-0/+137
|\|
| * VIA keymap for the dactyl manuform 4x6 (#19668)AnotherStranger2023-01-263-0/+137
| | | | | | | | Co-authored-by: adophoxia <100170946+adophoxia@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-1/+1
| |
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-2857-238/+0
| |
* | Fixup handwired/jscotto/scotto40 (#19675)jack2023-01-231-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-236-0/+345
|\|
| * [Keyboard] Add Scotto40 Keyboard (#18453)Joe Scotto2023-01-236-0/+345
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Fix functions with empty params (#19647)Ryan2023-01-2010-16/+16
| | | | | | | | | | * Fix functions with empty params * Found a bunch more
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-205-17/+20
|\|
| * Refactor some layouts which contain keyboard name (#19643)Joel Challis2023-01-205-17/+20
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-1923-15/+96
|\|
| * Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-1923-15/+96
| | | | | | | | | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* | Add analog support for RP2040 (#19453)Sergey Vlasov2023-01-192-0/+3
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Add mmoskal/uf2-stm32f103 bootloader support (#19594)Joel Challis2023-01-156-0/+111
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-154-83/+106
|\|
| * [Keyboard] Update handwired/split89 to new standard. (#19540)jurassic732023-01-144-83/+106
| | | | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-137-0/+250
|\|
| * [Keyboard] Acacia keyboard (#19532)Jens Peter Secher2023-01-137-0/+250
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-124-4/+4
|\|
| * weact docs patch re "security vulnerability" (#19572)Tom Barnes2023-01-124-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-106-159/+112
|\|
| * [Keymap] Updated Freoduo keymap (#19351)Filip Paryż2023-01-096-159/+112
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-1060-60/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-081-1/+8
|\|
| * Add some missing layout data (#19539)Joel Challis2023-01-081-1/+8
| |
* | Ignore defaults.hjson values if already set (#19511)Joel Challis2023-01-072-4/+2
| | | | | | | | | | * Ignore defaults.hjson values if already set * Add warning when nothing is merged
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-072-1/+3
|\|
| * Fix `handwired/onekey/kb2040` WS2812 pin (#19517)Joel Challis2023-01-072-1/+3
| |
* | Align definition of unicode_map (#19452)Joel Challis2023-01-016-6/+6
| |
* | Remove useless line continuations (#19399)Ryan2022-12-308-90/+90
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-1413-81/+81
| |
* | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-132-10/+7
| | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* | [Core] Quantum Painter - LVGL Integration (#18499)jpe2302022-12-135-0/+89
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-126-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-1/+1
| |
* | Minor lint fixes for various info.json (#19275)Wolf Van Herreweghe2022-12-092-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-093-71/+18
|\|
| * Refactor use of led_set_user within handwired/prime_exl (#19274)Joel Challis2022-12-093-71/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-093-49/+14
|\|
| * Refactor some led_set_kb instances (#19179)Joel Challis2022-12-093-49/+14
| | | | | | | | | | | | | | | | | | * Refactor some led_set_kb instances * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>