Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config files for Kuro65 keyboard #20122

Merged
merged 25 commits into from
Mar 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a12a61d
Added initial keyboard files for Kuro Pad Eval.
0x544D Feb 19, 2022
95de870
Implemented RGB matrix configuration for kuro_eval_board.
0x544D Mar 12, 2022
a0c1f1e
Merge branch 'master' into qmk_kuro_pad_eval
0x544D Jan 23, 2023
01542a0
Added kuro65 keyboard files to QMK repo.
0x544D Jan 29, 2023
3dd8a5d
Updates on kuro65 source files.
0x544D Jan 29, 2023
89b224b
Updated info.json and README.md of kuro65 keyboard.
0x544D Feb 26, 2023
d968c4d
Update readme.md
0x544D Feb 26, 2023
74ce9a2
Update of info.json for kuro65.
0x544D Feb 26, 2023
149544c
Corrected key layout in info.json for kuro65.
0x544D Feb 26, 2023
4b40d4a
Added VIA keymap and configuration for Kuro65 keyboard.
0x544D Feb 27, 2023
86bc11d
Added VIA compatibility to readme.md for Kuro65.
0x544D Feb 27, 2023
7e88bd0
Changed default keymap for Kuro65 and added user keymap.
0x544D Feb 27, 2023
4bde042
Removed kuro eval pad from repo.
0x544D Feb 27, 2023
8c312dc
Updated and ported most of the config to info.json file.
0x544D Mar 3, 2023
8bddfa6
Added pictures to readme.md
0x544D Mar 14, 2023
e6b5e83
Update readme.md
0x544D Mar 14, 2023
1704a6f
Changes in 0x544D keymap of kuro65 keyboard.
0x544D Mar 14, 2023
0183897
Merge branch 'qmk_kuro_keyboards' of github.com:0x544D/qmk_firmware i…
0x544D Mar 14, 2023
9f61412
Apply suggestions from code review
0x544D Mar 15, 2023
6853e36
Hosted pictures of PCB and keyboard on imgur
0x544D Mar 15, 2023
740ea92
Update readme.md
0x544D Mar 15, 2023
ac8a8d3
Update keyboards/kuro/kuro65/info.json
0x544D Mar 16, 2023
352b019
Apply suggestions from code review
0x544D Mar 18, 2023
3ad0fe3
Kuro65: Renamed keymap folder to lowercase according to PR checklist.
0x544D Mar 18, 2023
4bd6844
Update readme.md
0x544D Mar 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme.md
  • Loading branch information
0x544D authored Feb 26, 2023
commit d968c4d96ee7221bdb963afe6deffdc89c214367
14 changes: 11 additions & 3 deletions keyboards/kuro/kuro65/readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Kuro 65

<img align="right" width="118" height="207" src="https://user-images.githubusercontent.com/28592326/219898869-d1d8c107-8534-48e9-9dfd-22592b35853f.png">
A 65% keyboard with an ISO layout, which fits the TOFU65 case (and similar) by KBDFans.

Keyboard maintainer: [0x544D](https://github.com/0x544D)
Keyboard maintainer: [0x544D](https://github.com/0x544D)<br>
Hardware availability: not yet available

## Features

- Hot-swappable ISO layout
- Per key RGB LED (south facing)
- USB-C connector
- Reset button on the back of the PCB
- Compatible with TOFU65 and similar cases

## Bootloader mode

To put in bootloader mode, hold the `Esc` key while plugging in the USB cable or use the reset key on the back of the PCB.

## Making firmware
## Building the firmware

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

Expand Down