diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-03-07 20:38:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 01:38:08 -0800 |
commit | c4d8e5692837e8c0377d9111b37308f55cf3edba (patch) | |
tree | 34666056008856301a5ecc8d00211a34bbf8e432 /keyboards/m10a/keymaps/via/config.h | |
parent | 5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9 (diff) | |
download | qmk_firmware-c4d8e5692837e8c0377d9111b37308f55cf3edba.tar.gz |
Added VIA keymap for Ramaworks M10-A (#8255)
* Added VIA keymap for Ramaworks M10-A
* change vendor/product in base config.h
* #pragma once
* Uee LAYOUT() in keymaps
Diffstat (limited to 'keyboards/m10a/keymaps/via/config.h')
-rw-r--r-- | keyboards/m10a/keymaps/via/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/m10a/keymaps/via/config.h b/keyboards/m10a/keymaps/via/config.h new file mode 100644 index 000000000..79248f04f --- /dev/null +++ b/keyboards/m10a/keymaps/via/config.h @@ -0,0 +1,4 @@ +#pragma once + +// Keep default crazy number of layers +#define DYNAMIC_KEYMAP_LAYER_COUNT 10
\ No newline at end of file |