summaryrefslogtreecommitdiff
path: root/keyboards/kradoindustries
AgeCommit message (Collapse)AuthorFilesLines
2025-07-11Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan3-5/+5
* Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
2025-04-24Remove `"command":false` from keyboards (#25193)Joel Challis4-4/+0
2025-04-23Remove `"console":false` from keyboards (#25190)Joel Challis4-4/+0
2025-04-13kradoindustries_promenade: add LAYOUT_1x2u (#25090)Olivier Mehani1-0/+75
2024-12-22[Keyboard] Promenade fixes (#24705)Feags3-18/+20
(Missing keys in matrix, other minor changes to keymap) Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
2024-12-08Adding new keyboard Promenade RP24S (#24689)Feags4-0/+272
* adding keymaps for krado industries * Modified default keymap.c files to be the same as via. * Changing vendor ID for Krado Industries * Suggested changes made Making changes suggested by zvecr. Removed dynamic_layer indicator, updated copyright year, deleted unused layers in keymaps. Co-authored-by: Joel Challis <git@zvecr.com> * rgbpin for ws2812 changed in info.json * Added encoder mapping rule file for default keymaps; added Fn layer shortcuts to Promenade layouts * Added rules.mk with encoder mapping for encoder boards at keymaps level. * Deleted extra key in LAYOUT * Update keyboards/kradoindustries/kousa/rules.mk Move WS2812 Driver from rules.mk to info.json Co-authored-by: jack <jack@pngu.org> * Update keyboards/kradoindustries/kousa/info.json Move WS2812 Driver from rules.mk to info.json Co-authored-by: jack <jack@pngu.org> * Update keyboards/kradoindustries/kousa/keymaps/default/keymap.c Move WS2812 Driver from rules.mk to info.json Co-authored-by: jack <jack@pngu.org> * Reverting settings.json * Encoder map code change [2]>[NUM_DIRECTIONS] * Adding Promenade RP24S Adding Promenade RP24S keyboard.json, default keymap, and readme * Adding layer access to Promenade RP24S Adding layer access to layers 1 and 2 --------- Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <jack@pngu.org>
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel6-363/+0
2024-08-25Update Underglow keycodes (#23765)Ryan4-96/+96
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-4/+4
2024-03-30Migrate build target markers to keyboard.json (#23293)Joel Challis6-3/+0
2023-09-14Krado Industries Promenade Layout Additions (#22014)James Young4-8/+327
* Add layout/matrix diagram [docs] * Rename `LAYOUT` to `LAYOUT_all` [refactor] * Correct key order [bugfix] * Add `LAYOUT_2x2u` [enhancement] * Add `LAYOUT_2x3u` [enhancement] * Add `LAYOUT_6u_space` [enhancement] * Add `LAYOUT_7u_space` [enhancement] * Touch-up `via` keymap Update keycode grid alignment to match the `default` keymap. [style]
2023-07-03[Keyboard] Adding Krado Industries keyboards (#20372)Feags21-0/+1246
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>