Allows you to import keyboard layouts into blender and have them render in 3d
####To-Do
####To-Do
- [x] Add support for ISO enter
- [x] Add key labels
- [ ] Add more key profiles (DSA and DCS are done)
@ -10,7 +10,7 @@ Allows you to import keyboard layouts into blender and have them render in 3d
- [ ] Add front legend support
##How to install Addon:
### How to install Addon:
1. Download zip (releases)
2. Open Blender
3. Go to File > User Preferences (Ctrl + Alt + U)
@ -21,13 +21,13 @@ Allows you to import keyboard layouts into blender and have them render in 3d
8. Click “Save User Settings” and close the preferences window
9. Now the addon is ready to use
##How to use Addon:
### How to use Addon:
1. Open Blender
2. Go to File>Import>KLE Raw Data (.json)
3. Select the “keyboard-layout.json” that you downloaded from [Keyboard Layout Editor](http://keyboard-layout-editor.com) and click “Import KLE Raw JSON” at the top right
4. All Done!
##How to add LEDs:
### How to add LEDs:
+ Add the following line to the object at the beginning (the one with "backcolor" in it):
`"led" : [RED, GREEN, BLUE, BRIGHTNESS]` *(you may need to add a comma to the line above)*
@ -38,7 +38,7 @@ Allows you to import keyboard layouts into blender and have them render in 3d