mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 04:12:56 +00:00
420f6c4b2e
* Add lck75 keyboard A 75% THT keyboard with an OLED and rotary encoder * added info.json * fixed rules.mk * changed vendor id * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/lck75/keymaps/default/keymap.c moved code to the rules.mk folder Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk moved oled driver enable to rules.mk code * Update keyboards/lck75/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update oled.c id like to keep the copyright there as it's my friend that helped me with the OLED specifically. also updated the old_task_user * Update keyboards/lck75/oled.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lck75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update rules.mk * merged oled.c code into keymap.c file tested and works correctly on my board * merged code from this file into the keymap.c file this file is no longer needed Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
18 lines
713 B
Markdown
18 lines
713 B
Markdown
# lck75
|
|
|
|
A 75% keyboard that can be assembled with only through hole components, including usb type-c
|
|
|
|
* Keyboard Maintainer: [Lyso1](https://github.com/lyso1)
|
|
* Hardware Supported: LCK75, atmega32
|
|
* Hardware Availability: [GitHub](https://github.com/lyso1)
|
|
|
|
Make example for this keyboard (after setting up your build environment):
|
|
|
|
make lck75:default
|
|
|
|
Flashing example for this keyboard:
|
|
|
|
make lck75:default:flash
|
|
|
|
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|