summaryrefslogtreecommitdiff
path: root/keyboards/input_club
AgeCommit message (Collapse)Author
2024-06-17Strip decimals from RGB Matrix layout positions (#23943)Ryan
2024-05-23Remove some useless code from keymaps (#23787)Ryan
2024-05-22Migrate `LOCKING_*_ENABLE` to Data-Driven: I-J (#23767)James Young
Affects: - `ianklug/grooveboard` - `ibm/model_m/modelh` - `ibm/model_m_122/ibm122m` - `ibnuda/gurindam` - `idb/idb_60` - `idobao/id75/v1` - `idobao/id75/v2` - `idobao/id96` - `idobao/montex/v1` - `illuminati/is0` - `illusion/rosa` - `ilumkb/primus75` - `ilumkb/volcano660` - `inland/kb83` - `input_club/ergodox_infinity` - `irene` - `iriskeyboards` - `iron180` - `jacky_studio/bear_65/rev1` - `jacky_studio/bear_65/rev2` - `jacky_studio/s7_elephant/rev1` - `jacky_studio/s7_elephant/rev2` - `jadookb/jkb65` - `jae/j01` - `jagdpietr/drakon` - `jd40` - `jd45` - `jels/boaty` - `jels/jels60/v1` - `jels/jels60/v2` - `jels/jels88` - `jolofsor/denial75` - `jorne/rev1` - `joshajohnson/hub16` - `joshajohnson/hub20` - `jukaie/jk01`
2024-05-20Remove RGB keycodes from boards with no RGB config (#23709)Ryan
2024-05-12Change all RGB mode keycodes to short aliases (#23691)Ryan
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan
2024-04-17Migrate build target markers to keyboard.json - HI (#23540)Joel Challis
2024-04-17Data-Driven Keyboard Conversions: I (#23533)James Young
2024-04-13LED Matrix: replace backlight keycodes with newly added ones (#23455)Ryan
2024-04-11Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland
2024-04-03Remove `quantum.h` includes from keyboard code (#23394)Ryan
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis
2024-03-30Migrate features and LTO from rules.mk to data driven (#23307)Joel Challis
2024-03-15Migrate features from rules.mk to data driven - IJK (#23276)Joel Challis
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan
* 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-18Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102)Joel Challis
2024-02-15Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)Joel Challis
2024-02-15LED drivers: add support for shutdown pin (#23058)Ryan
* LED drivers: add support for shutdown pin * Update candidate boards
2024-02-10LED drivers: create structs to hold PWM/scaling buffers (#22955)Ryan
2024-02-09LED drivers: place I2C addresses into an array (#22975)Ryan
2024-01-24LED drivers: update I2C API usage (#22951)Ryan
2024-01-24LED drivers: remove `write_pwm_buffer()` from public API (#22884)Ryan
2024-01-10LED drivers: switch to i2c_writeReg() (#22878)Ryan
2024-01-10LED drivers: change `write_pwm_buffer()` return type to `void` (#22869)Ryan
2024-01-08LED drivers: more formatting (#22865)Ryan
2024-01-08is31fl3733: change `write_register()` return type to `void` (#22824)Ryan
2024-01-08Migrate RGB Matrix config to info.json (#22863)Joel Challis
2024-01-01Migrate LED Matrix config to info.json (#22792)Joel Challis
2023-12-20Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-12-20Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan
2023-12-19[Keymap Removal] xiudi/xd75 and related keymaps. (#22698)Joel Challis
2023-12-18Update keyboard LED driver configs (#22638)Ryan
2023-12-17Merge remote-tracking branch 'upstream/master' into developNick Brassel
2023-12-17[Keymap Removal] Planck and related keymaps. (#22683)Nick Brassel
2023-12-05LED drivers: change "TWI" to "I2C" (#22617)Ryan
2023-12-04LED drivers: refactor page selection (#22518)Ryan
2023-11-27Remove userspace keymaps (#22544)Joel Challis
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis
2023-11-20LED drivers: register naming cleanups (#22436)Ryan
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan
* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being
2023-11-10LED drivers: clean up `SWx`/`CSy` pullup/down resistor config (#22381)Ryan
2023-11-01LED drivers: add defines for PWM and LED control register counts (#22383)Ryan
2023-11-01Relocate LED driver init code (#22365)Ryan
2023-10-29whitefox: remove pointless file (#22366)Ryan
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Update ISSI LED types (#22099)Ryan
2023-09-28refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-24input_club/infinity60: remove custom 3731 code, convert to LED Matrix (#22117)Ryan
* input_club/infinity60: remove custom 3731 code, convert to LED Matrix * Add licences
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan