diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/7c8/framework/keymaps/via/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/latin47ble/config.h | 2 | ||||
| -rw-r--r-- | keyboards/latin64ble/config.h | 1 | ||||
| -rw-r--r-- | keyboards/latinpadble/config.h | 2 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/feather/config.h | 4 | ||||
| -rw-r--r-- | keyboards/tokyokeyboard/alix40/config.h | 2 | ||||
| -rw-r--r-- | keyboards/ymd75/keymaps/via/rules.mk | 3 |
7 files changed, 14 insertions, 3 deletions
diff --git a/keyboards/7c8/framework/keymaps/via/rules.mk b/keyboards/7c8/framework/keymaps/via/rules.mk index 036bd6d1c..990528315 100644 --- a/keyboards/7c8/framework/keymaps/via/rules.mk +++ b/keyboards/7c8/framework/keymaps/via/rules.mk | |||
| @@ -1 +1,2 @@ | |||
| 1 | VIA_ENABLE = yes \ No newline at end of file | 1 | VIA_ENABLE = yes |
| 2 | LEADER_ENABLE = no | ||
diff --git a/keyboards/latin47ble/config.h b/keyboards/latin47ble/config.h index 716ab52f5..f9f94d0db 100644 --- a/keyboards/latin47ble/config.h +++ b/keyboards/latin47ble/config.h | |||
| @@ -121,3 +121,5 @@ | |||
| 121 | //#define NO_ACTION_ONESHOT | 121 | //#define NO_ACTION_ONESHOT |
| 122 | //#define NO_ACTION_MACRO | 122 | //#define NO_ACTION_MACRO |
| 123 | //#define NO_ACTION_FUNCTION | 123 | //#define NO_ACTION_FUNCTION |
| 124 | |||
| 125 | #define VIA_HAS_BROKEN_KEYCODES | ||
diff --git a/keyboards/latin64ble/config.h b/keyboards/latin64ble/config.h index ddae1e149..68e8e7b29 100644 --- a/keyboards/latin64ble/config.h +++ b/keyboards/latin64ble/config.h | |||
| @@ -47,5 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/ | |||
| 47 | #define RGBLIGHT_ANIMATIONS // Run RGB animations | 47 | #define RGBLIGHT_ANIMATIONS // Run RGB animations |
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | #define VIA_HAS_BROKEN_KEYCODES | ||
| 50 | 51 | ||
| 51 | 52 | ||
diff --git a/keyboards/latinpadble/config.h b/keyboards/latinpadble/config.h index 9c055d9b7..5381bf91c 100644 --- a/keyboards/latinpadble/config.h +++ b/keyboards/latinpadble/config.h | |||
| @@ -99,3 +99,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/ | |||
| 99 | #define ENCODERS_PAD_B { F7 } | 99 | #define ENCODERS_PAD_B { F7 } |
| 100 | 100 | ||
| 101 | #define ENCODER_RESOLUTION 4 | 101 | #define ENCODER_RESOLUTION 4 |
| 102 | |||
| 103 | #define VIA_HAS_BROKEN_KEYCODES | ||
diff --git a/keyboards/spaceman/pancake/feather/config.h b/keyboards/spaceman/pancake/feather/config.h index eac91a5ad..e72b25f3d 100644 --- a/keyboards/spaceman/pancake/feather/config.h +++ b/keyboards/spaceman/pancake/feather/config.h | |||
| @@ -23,4 +23,6 @@ | |||
| 23 | 23 | ||
| 24 | #define AdafruitBleResetPin D4 | 24 | #define AdafruitBleResetPin D4 |
| 25 | #define AdafruitBleCSPin B4 | 25 | #define AdafruitBleCSPin B4 |
| 26 | #define AdafruitBleIRQPin E6 \ No newline at end of file | 26 | #define AdafruitBleIRQPin E6 |
| 27 | |||
| 28 | #define VIA_HAS_BROKEN_KEYCODES | ||
diff --git a/keyboards/tokyokeyboard/alix40/config.h b/keyboards/tokyokeyboard/alix40/config.h index ec6f98d54..113412e95 100644 --- a/keyboards/tokyokeyboard/alix40/config.h +++ b/keyboards/tokyokeyboard/alix40/config.h | |||
| @@ -69,3 +69,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 69 | #define AdafruitBleCSPin B4 | 69 | #define AdafruitBleCSPin B4 |
| 70 | #define AdafruitBleIRQPin E6 | 70 | #define AdafruitBleIRQPin E6 |
| 71 | #define BATTERY_LEVEL_PIN B6 | 71 | #define BATTERY_LEVEL_PIN B6 |
| 72 | |||
| 73 | #define VIA_HAS_BROKEN_KEYCODES | ||
diff --git a/keyboards/ymd75/keymaps/via/rules.mk b/keyboards/ymd75/keymaps/via/rules.mk index 43061db1d..152460f30 100644 --- a/keyboards/ymd75/keymaps/via/rules.mk +++ b/keyboards/ymd75/keymaps/via/rules.mk | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | VIA_ENABLE = yes | 1 | VIA_ENABLE = yes |
| 2 | LTO_ENABLE = yes \ No newline at end of file | 2 | LTO_ENABLE = yes |
| 3 | KEY_LOCK_ENABLE = no | ||
