summaryrefslogtreecommitdiff
path: root/keyboards/darkproject
AgeCommit message (Collapse)AuthorFilesLines
2025-05-16Remove duplicate of SPI default config from keyboards (#25266)Joel Challis2-4/+0
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis1-1/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis1-1/+0
2025-04-22Remove empty `url` fields (#25181)Joel Challis2-2/+0
2025-01-26Unify spi_master headers (#24857)Ryan2-0/+6
* Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers
2024-11-24Update keycodes for keyboards with RGB Matrix (#24484)Ryan2-16/+16
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel4-150/+0
2024-06-17Strip decimals from RGB Matrix layout positions (#23943)Ryan1-27/+27
2024-05-24Update GPIO macros in keymaps (#23792)Ryan4-4/+4
2024-05-20Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 1 (#23749)James Young4-12/+10
Affects: - `dailycraft/owl8` - `dailycraft/sandbox/rev1` - `dailycraft/sandbox/rev2` - `dailycraft/stickey4` - `dailycraft/wings42/rev1` - `dailycraft/wings42/rev1_extkeys` - `dailycraft/wings42/rev2` - `daji/seis_cinco` - `dark/magnum_ergo_1` - `darkproject/kd83a_bfg_edition` - `darkproject/kd87a_bfg_edition` - `dc01/arrow` - `dc01/left` - `dc01/numpad` - `dc01/right` - `dcpedit/redherring` - `delikeeb/flatbread60` - `delikeeb/vaguettelite` - `delikeeb/vanana/rev1` - `delikeeb/vanana/rev2` - `delikeeb/vaneela` - `delikeeb/vaneelaex` - `delikeeb/waaffle/rev3/elite_c` - `delikeeb/waaffle/rev3/pro_micro` - `deltapad` - `deltasplit75/v2` - `dk60` - `dm9records/lain` - `dm9records/plaid` - `dm9records/tartan` - `dmqdesign/spin`
2024-05-03Update GPIO API usage in keyboard code (#23361)Ryan2-12/+12
2024-04-04Remove deprecated quantum keycodes (#23407)Ryan4-4/+4
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis4-2/+0
2024-02-25LED drivers: update keyboard LED configs (#23073)Ryan2-185/+185
* IS31FL3733: update keyboard LED config * IS31FL3736: update keyboard LED config * IS31FL3737: update keyboard LED config * IS31FL3741: update keyboard LED config * IS31FL3743A: update keyboard LED config * AW20216S: update keyboard LED config * SNLED27351: update keyboard LED config
2024-02-15AW20216S: combine EN pin defines (#23067)Ryan2-4/+2
2024-02-14Migrate WEAR_LEVELING_* to info.json (#23077)Joel Challis3-3/+6
2024-01-07Migrate RGB Matrix config to info.json - D (#22811)Joel Challis4-15/+4
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan4-10/+10
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2-2/+2
2023-12-18Update keyboard LED driver configs (#22638)Ryan2-2/+2
2023-11-22Merge remote-tracking branch 'origin/master' into developQMK Bot12-0/+757
2023-11-22[Keyboard] darkproject/kd83a_bfg_edition (#18416)gskygithub12-0/+757
* Add files via upload * [keyboard] * [Keyboard] * Delete flash_spi.c * Delete flash_spi.h * Delete wb32_spi_master.c * Delete wb32_spi_master.h * [Keyboard] * Resolved requested changes * Resolved requested changes * Changed rules.mk file accordingly. * Resolved changes accordingly. * Update config.h file and rules.mk file * Removed eeprom_flash.c file * Update default/keymap.c file * Delete keyboards/darkproject/kd83a_bfg_edition directory * Add keyboard * Add keyboard * Delete darkproject/kd83a_bfg_edition directory * Resolved Changes * Resolved requested changes * keyboard * Add keyboard * Delete keyboard * Add keyboard * Delete keyboards/darkproject/kd87a_bfg_edition directory * update keymap.c file * update via/keymap.c, config.h and kd83a_bfg_edition.c files * Delete keymap.c * Update via/keymap.c, config.h and kd83a_bfg_edition.c files * update config.h file * update keymap.c file * update keymap.c file * update config.h * update kd83a_bfg_edition.c * Resolved requested changes. * Delete folder which was added accidentally. * Update keyboards/darkproject/kd83a_bfg_edition/config.h * Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c * Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c * Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c * Update keyboards/darkproject/kd83a_bfg_edition/keymaps/via/keymap.c * Update keyboards/darkproject/kd83a_bfg_edition/info.json * Update keyboards/darkproject/kd83a_bfg_edition/rules.mk * Update keyboards/darkproject/kd83a_bfg_edition/info.json * update info.json file * update config.h file * Updated requested changes * update readme.md * Resolved requested changes * Update info.json file * Delete kd83a_bfg_edition.h * Delete readme.md in default folder * Update info.json file * update info.json * Updated changes * Updated changes * Resolved requested changes * Resolved requested changes
2023-11-22Remove unnecessary driver counts (#22435)Joel Challis1-1/+0
2023-11-14Migrate some EEPROM config to info.json (#22434)Joel Challis3-5/+8
2023-10-27Add darkproject/kd87a_bfg_edition keyboard (#18981)gskygithub11-0/+726
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>