summaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/lfk65_hs/lfk65_hs.h
AgeCommit message (Collapse)Author
2023-09-24Remove custom ISSI lighting code (#22073)Ryan
* Remove CU75 custom lighting * Remove LFK78 custom lighting * Remove LFK87 custom lighting * Remove LFKPad custom lighting * Remove Mini1800 custom lighting * Remove SMK65 custom lighting * Remove LFK65-HS custom lighting * Remove LFKeyboards custom lighting * Remove Meira custom lighting
2023-04-27Move remaining `LAYOUT_all`s to data driven (#20463)Ryan
2021-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-03Remove more cruft in keyboard files (#14288)Ryan
2021-09-01Change keyboard level include guards to `pragma once` (#14248)Ryan
* Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2018-08-21Keyboard: Corrected LFK65_HS LAYOUT_all matrix (#3703)noroadsleft
Switch `k3D` was listed as `K3D` in the parameter list, causing a compile error (undeclared variable).
2018-07-18Keyboard: Add support for LFK65-HS - a hotswap 65% (#3009)scott-t-wilson
* Add support for LFK65-HS - a hotswap 65% * Add info.json for LFK65-HS * Clean up for new build system, remove uneeded code. * LFK65-HS cleanup. Fixed LAYOUT macros, etc