Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git data/matrix_layouts/razerhuntsmanelite.json data/matrix_layouts/razerhuntsmanelite.json | |
new file mode 100644 | |
index 0000000..9c53ac5 | |
--- /dev/null | |
+++ data/matrix_layouts/razerhuntsmanelite.json | |
@@ -0,0 +1,934 @@ | |
+{ | |
+ "German": { | |
+ "row": [ | |
+ {"label": "", "matrix": [6, 0]}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#- | |
# Copyright (c) 2012-2015 Juan Romero Pardines <[email protected]>. | |
# 2012 Dave Elusive <[email protected]>. | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright |
