summaryrefslogtreecommitdiffstats
path: root/keyboards/woodkeys
Commit message (Collapse)AuthorAgeFilesLines
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+3
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-152-39/+92
|
* Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-143-6/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0612-7/+18
|
* Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-0511-119/+13
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-64/+48
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove more empty headers (#20155)Ryan2023-03-176-111/+0
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-1110-39/+25
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-264-5/+4
|
* Move QMK LUFA bootloader config to data driven (#19879)Ryan2023-02-232-3/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-175-20/+0
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-0812-36/+12
|
* Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan2023-02-051-5/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-0311-20/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-302-42/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-318-8/+0
|
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-6/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-203-5/+5
| | | | | * Fix functions with empty params * Found a bunch more
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-1/+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
* Remove useless line continuations (#19399)Ryan2022-12-303-75/+75
|
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-142-4/+4
|
* Remove .noci functionality (#19122)Joel Challis2022-11-213-0/+0
|
* Normalise output selection (Bluetooth) keycodes (#19004)Ryan2022-11-081-6/+1
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-062-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove rgblight_list.h (#18878)Ryan2022-10-271-4/+4
| | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-155-5/+50
|
* Remove more RESET keycode references (#18252)Joel Challis2022-09-031-1/+1
|
* Clean-up of `#define _ADJUST 16` instances (#18182)James Young2022-08-271-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enum layer_names: 40percentclub/nori default keymap * enum layer_names: ergotravel default keymap * enum layer_names: handwired/atreus50 default keymap * enum layer_names: handwired/ortho5x13 default keymap * enum layer_names: keebio/levinson default keymap * enum layer_names: keebio/nyquist default keymap * enum layer_names: keebio/rorschach default keymap * enum layer_names: keebio/viterbi default keymap * enum layer_names: keebio/wavelet default keymap * enum layer_names: lets_split default keymap * enum layer_names: maple_computing/launchpad reference keymaps Update `default` and `default_rgb` keymaps. * enum layer_names: maple_computing/minidox default keymap * enum layer_names: miniaxe reference keymaps Update `default` and `underglow` keymaps. * enum layer_names: omkbd/ergodash/mini default keymap * enum layer_names: omkbd/ergodash/rev1 default keymap * enum layer_names: orthodox default keymap * enum layer_names: unikeyboard/divergetm2 default keymap * enum layer_names: woodkeys/scarletbandana default keymap * add _Static_assert to keymap_introspection.c
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-066-6/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-0612-46/+40
|\
| * Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2022-08-0612-46/+40
| |
* | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition2022-06-241-0/+1
|/
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-153-7/+0
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-13/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* Remove manual enable of LTO within user keymaps (#15378)Joel Challis2022-02-102-2/+2
|
* [Keyboard] move woodkeys.click keyboards to /woodkeys (#16113)peepeetee2022-01-3191-0/+4947