Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OLED: driver naming cleanups (#21710) | Ryan | 2023-08-15 | 1 | -1/+0 |
| | |||||
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | 2023-07-02 | 1 | -4/+4 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 4 | -69/+52 |
| | |||||
* | Remove trailing zeroes in info.json layouts (#20156) | Ryan | 2023-03-17 | 1 | -6/+6 |
| | |||||
* | Remove more empty headers (#20155) | Ryan | 2023-03-17 | 1 | -1/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -6/+2 |
| | |||||
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 1 | -3/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Remove commented out backlight config & stray "backlight levels" (#19703) | Ryan | 2023-01-28 | 1 | -3/+0 |
| | |||||
* | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -2/+2 |
| | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS` | ||||
* | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 2 | -3/+3 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-03 | 2 | -8/+6 |
|\ | |||||
| * | Move keyboard USB IDs and strings to data driven: S (#17889) | Ryan | 2022-08-04 | 2 | -8/+6 |
| | | |||||
* | | Refactor satt/comet46 to use core OLED driver (#17856) | Joel Challis | 2022-07-31 | 12 | -946/+54 |
| | | |||||
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 3 | -5/+5 |
|/ | | | Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | Move more UART-based keyboards to use timeout correctly. (#17329) | Tomasz Janeczko | 2022-06-08 | 1 | -2/+9 |
| | | | Co-authored-by: Tomasz Janeczko <tomasz.j@hey.com> | ||||
* | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -2/+2 |
| | |||||
* | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 1 | -1/+1 |
| | |||||
* | Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵ | Ryan | 2022-03-15 | 1 | -2/+0 |
| | | | | (#16655) | ||||
* | move @satt99 's comet46 to satt/ (#16059) | peepeetee | 2022-02-12 | 28 | -0/+2389 |