summaryrefslogtreecommitdiff
path: root/keyboards/input_club
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Migrate `g_led_config` to DD (I) (#25600)Jack Sangdahl2-52/+122
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan3-14/+14
2025-07-06Deprecate some nonstandard mod & mod-tap keycode aliases (#25437)Ryan1-1/+1
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+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-01-30Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24845)Joel Challis1-1/+0
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan1-3/+3
2024-10-06WS2812 API rework (#24364)Ryan1-0/+4
2024-07-19Move LED Matrix LED config to data driven (#24122)Ryan5-147/+203
2024-07-13Migrate SERIAL_DRIVER to json (#23925)Joel Challis2-2/+4
2024-06-17Strip decimals from RGB Matrix layout positions (#23943)Ryan1-10/+10
2024-05-23Remove some useless code from keymaps (#23787)Ryan1-6/+0
2024-05-22Migrate `LOCKING_*_ENABLE` to Data-Driven: I-J (#23767)James Young2-5/+6
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan1-13/+4
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan1-1/+1
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan1-2/+2
2024-04-17Migrate build target markers to keyboard.json - HI (#23540)Joel Challis1-0/+0
2024-04-17Data-Driven Keyboard Conversions: I (#23533)James Young2-19/+12
2024-04-13LED Matrix: replace backlight keycodes with newly added ones (#23455)Ryan1-2/+2
2024-04-11Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland2-1/+3
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan1-2/+3
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-0/+0
2024-03-30Migrate features and LTO from rules.mk to data driven (#23307)Joel Challis2-14/+8
2024-03-15Migrate features from rules.mk to data driven - IJK (#23276)Joel Challis4-29/+17
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan2-328/+328
2024-02-18Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102)Joel Challis12-828/+0
2024-02-15Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)Joel Challis3-248/+0
2024-02-15LED drivers: add support for shutdown pin (#23058)Ryan7-22/+9
2024-02-10LED drivers: create structs to hold PWM/scaling buffers (#22955)Ryan1-24/+32
2024-02-09LED drivers: place I2C addresses into an array (#22975)Ryan2-35/+50
2024-01-24LED drivers: update I2C API usage (#22951)Ryan3-8/+8
2024-01-24LED drivers: remove `write_pwm_buffer()` from public API (#22884)Ryan2-8/+7
2024-01-10LED drivers: switch to i2c_writeReg() (#22878)Ryan1-18/+4
2024-01-10LED drivers: change `write_pwm_buffer()` return type to `void` (#22869)Ryan2-16/+7
2024-01-08LED drivers: more formatting (#22865)Ryan2-2/+7
2024-01-08is31fl3733: change `write_register()` return type to `void` (#22824)Ryan2-10/+4
2024-01-08Migrate RGB Matrix config to info.json (#22863)Joel Challis3-76/+75
2024-01-01Migrate LED Matrix config to info.json (#22792)Joel Challis5-35/+49
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark1-53/+0
2023-12-20Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan2-2/+2
2023-12-19[Keymap Removal] xiudi/xd75 and related keymaps. (#22698)Joel Challis1-53/+0
2023-12-18Update keyboard LED driver configs (#22638)Ryan3-3/+3
2023-12-17Merge remote-tracking branch 'upstream/master' into developNick Brassel5-621/+0
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel5-621/+0
2023-12-05LED drivers: change "TWI" to "I2C" (#22617)Ryan1-11/+10
2023-12-04LED drivers: refactor page selection (#22518)Ryan3-55/+17
2023-11-27Remove userspace keymaps (#22544)Joel Challis23-2107/+0
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis3-3/+0
2023-11-20LED drivers: register naming cleanups (#22436)Ryan2-32/+35