diff options
| author | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-05 14:01:49 +0200 |
|---|---|---|
| committer | Dimitris Mantzouranis <d3xter93@gmail.com> | 2022-01-05 14:01:49 +0200 |
| commit | 2011765bfdf516805d899d92fb8f40332f4e2f12 (patch) | |
| tree | c3d1a515c8015ebf27c2f872a1d82206789dc758 | |
| parent | ae4e3247c6ba77e1c90eef7963b6205d1f784e3b (diff) | |
sn32: disable eeprom emulation
45 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/ajazz/ak33/rev2/readme.md b/keyboards/ajazz/ak33/rev2/readme.md index f7a458433..407d3cd3e 100644 --- a/keyboards/ajazz/ak33/rev2/readme.md +++ b/keyboards/ajazz/ak33/rev2/readme.md @@ -5,6 +5,7 @@ AK33 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/ajazz/ak33/rev2/rules.mk b/keyboards/ajazz/ak33/rev2/rules.mk index 9ae21f6fa..9d5637cfd 100644 --- a/keyboards/ajazz/ak33/rev2/rules.mk +++ b/keyboards/ajazz/ak33/rev2/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/ffc/ffc61/readme.md b/keyboards/ffc/ffc61/readme.md index 1cc20a779..ed9b86600 100644 --- a/keyboards/ffc/ffc61/readme.md +++ b/keyboards/ffc/ffc61/readme.md @@ -3,6 +3,7 @@ ffc61 Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/flashquark/horizon_z/readme.md b/keyboards/flashquark/horizon_z/readme.md index d8412fff0..a618625bb 100644 --- a/keyboards/flashquark/horizon_z/readme.md +++ b/keyboards/flashquark/horizon_z/readme.md @@ -4,6 +4,7 @@ Flashquark Horizon Z Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/flashquark/horizon_z/rules.mk b/keyboards/flashquark/horizon_z/rules.mk index 5df898ed9..ae0ceebf3 100644 --- a/keyboards/flashquark/horizon_z/rules.mk +++ b/keyboards/flashquark/horizon_z/rules.mk @@ -5,6 +5,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/gmmk/full/rules.mk b/keyboards/gmmk/full/rules.mk index 4b91c1747..6b8e57ad0 100644 --- a/keyboards/gmmk/full/rules.mk +++ b/keyboards/gmmk/full/rules.mk @@ -3,6 +3,7 @@ SRC += gmmk.c # MCU name MCU = SN32F268F +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/gmmk/tkl/rules.mk b/keyboards/gmmk/tkl/rules.mk index f7be9b438..0d0327ec3 100644 --- a/keyboards/gmmk/tkl/rules.mk +++ b/keyboards/gmmk/tkl/rules.mk @@ -3,6 +3,7 @@ SRC += gmmk.c # MCU name MCU = SN32F268F +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/c1/plain/rules.mk b/keyboards/keychron/c1/plain/rules.mk index cf9c8ce55..3eb4622bf 100644 --- a/keyboards/keychron/c1/plain/rules.mk +++ b/keyboards/keychron/c1/plain/rules.mk @@ -3,6 +3,7 @@ SRC = rand.c # MCU name MCU = SN32F268F +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/c1/rgb/rules.mk b/keyboards/keychron/c1/rgb/rules.mk index f6792f463..afbc4cbb5 100644 --- a/keyboards/keychron/c1/rgb/rules.mk +++ b/keyboards/keychron/c1/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/c1/white/rules.mk b/keyboards/keychron/c1/white/rules.mk index e6e11ca9b..93a57e7e6 100644 --- a/keyboards/keychron/c1/white/rules.mk +++ b/keyboards/keychron/c1/white/rules.mk @@ -3,6 +3,7 @@ SRC += rand.c # MCU name MCU = SN32F268F +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/c2/white/rules.mk b/keyboards/keychron/c2/white/rules.mk index 18fd0b374..47cd1b0f0 100644 --- a/keyboards/keychron/c2/white/rules.mk +++ b/keyboards/keychron/c2/white/rules.mk @@ -3,6 +3,7 @@ SRC += rand.c # MCU name MCU = SN32F268F +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k14/rgb/readme.md b/keyboards/keychron/k14/rgb/readme.md index d065fcac0..70c743289 100644 --- a/keyboards/keychron/k14/rgb/readme.md +++ b/keyboards/keychron/k14/rgb/readme.md @@ -5,6 +5,7 @@ K14 Gateron RGB Keyboard Maintainer: [Jpe230](https://github.com/Jpe230) Based on Redragon K566 by: [Adam Honse](https://github.com/CalcProgrammer1) and Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k14/rgb/rules.mk b/keyboards/keychron/k14/rgb/rules.mk index 938868321..be38cbef8 100644 --- a/keyboards/keychron/k14/rgb/rules.mk +++ b/keyboards/keychron/k14/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k14/rgb/via/readme.md b/keyboards/keychron/k14/rgb/via/readme.md index 19046f0e0..c1831f75c 100644 --- a/keyboards/keychron/k14/rgb/via/readme.md +++ b/keyboards/keychron/k14/rgb/via/readme.md @@ -5,6 +5,7 @@ K14 Gateron RGB Keyboard Maintainer: [Jpe230](https://github.com/Jpe230) Based on Redragon K566 by: [Adam Honse](https://github.com/CalcProgrammer1) and Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k2/rgb/readme.md b/keyboards/keychron/k2/rgb/readme.md index de23488f8..4dee3df92 100644 --- a/keyboards/keychron/k2/rgb/readme.md +++ b/keyboards/keychron/k2/rgb/readme.md @@ -5,6 +5,7 @@ K2 Gateron RGB v2 Keyboard Maintainer: [Dimitris Mantzouranis](https://github.com/dexter93) Based on Redragon K566 by: [Adam Honse](https://github.com/CalcProgrammer1) and Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k2/rgb/rules.mk b/keyboards/keychron/k2/rgb/rules.mk index e41e4e748..e84377906 100644 --- a/keyboards/keychron/k2/rgb/rules.mk +++ b/keyboards/keychron/k2/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k3/rgb/readme.md b/keyboards/keychron/k3/rgb/readme.md index 286324df4..9a9bf7ad5 100644 --- a/keyboards/keychron/k3/rgb/readme.md +++ b/keyboards/keychron/k3/rgb/readme.md @@ -7,6 +7,7 @@ Layout by: [Alexander Frank](https://github.com/jedifindtrick) Based on Keychron K4 by: [Dimitris Mantzouranis](https://github.com/dexter93) and Keychron K6 by: [Alexander Frank](https://github.com/jedifindtrick) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k3/rgb/rules.mk b/keyboards/keychron/k3/rgb/rules.mk index 938868321..be38cbef8 100644 --- a/keyboards/keychron/k3/rgb/rules.mk +++ b/keyboards/keychron/k3/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k4/readme.md b/keyboards/keychron/k4/readme.md index 79311f63a..dcaacb962 100644 --- a/keyboards/keychron/k4/readme.md +++ b/keyboards/keychron/k4/readme.md @@ -7,6 +7,7 @@ A compact 96% keyboard. Brought to you by: [SonixQMK](https://github.com/SonixQMK/qmk_firmware) * Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient * v1 (Gateron RGB) * v2 (Gateron RGB) * Hardware Availability: [keychron.com](https://www.keychron.com/) diff --git a/keyboards/keychron/k4/rgb/readme.md b/keyboards/keychron/k4/rgb/readme.md index 70072cf38..880034d41 100644 --- a/keyboards/keychron/k4/rgb/readme.md +++ b/keyboards/keychron/k4/rgb/readme.md @@ -5,6 +5,7 @@ Keychron K4 Gateron RGB Keyboard Maintainer: [Dimitris Mantzouranis](https://github.com/dexter93) Brought to you by: [SonixQMK](https://github.com/SonixQMK/qmk_firmware) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/keychron/k4/rgb/rules.mk b/keyboards/keychron/k4/rgb/rules.mk index 7476bd33c..db7ece857 100644 --- a/keyboards/keychron/k4/rgb/rules.mk +++ b/keyboards/keychron/k4/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Custom RGB matrix handling RGB_MATRIX_ENABLE = yes diff --git a/keyboards/keychron/k4/rgb/v1/readme.md b/keyboards/keychron/k4/rgb/v1/readme.md index 33ee6d58c..bce58e1fb 100644 --- a/keyboards/keychron/k4/rgb/v1/readme.md +++ b/keyboards/keychron/k4/rgb/v1/readme.md @@ -5,6 +5,7 @@ Keychron K4 Gateron RGB V1 Keyboard Maintainer: [Dimitris Mantzouranis](https://github.com/dexter93) Brought to you by: [SonixQMK](https://github.com/SonixQMK/qmk_firmware) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k4/rgb/v2/readme.md b/keyboards/keychron/k4/rgb/v2/readme.md index 7684c09ef..5ed917a2b 100644 --- a/keyboards/keychron/k4/rgb/v2/readme.md +++ b/keyboards/keychron/k4/rgb/v2/readme.md @@ -5,6 +5,7 @@ Keychron K4 Gateron RGB V2 Keyboard Maintainer: [Dimitris Mantzouranis](https://github.com/dexter93) Brought to you by: [SonixQMK](https://github.com/SonixQMK/qmk_firmware) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k6/rgb/readme.md b/keyboards/keychron/k6/rgb/readme.md index e09535da9..906e73c85 100644 --- a/keyboards/keychron/k6/rgb/readme.md +++ b/keyboards/keychron/k6/rgb/readme.md @@ -8,6 +8,7 @@ Layout by: Based on Redragon K566 by: [Adam Honse](https://github.com/CalcProgrammer1), Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) and Keychron K4 by: [Dimitris Mantzouranis](https://github.com/dexter93) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k6/rgb/rules.mk b/keyboards/keychron/k6/rgb/rules.mk index 81bb5ab1b..47422327c 100644 --- a/keyboards/keychron/k6/rgb/rules.mk +++ b/keyboards/keychron/k6/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k6/white/rules.mk b/keyboards/keychron/k6/white/rules.mk index f8422973b..faad8a6c8 100644 --- a/keyboards/keychron/k6/white/rules.mk +++ b/keyboards/keychron/k6/white/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F268F +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k7/rgb/readme.md b/keyboards/keychron/k7/rgb/readme.md index ea3563212..aab7c2cc9 100644 --- a/keyboards/keychron/k7/rgb/readme.md +++ b/keyboards/keychron/k7/rgb/readme.md @@ -8,6 +8,7 @@ Layout by: Based on Redragon K566 by: [Adam Honse](https://github.com/CalcProgrammer1), Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) and Keychron K4 by: [Dimitris Mantzouranis](https://github.com/dexter93) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/keychron/k7/rgb/rules.mk b/keyboards/keychron/k7/rgb/rules.mk index 3c8ab4d99..0f92f9244 100644 --- a/keyboards/keychron/k7/rgb/rules.mk +++ b/keyboards/keychron/k7/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/keychron/k8/rgb/rules.mk b/keyboards/keychron/k8/rgb/rules.mk index 056f15709..13714d41d 100644 --- a/keyboards/keychron/k8/rgb/rules.mk +++ b/keyboards/keychron/k8/rgb/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k530/readme.md b/keyboards/redragon/k530/readme.md index 28655ef8d..1da9c7c45 100644 --- a/keyboards/redragon/k530/readme.md +++ b/keyboards/redragon/k530/readme.md @@ -5,6 +5,7 @@ K530 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/redragon/k530/rules.mk b/keyboards/redragon/k530/rules.mk index 9ae21f6fa..9d5637cfd 100644 --- a/keyboards/redragon/k530/rules.mk +++ b/keyboards/redragon/k530/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k552/rev2/readme.md b/keyboards/redragon/k552/rev2/readme.md index f3895ae30..87f37eae9 100644 --- a/keyboards/redragon/k552/rev2/readme.md +++ b/keyboards/redragon/k552/rev2/readme.md @@ -5,6 +5,7 @@ K552-2 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/redragon/k552/rev2/rules.mk b/keyboards/redragon/k552/rev2/rules.mk index 9ae21f6fa..9d5637cfd 100644 --- a/keyboards/redragon/k552/rev2/rules.mk +++ b/keyboards/redragon/k552/rev2/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k556/readme.md b/keyboards/redragon/k556/readme.md index 987b24fc1..e3c88891d 100644 --- a/keyboards/redragon/k556/readme.md +++ b/keyboards/redragon/k556/readme.md @@ -5,6 +5,7 @@ K556 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/redragon/k556/rules.mk b/keyboards/redragon/k556/rules.mk index c5a659992..2308b9e3d 100644 --- a/keyboards/redragon/k556/rules.mk +++ b/keyboards/redragon/k556/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k580/keymaps/tkon99/rules.mk b/keyboards/redragon/k580/keymaps/tkon99/rules.mk index 1607c9ffc..cc9507c9f 100755 --- a/keyboards/redragon/k580/keymaps/tkon99/rules.mk +++ b/keyboards/redragon/k580/keymaps/tkon99/rules.mk @@ -5,6 +5,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k580/rules.mk b/keyboards/redragon/k580/rules.mk index c5f584f52..63fabc29b 100755 --- a/keyboards/redragon/k580/rules.mk +++ b/keyboards/redragon/k580/rules.mk @@ -5,6 +5,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k582/readme.md b/keyboards/redragon/k582/readme.md index 987b24fc1..e3c88891d 100644 --- a/keyboards/redragon/k582/readme.md +++ b/keyboards/redragon/k582/readme.md @@ -5,6 +5,7 @@ K556 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/redragon/k582/rules.mk b/keyboards/redragon/k582/rules.mk index 9ae21f6fa..9d5637cfd 100644 --- a/keyboards/redragon/k582/rules.mk +++ b/keyboards/redragon/k582/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/redragon/k630/readme.md b/keyboards/redragon/k630/readme.md index 08b2b572f..d0d0abd72 100644 --- a/keyboards/redragon/k630/readme.md +++ b/keyboards/redragon/k630/readme.md @@ -5,6 +5,7 @@ K630 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/redragon/k630/rules.mk b/keyboards/redragon/k630/rules.mk index 9ae21f6fa..9d5637cfd 100644 --- a/keyboards/redragon/k630/rules.mk +++ b/keyboards/redragon/k630/rules.mk @@ -4,6 +4,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/smartduck/xs61/readme.md b/keyboards/smartduck/xs61/readme.md index 1e473232f..4c87963ab 100644 --- a/keyboards/smartduck/xs61/readme.md +++ b/keyboards/smartduck/xs61/readme.md @@ -4,6 +4,7 @@ xs61 Keyboard Maintainer: Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/smartduck/xs61/rules.mk b/keyboards/smartduck/xs61/rules.mk index f5c6e7786..d497af145 100644 --- a/keyboards/smartduck/xs61/rules.mk +++ b/keyboards/smartduck/xs61/rules.mk @@ -5,6 +5,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. diff --git a/keyboards/womier/k87/readme.md b/keyboards/womier/k87/readme.md index f3895ae30..87f37eae9 100644 --- a/keyboards/womier/k87/readme.md +++ b/keyboards/womier/k87/readme.md @@ -5,6 +5,7 @@ K552-2 Keyboard Maintainer: [Adam Honse](https://github.com/CalcProgrammer1) Based on Kemove DK63 by: [Stephen Peery](https://github.com/smp4488) Hardware Supported: SN32F248BF +EEPROM_DRIVER = transient Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/womier/k87/rules.mk b/keyboards/womier/k87/rules.mk index 0b53f6fbd..83cd9b717 100644 --- a/keyboards/womier/k87/rules.mk +++ b/keyboards/womier/k87/rules.mk @@ -5,6 +5,7 @@ SRC += config_led.c # MCU name MCU = SN32F248BF +EEPROM_DRIVER = transient # Build Options # comment out to disable the options. |
