diff options
| author | ridingqwerty <george.g.koenig@gmail.com> | 2020-01-30 13:47:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 13:47:48 -0500 |
| commit | 0f7d294ac304d6ef8fb6d83c1da80bb4c753a01f (patch) | |
| tree | 7ce4addaf58311635f77ab0b282f28a9032dff9a /keyboards/gergo | |
| parent | c66a4a983106f6a895088dd02d0e8fe92dfd1559 (diff) | |
| download | qmk_firmware-0f7d294ac304d6ef8fb6d83c1da80bb4c753a01f.tar.gz qmk_firmware-0f7d294ac304d6ef8fb6d83c1da80bb4c753a01f.zip | |
Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)
Diffstat (limited to 'keyboards/gergo')
| -rw-r--r-- | keyboards/gergo/keymaps/colemak/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/gergo/keymaps/default/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/gergo/keymaps/oled/rules.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/gergo/keymaps/colemak/rules.mk b/keyboards/gergo/keymaps/colemak/rules.mk index ddec12d1b..3b81fdfa1 100644 --- a/keyboards/gergo/keymaps/colemak/rules.mk +++ b/keyboards/gergo/keymaps/colemak/rules.mk | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | BALLER = no # Enable to ball out | 6 | BALLER = no # Enable to ball out |
| 7 | BALLSTEP = 20 # Multiple in px to move, multiplied by layer number | 7 | BALLSTEP = 20 # Multiple in px to move, multiplied by layer number |
| 8 | SCROLLSTEP = 1 # Lines to scroll with ball | 8 | SCROLLSTEP = 1 # Lines to scroll with ball |
| 9 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700), needed for baller | 9 | MOUSEKEY_ENABLE = yes # Mouse keys, needed for baller |
| 10 | 10 | ||
| 11 | #Debug options | 11 | #Debug options |
| 12 | VERBOSE = no | 12 | VERBOSE = no |
diff --git a/keyboards/gergo/keymaps/default/rules.mk b/keyboards/gergo/keymaps/default/rules.mk index da2d03af2..351c52558 100644 --- a/keyboards/gergo/keymaps/default/rules.mk +++ b/keyboards/gergo/keymaps/default/rules.mk | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | BALLER = no # Enable to ball out | 6 | BALLER = no # Enable to ball out |
| 7 | BALLSTEP = 20 # Multiple in px to move, multiplied by layer number | 7 | BALLSTEP = 20 # Multiple in px to move, multiplied by layer number |
| 8 | SCROLLSTEP = 1 # Lines to scroll with ball | 8 | SCROLLSTEP = 1 # Lines to scroll with ball |
| 9 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700), needed for baller | 9 | MOUSEKEY_ENABLE = yes # Mouse keys, needed for baller |
| 10 | 10 | ||
| 11 | #Debug options | 11 | #Debug options |
| 12 | VERBOSE = yes | 12 | VERBOSE = yes |
diff --git a/keyboards/gergo/keymaps/oled/rules.mk b/keyboards/gergo/keymaps/oled/rules.mk index fae936eff..1661d43d1 100644 --- a/keyboards/gergo/keymaps/oled/rules.mk +++ b/keyboards/gergo/keymaps/oled/rules.mk | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | BALLER = no # Enable to ball out | 6 | BALLER = no # Enable to ball out |
| 7 | BALLSTEP = 20 # Multiple in px to move, multiplied by layer number | 7 | BALLSTEP = 20 # Multiple in px to move, multiplied by layer number |
| 8 | SCROLLSTEP = 1 # Lines to scroll with ball | 8 | SCROLLSTEP = 1 # Lines to scroll with ball |
| 9 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700), needed for baller | 9 | MOUSEKEY_ENABLE = yes # Mouse keys, needed for baller |
| 10 | OLED_DRIVER_ENABLE = yes | 10 | OLED_DRIVER_ENABLE = yes |
| 11 | LOCAL_GLCDFONT = yes | 11 | LOCAL_GLCDFONT = yes |
| 12 | 12 | ||
