diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-08-18 16:44:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 23:44:35 -0700 |
commit | 70acf36d1641cad1337eb714ae56145d949ff423 (patch) | |
tree | bbc0788982dca0c017622b47e7252898d4dd62a5 /keyboards/wilba_tech/rama_works_m10_b/config.h | |
parent | c59a81b792ffbe0629183cf1e84f869e9a8d5471 (diff) |
[Keyboard] Added RAMA WORKS M65-B, M65-BX, M10-C, M50-A (#9991)
* Added RAMA WORKS M65-B, M65-BX, M10-C, M50-A
* Review changes
* Review changes
* Review changes
* Increase layers to 10 for M10-C, M10-B
Diffstat (limited to 'keyboards/wilba_tech/rama_works_m10_b/config.h')
-rw-r--r-- | keyboards/wilba_tech/rama_works_m10_b/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/rama_works_m10_b/config.h b/keyboards/wilba_tech/rama_works_m10_b/config.h index d2e67e0c97..1d380df37c 100644 --- a/keyboards/wilba_tech/rama_works_m10_b/config.h +++ b/keyboards/wilba_tech/rama_works_m10_b/config.h @@ -179,3 +179,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ //#define MIDI_TONE_KEYCODE_OCTAVES 1 + +#define DYNAMIC_KEYMAP_LAYER_COUNT 10 |