aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/lfk65_hs/lfk65_hs.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom ISSI lighting code (#22073)Ryan2023-09-241-3/+0
| | | | | | | | | | | | | | | | | | | * 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
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-261-59/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-031-15/+0
|\
| * Remove more cruft in keyboard files (#14288)Ryan2021-09-031-15/+0
| |
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-34/+31
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* Keyboard: Corrected LFK65_HS LAYOUT_all matrix (#3703)noroadsleft2018-08-211-11/+14
| | | Switch `k3D` was listed as `K3D` in the parameter list, causing a compile error (undeclared variable).
* Keyboard: Add support for LFK65-HS - a hotswap 65% (#3009)scott-t-wilson2018-07-181-0/+82
* 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