summaryrefslogtreecommitdiff
path: root/keyboards/novelkeys/nk20
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (NO) (#25621)Jack Sangdahl2-40/+22
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-4/+4
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel3-60/+0
2024-04-23Migrate build target markers to keyboard.json - N (#23589)Joel Challis2-14/+7
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan1-2/+2
2024-01-10Migrate RGB Matrix config to info.json - NOPQ (#22866)Joel Challis2-58/+48
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-1/+1
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel1-5/+0
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan1-1/+0
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2-1/+3
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2-1/+1
2023-04-05Move small macropad-ish layouts to data driven (#20341)Ryan3-40/+28
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-03-11Move matrix config to info.json, part 3 (#19991)Ryan2-7/+5
2023-02-17Remove matrix size defines (#19581)Ryan1-4/+0
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2-6/+2
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan1-4/+0
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan1-5/+0
2023-02-03Debounce defines cleanup (#19742)Ryan1-3/+0
2023-02-03Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan1-3/+0
2023-01-30Clean up Force NKRO in config.h (#19718)Ryan1-21/+0
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-1/+0
2022-10-15Remove legacy keycodes, part 5 (#18710)Ryan2-2/+2
2022-09-29Merge remote-tracking branch 'origin/master' into developQMK Bot4-8/+11
2022-09-29novelkeys/nk20: rename LAYOUT_all to LAYOUT (#18525)James Young4-8/+11
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan1-1/+1
2022-08-09[Keyboard] Add NK20 (#17907)yiancar13-0/+432