qmk_firmware/keyboards/ramonimbao/tkl_ff
Ryan 5e4b076af3
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
..
keymaps Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
v1 Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) 2022-08-20 01:42:49 +01:00
v2 Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) 2022-10-15 09:55:53 -07:00
config.h Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) 2022-10-15 09:55:53 -07:00
info.json TKL-FF Community Layout Support (#18538) 2022-09-30 09:02:21 +10:00
readme.md [Keyboard] Add TKL-FF v2 (#15144) 2021-11-19 09:51:00 -08:00
rules.mk Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) 2022-08-20 01:42:49 +01:00
tkl_ff.c
tkl_ff.h TKL-FF Community Layout Support (#18538) 2022-09-30 09:02:21 +10:00

TKL-FF

TKL-FF

A TKL PCB made for the Geonworks Frog keyboard that supports both F12 and F13. V2 simply adds RGB indicator LEDs.

  • Keyboard Maintainer: Ramon Imbao
  • Hardware Supported: ATmega32u4

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

make ramonimbao/tkl_ff:default

To get to the bootloader, simply press the reset button located at the back of the PCB. You can then flash new firmware onto it.

Flashing example for this keyboard:

make ramonimbao/tkl_ff:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.