summaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/lfk65_hs/lfk65_hs.h
AgeCommit message (Collapse)Author
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