jack
jack
## Description As title. Otherwise, build will just fail silently. Let me know if there's somewhere else this should go — feel like there's numerous places/methods for this. ## Types...
## Description `wilba_tech/wt65_h{1,2,3}` (and 4 -- #23610) all only differ in layout. This combines them into one keyboard with multiple layouts, and migrates to JSON keymaps. ## Types of Changes...
## Description * Removes legacy code such as `define`'s * Removes unnecessary and complicated makefiles * Adds keyboard level code that is used across revisions (keycodes and OLED behaviour) *...
## Description Adds new keyboard and migrates OLED code shared by 3 boards to common vendor-level directory. ## Types of Changes - [x] Keyboard (addition or update) - [x] Keymap/layout/userspace...
## Description Adding Klor keyboard due to this keyboard's popularity and the available firmware being very incompatible with modern QMK. ## Types of Changes - [x] Keyboard (addition or update)...
## Description Adds mappings to configure: - `RP2040_BOOTLOADER_DOUBLE_TAP_RESET`: `rp2040_bootloader.double_tap_reset` - `RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT`: `rp2040_bootloader.double_tap_reset_timeout` - `RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED`: `rp2040_bootloader.double_tap_reset_led` Switches to using `UINT32_C()` macro to type the value when it is used, rather than...