summaryrefslogtreecommitdiff
path: root/keyboards/geekboards
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09 Migrate `g_led_config` to DD (G) (#25598)Jack Sangdahl4-69/+54
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis2-2/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis2-2/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis1-1/+0
2025-04-17Remove duplication of RGB Matrix defaults (#25146)Joel Challis1-1/+0
* Remove duplication of RGB Matrix defaults * Remove more duplication of defaults * fix
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-1/+1
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-85/+0
2024-08-04Remove unnecessary RGB Matrix shutdown hooks (#24238)Joel Challis3-20/+2
2024-05-21Migrate `LOCKING_*_ENABLE` to Data-Driven: G (#23758)James Young2-3/+6
Affects: - `gboards/ergotaco` - `gboards/georgi` - `gboards/gergo` - `geekboards/tester` - `geonworks/frogmini/fmh` - `geonworks/frogmini/fms` - `gh60/revc` - `gh60/satan` - `ghs/rar` - `gkeyboard/gkb_m16` - `gkeyboard/gpad8_2r` - `gl516/a52gl` - `gl516/j73gl` - `gl516/n51gl` - `gmmk/gmmk2/p65` - `gmmk/gmmk2/p96` - `gmmk/numpad` - `gmmk/pro` - `gon/nerd60` - `gon/nerdtkl` - `gray_studio/aero75` - `gray_studio/cod67` - `gray_studio/space65` - `gray_studio/space65r3` - `gray_studio/think65v3` - `grid600/press`
2024-05-17Delete trivial keymap readmes (#23714)Ryan2-4/+0
2024-04-24Fix WAIT_FOR_USB handling (#23598)Joel Challis2-3/+2
2024-03-15Migrate features from rules.mk to data driven - EFGH (#23248)Joel Challis4-26/+18
2024-03-02WS2812 PWM: prefix for DMA defines (#23111)Ryan1-2/+2
* WS2812 PWM: prefix for DMA defines * Add backward compatibility defines
2024-01-08Migrate RGB Matrix config to info.json - G (#22859)Joel Challis4-122/+79
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2-2/+2
2023-12-18Update keyboard LED driver configs (#22638)Ryan1-1/+1
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis1-1/+0
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan1-2/+2
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Update ISSI LED types (#22099)Ryan1-1/+1
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-08-23RGB Matrix: driver naming cleanups (#21594)Ryan2-2/+2
2023-06-25Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2-2/+3
2023-06-23Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel1-2/+0
* Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan1-1/+0
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan4-2/+6
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-19/+10
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan2-1/+3
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan2-5/+5
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel1-2/+2
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
2023-02-21Add some missing `#pragma once`s (#19902)Ryan1-0/+2
2023-02-19Move layouts for direct_pins boards to data driven (#19872)Ryan3-35/+9
2023-02-17Remove matrix size defines (#19581)Ryan1-3/+0
2023-02-14Migrate `DIRECT_PINS` to data driven (#19826)Ryan2-6/+6
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan4-12/+4
2023-02-07Remove unused Bootmagic row/col defines from config.h (#19761)Ryan1-4/+0
2023-02-03Debounce defines cleanup (#19742)Ryan4-4/+2
* 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-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2-2/+0
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan1-4/+4
2022-11-10VIA V3 - The Custom UI Update (#18222)Wilba1-2/+0
2022-11-05Fix "no matrix definition" errors for some boards (#18954)Ryan1-41/+10
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan1-1/+0
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan3-3/+3
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel2-2/+0
2022-07-27Move keyboard USB IDs and strings to data driven: G (#17818)Ryan4-17/+14
2022-02-26Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵Joel Challis1-1/+0
keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
2021-12-09Tidy up NKRO_ENABLE rules (#15382)Ryan2-4/+2
2021-12-01Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2-4/+0
2021-11-24Remove use of __flash due to LTO issues (#15268)Joel Challis1-1/+1