diff options
author | wanleg <32079073+wanleg@users.noreply.github.com> | 2018-08-30 09:34:14 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-30 09:34:14 -0700 |
commit | 2fcfd5cff7089338385c40a630315939a7a9ebbc (patch) | |
tree | 11e549f05d6141bc40ede234b319ec6edb54be4b /keyboards | |
parent | 2b707f3470afd10f2db9db17d096dda836535444 (diff) |
Keymap: Wanleg updates (#3794)
* various edits and minor additions
* updates
* updates
* updates
* lets_split LEDs off instructions
* lets_split LEDs off instructions
* turn off lets_split LEDs in userspace
* one-hand setup for right side
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/4x4/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/5x5/info.json | 0 | ||||
-rw-r--r-- | keyboards/5x5/rules.mk | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/4x4/rules.mk b/keyboards/4x4/rules.mk index 3ea4476dbe..b8b4bccc42 100644 --- a/keyboards/4x4/rules.mk +++ b/keyboards/4x4/rules.mk @@ -71,4 +71,4 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) -LAYOUT = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16 +LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 ortho_4x16 diff --git a/keyboards/5x5/info.json b/keyboards/5x5/info.json deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/5x5/info.json +++ /dev/null diff --git a/keyboards/5x5/rules.mk b/keyboards/5x5/rules.mk index b04e4a527c..24e0e020fd 100644 --- a/keyboards/5x5/rules.mk +++ b/keyboards/5x5/rules.mk @@ -71,4 +71,4 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) -LAYOUT = ortho_5x5 ortho_5x10 ortho_5x15 +LAYOUTS = ortho_5x5 ortho_5x10 ortho_5x15 |