diff options
Diffstat (limited to 'keyboards/wilba_tech/wt69_a')
| -rw-r--r-- | keyboards/wilba_tech/wt69_a/config.h | 23 | ||||
| -rw-r--r-- | keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/wilba_tech/wt69_a/rules.mk | 2 |
3 files changed, 2 insertions, 26 deletions
diff --git a/keyboards/wilba_tech/wt69_a/config.h b/keyboards/wilba_tech/wt69_a/config.h index 57546cb49..b10745344 100644 --- a/keyboards/wilba_tech/wt69_a/config.h +++ b/keyboards/wilba_tech/wt69_a/config.h | |||
| @@ -178,26 +178,3 @@ | |||
| 178 | 178 | ||
| 179 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 179 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
| 180 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | 180 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 |
| 181 | |||
| 182 | // Does not use WT_MONO_BACKLIGHT | ||
| 183 | //#define WT_MONO_BACKLIGHT | ||
| 184 | |||
| 185 | #define DYNAMIC_KEYMAP_LAYER_COUNT 4 | ||
| 186 | |||
| 187 | // EEPROM usage | ||
| 188 | |||
| 189 | // TODO: refactor with new user EEPROM code (coming soon) | ||
| 190 | #define EEPROM_MAGIC 0x451F | ||
| 191 | #define EEPROM_MAGIC_ADDR 34 | ||
| 192 | // Bump this every time we change what we store | ||
| 193 | // This will automatically reset the EEPROM with defaults | ||
| 194 | // and avoid loading invalid data from the EEPROM | ||
| 195 | #define EEPROM_VERSION 0x08 | ||
| 196 | #define EEPROM_VERSION_ADDR 36 | ||
| 197 | |||
| 198 | // Dynamic keymap starts after EEPROM version | ||
| 199 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 37 | ||
| 200 | // Dynamic macro starts after dynamic keymaps (37+(4*5*17*2)) = (37+680) | ||
| 201 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 717 | ||
| 202 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 307 | ||
| 203 | #define DYNAMIC_KEYMAP_MACRO_COUNT 16 | ||
diff --git a/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk b/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk index 4880a57be..1e5b99807 100644 --- a/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk +++ b/keyboards/wilba_tech/wt69_a/keymaps/via/rules.mk | |||
| @@ -1,2 +1 @@ | |||
| 1 | RAW_ENABLE = yes | VIA_ENABLE = yes | |
| 2 | DYNAMIC_KEYMAP_ENABLE = yes | ||
diff --git a/keyboards/wilba_tech/wt69_a/rules.mk b/keyboards/wilba_tech/wt69_a/rules.mk index 7d1c2aa1b..25f3ecbf1 100644 --- a/keyboards/wilba_tech/wt69_a/rules.mk +++ b/keyboards/wilba_tech/wt69_a/rules.mk | |||
| @@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu | |||
| 14 | # Build Options | 14 | # Build Options |
| 15 | # change yes to no to disable | 15 | # change yes to no to disable |
| 16 | # | 16 | # |
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 17 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) |
| 18 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 18 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 20 | CONSOLE_ENABLE = no # Console for debug(+400) | 20 | CONSOLE_ENABLE = no # Console for debug(+400) |
