summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/info.json
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-121-51/+55
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+3
|
* Remove trailing zeroes in info.json layouts (#20156)Ryan2023-03-171-16/+16
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-301-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Fix handwired/promethium keyboard dimensions in info.jsonnoroadsleft2019-04-131-1/+1
|
* handwired/promethium Refactor and Configurator support (#4524)noroadsleft2018-12-011-0/+68
* handwired/promethium: refactor - config.h files - updated to use #pragma once - removed redundant config.h includes - layout macro moved from config.h to promethium.h - layout macro renamed from KEYMAP_CUSTOM to LAYOUT * handwired/promethium: Configurator support