summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/lfk65_hs/lfk65_hs.h
Commit message (Collapse)AuthorAgeFilesLines
* 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