diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2019-04-19 16:05:31 -0400 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-19 13:05:31 -0700 |
| commit | 55ace26a5dc3650f596a88e776e040c7ec0b92e8 (patch) | |
| tree | 29de9375356666ebb1c7dfa9e1be28e3521cb913 | |
| parent | 5539d7affb52f467b41eb9245045ee4768a6b391 (diff) | |
| download | qmk_firmware-55ace26a5dc3650f596a88e776e040c7ec0b92e8.tar.gz qmk_firmware-55ace26a5dc3650f596a88e776e040c7ec0b92e8.zip | |
Remove default folders for the Planck & Preonic (#3497)
* remove planck default folder
* Update rules.mk
| -rw-r--r-- | keyboards/planck/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/preonic/rules.mk | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 609790238..520a2d5c7 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk | |||
| @@ -44,5 +44,3 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 44 | 44 | ||
| 45 | LAYOUTS = ortho_4x12 planck_mit planck_grid | 45 | LAYOUTS = ortho_4x12 planck_mit planck_grid |
| 46 | LAYOUTS_HAS_RGB = no | 46 | LAYOUTS_HAS_RGB = no |
| 47 | |||
| 48 | DEFAULT_FOLDER = planck/rev5 | ||
diff --git a/keyboards/preonic/rules.mk b/keyboards/preonic/rules.mk index d5b21388a..e646f2493 100644 --- a/keyboards/preonic/rules.mk +++ b/keyboards/preonic/rules.mk | |||
| @@ -72,5 +72,3 @@ API_SYSEX_ENABLE = no | |||
| 72 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 72 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 73 | 73 | ||
| 74 | LAYOUTS = ortho_5x12 | 74 | LAYOUTS = ortho_5x12 |
| 75 | |||
| 76 | DEFAULT_FOLDER = preonic/rev2 \ No newline at end of file | ||
