qmk_firmware/keyboards/lfkeyboards/lfk78
Ryan 023d644bb6
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9

* Move RGBLight animations to data driven, A

* Move RGBLight animations to data driven, B

* Move RGBLight animations to data driven, C

* Move RGBLight animations to data driven, D

* Move RGBLight animations to data driven, E

* Move RGBLight animations to data driven, F

* Move RGBLight animations to data driven, G

* Move RGBLight animations to data driven, H

* Move RGBLight animations to data driven, handwired

* Move RGBLight animations to data driven, I

* Move RGBLight animations to data driven, J

* Move RGBLight animations to data driven, K

* Move RGBLight animations to data driven, L

* Move RGBLight animations to data driven, M

* Move RGBLight animations to data driven, N

* Move RGBLight animations to data driven, O

* Move RGBLight animations to data driven, P

* Move RGBLight animations to data driven, Q

* Move RGBLight animations to data driven, R

* Move RGBLight animations to data driven, S

* Move RGBLight animations to data driven, T

* Move RGBLight animations to data driven, U

* Move RGBLight animations to data driven, V

* Move RGBLight animations to data driven, W

* Move RGBLight animations to data driven, X

* Move RGBLight animations to data driven, Y

* Move RGBLight animations to data driven, Z

* Fix incorrect placement

* Fix build failures and mismatches
2023-08-23 22:11:39 +01:00
..
keymaps rgblight: driver selection cleanups (#21558) 2023-08-15 11:06:57 +01:00
revb Move RGBLight animations to data driven (#21635) 2023-08-23 22:11:39 +01:00
revc Move RGBLight animations to data driven (#21635) 2023-08-23 22:11:39 +01:00
revj Move RGBLight animations to data driven (#21635) 2023-08-23 22:11:39 +01:00
config.h Move RGBLight animations to data driven (#21635) 2023-08-23 22:11:39 +01:00
lfk78.c Remove use of layout macros for LFKeyboards LED config (#20666) 2023-05-03 07:41:59 +10:00
lfk78.h Remove use of layout macros for LFKeyboards LED config (#20666) 2023-05-03 07:41:59 +10:00
post_rules.mk Eliminate TMK_COMMON_* in makefiles (#21517) 2023-07-15 17:27:32 +10:00
readme.md [Keyboard] LFK78 refactor (#7835) 2020-03-03 14:10:39 -08:00
rules.mk rgblight: driver selection cleanups (#21558) 2023-08-15 11:06:57 +01:00

LFK78/68

A 65% keyboard similar to the MagicForce68 or VA68M. Optional function key block on left side.

Revisions

  • revb: First public release, uses ATmega32U4, has audio, ISSI matrix split between RGB and backlight
  • revc: Revisions C through H, uses AT90USB1286, no audio, ISSI device 0 is backlight, 4 is RGB
  • revj: Audio on pin C6, uses AT90USB646

Make example for this keyboard (after setting up your build environment):

make lfkeyboards/lfk78:default

See build environment setup then the make instructions for more information.