Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-26 | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | |
2023-03-11 | Move matrix config to info.json, part 4 (#20001) | Ryan | |
2023-02-26 | Move backlight config to data driven (#19910) | Ryan | |
2023-02-17 | Move LED indicator config to data driven (#19800) | Ryan | |
2023-02-08 | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | |
2022-08-03 | Move keyboard USB IDs and strings to data driven: P (#17875) | Ryan | |
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2021-01-07 | clean up generate-api errors | Zach White | |
2018-04-26 | More QMK Configurator Support for Pearl (#2814) | MechMerlin | |
* Rename LAYOUT to LAYOUT_all Add additional layouts for the pearl with all splits and the pearl with splits but a 6.25u spacebar. * add new layouts to info.json | |||
2018-04-26 | QMK Configurator update for the Pearl 40% (#2810) | James | |
* QMK Configurator updates for the Pearl 40% Attempt to get the physical layout as displayed in the Configurator more true-to-life. * Bugfixes per mechmerlin "By changing KEYMAP to LAYOUT in the .h file, all the keymaps who rely on KEYMAP are now broken. You need to go into the keymap directory and fix all the keymaps affected by this change. Should just be an issue of renaming KEYMAP to LAYOUT." * Merge pull request #2 from noroadsleft/noroadsleft-patch-20180425 Bugfixes per mechmerlin * keymap.c updates for Pearl -#include "pearl.h" +#QMK_KEYBOARD_H |