qmk_firmware/keyboards/kc60
Ryan 18dc851e37
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps

* `DEBUG` -> `DB_TOGG`, user keymaps

* `DEBUG` -> `DB_TOGG`, community layouts

* `DEBUG` -> `DB_TOGG`, userspace

* `DEBUG` -> `DB_TOGG`, docs & core
2022-10-19 11:33:05 +01:00
..
keymaps Remove legacy Debug keycode (#18769) 2022-10-19 11:33:05 +01:00
config.h Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726) 2022-10-15 09:55:27 -07:00
info.json Move keyboard USB IDs and strings to data driven: K (#17846) 2022-08-03 17:03:47 +10:00
kc60.c led_update_kb -> led_update_ports where appropriate (#18716) 2022-10-15 15:09:03 -04:00
kc60.h KC60 refactor (#10834) 2020-11-02 16:55:22 -08:00
mod_rgb_underglow.md KC60 Refactor (#8782) 2020-04-15 22:31:09 +02:00
readme.md KC60 refactor (#10834) 2020-11-02 16:55:22 -08:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

KC60

KC60

A 60% PCB supporting in-switch LEDs, formerly available on AliExpress and (Mass)Drop. Supports ANSI, ISO, split Backspace, and both standard and Tsangan bottom row layouts.

  • Keyboard Maintainer: The QMK Community
  • Hardware Supported: KC60 v1.6, v2.0; ATmega32U4
  • Hardware Availability: Drop.com (no longer available)

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

make kc60:default

Flashing example for this keyboard:

make kc60:default:flash

RGB Underglow Support

To add RGB Underglow to the KC60, see Adding RGB Underglow to the KC60.

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