| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix 'qmk new-keyboard' processing of development_board (#23996) | Joel Challis | 2024-06-30 | 1 | -2/+0 |
| | | |||||
| * | keyboard.json schema: set minimum value for `key_unit` (#23937) | Ryan | 2024-06-16 | 2 | -5/+6 |
| | | | | | | | | * keyboard.json schema: set minimum value for `key_unit` * Fix invalid `matrix_size` in keyboard.json * Fix bad layout for silverbullet44 | ||||
| * | noroadsleft's 0.25.0 Changelogs and Touch-Ups (#23793) | James Young | 2024-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * Modify PR23309 changelog Adds a direct link to the pull request. * Add PR23329 changelog * Update keyboard aliases file Updates the legacy keyboard aliases for the JJ40 and JJ50, which have been moved again for version 0.25.0. * Minor touch-up for JJ40 rev1 readme | ||||
| * | Remove 'split.transport.protocol=serial_usart' (#23668) | Joel Challis | 2024-05-10 | 1 | -1/+1 |
| | | |||||
| * | Normalise RGBLight (underglow) keycodes (#23656) | Ryan | 2024-05-07 | 1 | -0/+80 |
| | | |||||
| * | Add new set of keycodes for RGB Matrix (#23463) | Ryan | 2024-05-04 | 1 | -0/+92 |
| | | |||||
| * | Add MacOS Czech ISO and ANSI keymaps #23346 (#23412) | Pavel Kroupa | 2024-05-01 | 2 | -0/+1160 |
| | | |||||
| * | Rename `RGBW` define to `WS2812_RGBW` (#23585) | Ryan | 2024-04-27 | 2 | -2/+7 |
| | | |||||
| * | Add audio driver to keyboard.json schema (#23616) | Joel Challis | 2024-04-26 | 2 | -0/+5 |
| | | |||||
| * | Fix WAIT_FOR_USB handling (#23598) | Joel Challis | 2024-04-24 | 2 | -2/+2 |
| | | |||||
| * | Add haptic driver to keyboard.json schema (#23591) | Ryan | 2024-04-24 | 2 | -0/+10 |
| | | |||||
| * | Add new set of keycodes for LED Matrix (#23432) | Ryan | 2024-04-11 | 2 | -0/+67 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-03-23 | 1 | -0/+4 |
| |\ | |||||
| | * | Add ES_GRV to latam language-specific keycodes (#23333) | JuanoD | 2024-03-23 | 1 | -0/+4 |
| | | | |||||
| * | | LED drivers: add support for IS31FL3236 (#23264) | Ryan | 2024-03-17 | 1 | -0/+2 |
| | | | |||||
| * | | KPRepublic JJ40 rev1 Refactor (#23299) | James Young | 2024-03-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move `kprepublic/jj40` to `kprepublic/jj40/rev1` [chore] * Friendly-format `info.json` [style] * Add layout/matrix diagram [docs] * Refactor keymaps - use four-space indent - grid-align keycodes - refactor to use `LAYOUT_ortho_4x12` macro [refactor] * Rename `LAYOUT_planck_mit` to `LAYOUT_ortho_4x12_1x2u_c` [refactor] * Rename `LAYOUT_planck_1x2uR` to `LAYOUT_ortho_4x12_1x2u_r` [refactor] * Re-sort `layouts` object Places `LAYOUT_ortho_4x12` (the `LAYOUT_all` equivalent) first in sequence. [refactor] * Add `LAYOUT_ortho_4x12_1x2u_l` [enhancement] * Add `LAYOUT_ortho_4x12_2x2u` [enhancement] * Convert `rules.mk` to data driven [chore] * Remove `console` and `command` settings from keyboard level [chore] * Rename `info.json` to `keyboard.json` [chore] [enhancement] * Remove `audio` setting from keyboard level [chore] | ||||
| * | | KPRepublic JJ50 rev1 Refactor (#23294) | James Young | 2024-03-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move `kprepublic/jj50` to `kprepublic/jj50/rev1` [chore] * Add layout/matrix diagram [docs] * Add `LAYOUT_ortho_5x12_1x2u_c` [enhancement] * Add `LAYOUT_ortho_5x12_1x2u_l` [enhancement] * Add `LAYOUT_ortho_5x12_1x2u_r` [enhancement] * Add `LAYOUT_ortho_5x12_2x2u` [enhancement] * Convert `rules.mk` to data driven [chore] * Remove `console` and `command` from keyboard level [chore] * Rename `info.json` to `keyboard.json` Also deletes `rules.mk` as it's no longer needed. [chore] [enhancement] | ||||
| * | | Enable 'keyboard.json' as a build target (#22891) | Joel Challis | 2024-03-10 | 3 | -21/+0 |
| | | | |||||
| * | | [Audio] Add support for audio shutdown pin (#22731) | Drashna Jaelre | 2024-03-06 | 2 | -0/+10 |
| |/ | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | Add LED/RGB Matrix drivers to info.json schema (#23127) | Ryan | 2024-02-25 | 1 | -33/+55 |
| | | |||||
| * | Refactor: group kbdfans keyboards (#22764) | フィルターペーパー | 2024-02-19 | 1 | -0/+6 |
| | | | | Move two kbdfans keyboard into kbdfans folder | ||||
| * | Add encoder abstraction. (#21548) | Nick Brassel | 2024-02-18 | 2 | -0/+5 |
| | | |||||
| * | Removal of bootmagic lite terminology (#22979) | Joel Challis | 2024-02-17 | 1 | -4/+4 |
| | | |||||
| * | Refactor: move p3d keyboards (#22763) | フィルターペーパー | 2024-02-13 | 1 | -0/+15 |
| | | | | Group standalone p3dstore keyboards into p3d folder | ||||
| * | Ensure LTO is enabled as a `info.json` build config option (#22932) | Joel Challis | 2024-02-01 | 1 | -2/+2 |
| | | | | | | * feature.lto -> build.lto * keymaps too | ||||
| * | Move `redox_w` into `redox` (#21448) | Duncan Sutherland | 2024-01-13 | 1 | -0/+3 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | Add Canadian French input locale (#21456) | Nebuleon | 2024-01-09 | 1 | -0/+407 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | Generate true/false for _DEFAULT_ON options (#22829) | Joel Challis | 2024-01-06 | 1 | -47/+47 |
| | | |||||
| * | Refactor: group hub keyboards (#22762) | フィルターペーパー | 2023-12-27 | 1 | -0/+6 |
| | | |||||
| * | Refactor: group kira keyboards (#22760) | フィルターペーパー | 2023-12-27 | 1 | -0/+6 |
| | | |||||
| * | Refactor: group rookiebwoy keyboards (#22745) | フィルターペーパー | 2023-12-25 | 1 | -0/+6 |
| | | | | Move @rookiebwoy's keyboards into rookiebwoy folder | ||||
| * | Remove redundant audio eeconfig init (#22736) | Joel Challis | 2023-12-24 | 2 | -0/+10 |
| | | |||||
| * | Refactor: group shandoncodes keyboards (#22743) | フィルターペーパー | 2023-12-24 | 1 | -0/+15 |
| | | |||||
| * | Refactor: move miniaxe into kagizaraya (#22708) | フィルターペーパー | 2023-12-24 | 1 | -0/+3 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | Refactor: move keyboards into kbdmania folder (#22714) | フィルターペーパー | 2023-12-24 | 1 | -0/+6 |
| | | |||||
| * | Refactor: move keyboards into monokei folder (#22715) | フィルターペーパー | 2023-12-24 | 1 | -0/+9 |
| | | |||||
| * | Refactor: move keyboards into kumaokobo (#22719) | フィルターペーパー | 2023-12-24 | 1 | -1/+37 |
| | | |||||
| * | Refactor: move keyboards into kezewa (#22712) | フィルターペーパー | 2023-12-24 | 1 | -0/+6 |
| | | |||||
| * | Refactor: move keyboards into zigotica folder (#22709) | フィルターペーパー | 2023-12-24 | 1 | -0/+6 |
| | | |||||
| * | [Keyboard] Move Moonlander to ZSA folder (#22740) | Drashna Jaelre | 2023-12-24 | 1 | -0/+3 |
| | | |||||
| * | Refactor: move keyboards into laneware folder (#22710) | フィルターペーパー | 2023-12-24 | 1 | -0/+15 |
| | | |||||
| * | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | 2023-12-20 | 1 | -1/+2 |
| | | |||||
| * | Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681) | Ryan | 2023-12-20 | 1 | -2/+3 |
| | | |||||
| * | Rename Pumpkin Pad to Pumkinpad (#22651) | Zykrah | 2023-12-13 | 1 | -0/+3 |
| | | |||||
| * | Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570) | Ryan | 2023-12-12 | 1 | -1/+1 |
| | | |||||
| * | consolidate firmware folder in smoll parent folder (#22401) | SmollChungus | 2023-12-08 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | * consolidate firmware folder in smoll parent folder * add moved keyboards to mapping * typo fix * typo.. * Update rules.mk fix default folder lefty * Update data/mappings/keyboard_aliases.hjson Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
| * | [Keyboard] Remove era/klein (#22384) | era | 2023-12-05 | 1 | -0/+3 |
| | | | | | | | | | | * Remove era/klein era/klein is replaced by sirind/era/klein_sd * Add an entry to data/mappings/keyboard_aliases.hjson Add an entry to data/mappings/keyboard_aliases.hjson | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2023-12-04 | 2 | -144/+136 |
| |\ | |||||
| | * | Sort defaults.hjson (#22587) | Ryan | 2023-12-04 | 1 | -57/+57 |
| | | | |||||
| | * | Sort definitions.jsonschema (#22588) | Ryan | 2023-12-04 | 1 | -85/+77 |
| | | | |||||