aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/readme.md')
-rw-r--r--users/drashna/readme.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/users/drashna/readme.md b/users/drashna/readme.md
index b8d10aada..e52b67e83 100644
--- a/users/drashna/readme.md
+++ b/users/drashna/readme.md
@@ -2,14 +2,16 @@
2 2
3This is my personal userspace file. Most of my code exists here, as it's heavily shared. 3This is my personal userspace file. Most of my code exists here, as it's heavily shared.
4 4
5* [RGB Customization](readme/rgb.md) 5* [Callback (keymap+misc)](callbacks.md)
6* [Diablo Tap Dancing](readme/tap_dance.md) 6* [Keycode Handling](keyrecords/readme.md)
7* [Keymap Wrappers](readme/wrappers.md) 7 * [Autocorrection](keyrecords/autocorrection/readme.md)
8* [Custom Function Handlers](readme/handlers.md) 8 * [Cap Words](keyrecords/capwords.md)
9* [Secret Macros](readme/secrets.md) 9 * [Diablo Tap Dancing](keyrecords/tap_dance.md)
10* [Custom Keycodes](readme/keycodes.md) 10 * [Keymap Wrappers](keyrecords/wrappers.md)
11 11 * [Secret Macros](keyrecords/secrets.md)
12 12 * [Custom Keycodes](keyrecords/keycodes.md)
13## Pro Micro Hacking 13 * [Unicode Input](keyrecords/unicode.md)
14 14* [OLED Display](oled/readme.md)
15See [this thread](https://www.reddit.com/r/olkb/comments/8sxgzb/replace_pro_micro_bootloader_with_qmk_dfu/) for details on how to flash QMK DFU to Pro Micros. 15* [Pointing Devices](pointing/readme.md)
16* [RGB Customization](rgb/readme.md)
17* [Split Transport](split/readme.md)