summaryrefslogtreecommitdiff
path: root/keyboards/woodkeys
AgeCommit message (Collapse)AuthorFilesLines
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis1-1/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis6-6/+0
2025-02-17Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915)Joel Challis3-4/+6
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-2/+2
2024-10-12Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2-5/+5
* Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
2024-08-10Remove keyboard level `QK_BOOT` implementations (#24231)Joel Challis1-17/+8
2024-07-26Refactor use of `matrix_scan_kb` (#24200)Joel Challis4-81/+1
2024-05-24Migrate `LOCKING_*_ENABLE` to Data-Driven: W, Part 2 (#23789)James Young2-5/+6
Affects: - `wilba_tech/rama_works_kara` - `wilba_tech/rama_works_koyu` - `wilba_tech/rama_works_m10_b` - `wilba_tech/rama_works_m10_c` - `wilba_tech/rama_works_m50_a` - `wilba_tech/rama_works_m50_ax` - `wilba_tech/rama_works_m60_a` - `wilba_tech/rama_works_m65_b` - `wilba_tech/rama_works_m65_bx` - `wilba_tech/rama_works_m6_a` - `wilba_tech/rama_works_m6_b` - `wilba_tech/rama_works_u80_a` - `wilba_tech/wt60_a` - `wilba_tech/wt60_b` - `wilba_tech/wt60_bx` - `wilba_tech/wt60_c` - `wilba_tech/wt60_d` - `wilba_tech/wt60_g` - `wilba_tech/wt60_g2` - `wilba_tech/wt60_h1` - `wilba_tech/wt60_h2` - `wilba_tech/wt60_h3` - `wilba_tech/wt60_xt` - `wilba_tech/wt65_a` - `wilba_tech/wt65_b` - `wilba_tech/wt65_d` - `wilba_tech/wt65_f` - `wilba_tech/wt65_fx` - `wilba_tech/wt65_g` - `wilba_tech/wt65_g2` - `wilba_tech/wt65_h1` - `wilba_tech/wt65_xt` - `wilba_tech/wt65_xtx` - `wilba_tech/wt69_a` - `wilba_tech/wt70_jb` - `wilba_tech/wt75_a` - `wilba_tech/wt75_b` - `wilba_tech/wt75_c` - `wilba_tech/wt80_a` - `wilba_tech/wt80_g` - `wilba_tech/zeal60` - `wilba_tech/zeal65` - `woodkeys/meira/featherble` - `wsk/alpha9` - `wsk/g4m3ralpha` - `wsk/gothic50` - `wsk/gothic70` - `wsk/houndstooth` - `wsk/jerkin` - `wsk/kodachi50` - `wsk/pain27` - `wsk/sl40` - `wsk/tkl30` - `wuque/ikki68` - `wuque/mammoth20x` - `wuque/mammoth75x` - `wuque/nemui65` - `wuque/tata80/wk` - `wuque/tata80/wkl`
2024-05-17Delete trivial keymap readmes (#23714)Ryan3-3/+0
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan1-1/+1
2024-04-25Migrate build target markers to keyboard.json - Misc (#23612)Joel Challis2-2/+3
2024-04-08Tidy up default layer handling in keymaps (#23436)Joel Challis2-15/+2
2024-04-03Miscellaneous keyboard.json migrations (#23378)Joel Challis4-15/+8
2024-03-30Migrate features and LTO from rules.mk to data driven (#23302)Joel Challis2-13/+13
2024-03-15Migrate features from rules.mk to data driven - UVWXYZ (#23287)Joel Challis8-48/+36
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel4-244/+0
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel4-473/+0
2023-11-27Remove userspace keymaps (#22544)Joel Challis4-93/+0
2023-11-08WT RGB cleanups (#22379)Ryan1-1/+1
2023-09-24Remove custom ISSI lighting code (#22073)Ryan20-882/+4
* Remove CU75 custom lighting * Remove LFK78 custom lighting * Remove LFK87 custom lighting * Remove LFKPad custom lighting * Remove Mini1800 custom lighting * Remove SMK65 custom lighting * Remove LFK65-HS custom lighting * Remove LFKeyboards custom lighting * Remove Meira custom lighting
2023-08-23Move RGBLight animations to data driven (#21635)Ryan10-70/+65
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
2023-07-29Bluetooth: driver naming cleanups (#21624)Ryan2-1/+5
2023-07-15Eliminate `TMK_COMMON_*` in makefiles (#21517)Ryan2-9/+9
2023-07-02Move miscellaneous defines to data driven (#21382)Ryan1-3/+0
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan10-212/+7
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan12-9/+10
2023-05-27Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan8-16/+12
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-12Scarlet Bandana Layout Additions (#20882)James Young4-98/+410
* add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * rename LAYOUT_all to LAYOUT_65_xt_ansi_split_space_split_bs * add LAYOUT_65_xt_ansi_split_space * add LAYOUT_65_xt_ansi_split_bs * add LAYOUT_65_xt_ansi * update readme.md - convert metadata section to list - update Availability link (mark as "no longer available" as the vendor no longer ships) - add Flashing and Bootloader instructions
2023-05-03Remove use of layout macros for LFKeyboards LED config (#20666)Ryan1-13/+0
2023-05-02`info.json` whitespace cleanups (#20651)Ryan1-3/+3
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan2-39/+92
2023-04-14Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan3-6/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan12-7/+18
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan11-119/+13
2023-03-29Move ortho & numpad layouts to data driven (#20183)Ryan2-64/+48
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-17Remove more empty headers (#20155)Ryan6-111/+0
2023-03-11Move matrix config to info.json, part 5 (#20003)Ryan10-39/+25
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26Move backlight config to data driven (#19910)Ryan4-5/+4
2023-02-23Move QMK LUFA bootloader config to data driven (#19879)Ryan2-3/+0
2023-02-17Remove matrix size defines (#19581)Ryan5-20/+0
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis1-2/+2
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan12-36/+12
2023-02-05Remove unused `LOCKING_SUPPORT_ENABLE` from config.h (#19748)Ryan1-5/+0
2023-02-03Debounce defines cleanup (#19742)Ryan11-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
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2-6/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan2-42/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel8-8/+0
2023-01-28Remove commented out backlight config & stray "backlight levels" (#19703)Ryan1-6/+0
2023-01-20Fix functions with empty params (#19647)Ryan3-5/+5
* Fix functions with empty params * Found a bunch more