summaryrefslogtreecommitdiff
path: root/keyboards/hs60
AgeCommit message (Collapse)AuthorFilesLines
2025-04-22Remove empty `url` fields (#25181)Joel Challis4-4/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan2-4/+4
2024-10-12Rename RGB/HSV structs: keyboard-level code (#24476)Ryan1-1/+1
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel15-313/+0
2024-08-04`hs60/v1`: separate into ANSI and ISO revisions (#24136)Ryan16-508/+547
2024-06-26`hs60/v2/hhkb`: Adjust layout name (#23998)Ryan3-9/+12
2024-05-23Remove some useless code from keymaps (#23787)Ryan2-22/+0
2024-05-21Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 1 (#23759)James Young2-5/+6
Affects: - `h0oni/deskpad` - `h0oni/hotduck` - `halfcliff` - `halokeys/elemental75` - `han60` - `hardlineworks/otd_plus` - `helix/rev3_4rows` - `helix/rev3_5rows` - `hfdkb/ac001` - `hidtech/bastyl` - `hineybush/h08_ocelot` - `hineybush/h10` - `hineybush/h60` - `hineybush/h65` - `hineybush/h65_hotswap` - `hineybush/h660s` - `hineybush/h75_singa` - `hineybush/h87a` - `hineybush/h88` - `hineybush/hbcp` - `hineybush/hineyg80` - `hineybush/physix` - `hineybush/sm68` - `hnahkb/freyr` - `hnahkb/stella` - `hnahkb/vn66` - `horizon` - `hotdox` - `hs60/v1`
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan5-5/+5
2024-04-24Align NO_SUSPEND_POWER_DOWN keyboard config (#23606)Joel Challis4-7/+7
2024-04-19Tidy use of raw hid within keyboards (#23557)Joel Challis3-80/+1
2024-04-17Migrate build target markers to keyboard.json - HI (#23540)Joel Challis4-0/+0
2024-04-15Data-Driven Keyboard Conversions: H, Part 1 (#23524)James Young8-50/+26
2024-03-30Remove 'NO_USB_STARTUP_CHECK = no' from keyboards (#23376)Joel Challis3-3/+0
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan1-64/+64
* IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config
2024-02-19Manual user keymap removal (#23104)Joel Challis4-100/+0
2024-01-08Migrate RGB Matrix config to info.json - H (#22861)Joel Challis2-64/+49
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-12-18Update keyboard LED driver configs (#22638)Ryan1-2/+2
2023-11-27Remove userspace keymaps (#22544)Joel Challis4-146/+0
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis4-4/+0
2023-11-08WT RGB cleanups (#22379)Ryan1-1/+78
2023-11-01Relocate LED driver init code (#22365)Ryan3-3/+3
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan3-3/+6
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan1-2/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan3-6/+6
2023-10-04Update ISSI LED types (#22099)Ryan1-2/+2
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan1-2/+2
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan1-1/+1
2023-09-13is31fl3733: driver naming cleanups (#21905)Ryan3-3/+3
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-04-27Move 60% layouts to data driven (#20477)Ryan3-58/+140
2023-04-15Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan6-436/+199
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2-1/+3
2023-03-10Move matrix config to info.json, part 2 (#19987)Ryan8-39/+20
2023-02-23Move QMK LUFA bootloader config to data driven (#19879)Ryan2-5/+4
2023-02-17Remove matrix size defines (#19581)Ryan4-16/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan8-27/+11
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan3-12/+0
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan4-20/+0
2023-02-06Remove `DEBOUNCE` macro usage (#19750)jack1-0/+4
2023-02-03Debounce defines cleanup (#19742)Ryan4-12/+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
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan4-12/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan4-132/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel4-4/+0
2023-01-10Migrate `LAYOUTS` to data driven (#19541)Ryan6-6/+3
* 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
2022-12-30Remove useless line continuations (#19399)Ryan3-48/+48
2022-11-21Remove .noci functionality (#19122)Joel Challis1-0/+0
2022-11-10VIA V3 - The Custom UI Update (#18222)Wilba3-9/+0
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan8-8/+8