aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/horrortroll/nyx
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2025-07-111-2/+2
| | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
* Remove `"command":false` from keyboards (#25193)Joel Challis2025-04-241-1/+0
|
* Remove `"console":false` from keyboards (#25190)Joel Challis2025-04-231-1/+0
|
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
* horrortroll/nyx/rev1: Fix compilation of custom RGB effect (#24481)Joel Challis2024-10-131-1/+1
|
* Rename RGB/HSV structs: keyboard-level code (#24476)Ryan2024-10-121-5/+5
|
* Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2024-10-122-7/+7
| | | | | | | | | | | | | | | * 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
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-252-86/+0
|
* Migrate build target markers to keyboard.json - HI (#23540)Joel Challis2024-04-171-0/+0
|
* Remove `quantum.h` includes from keyboard code (#23394)Ryan2024-04-031-0/+0
|
* Migrate RGB Matrix config to info.json - H (#22861)Joel Challis2024-01-081-22/+0
|
* Fix a bunch of CLI warnings (#22589)Ryan2023-12-011-1/+0
|
* [Keyboard] HorrorTroll Nyx (#21143)HorrorTroll2023-10-0910-0/+673
* Added support keyboard Nyx * Resolved zvarc suggested and lint error * Delete FORCE_NKRO due to problem with BIOS on mainboard * Resolved dunk2k suggested and limit more brightness, disable some RGB Effect * Resolved drashna suggested * Delete flower blooming effect and move to rev1 folder