summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-248-12/+12
|
* Normalise Joystick and Programmable Button keycodes (#18832)Ryan2022-10-243-7/+7
|
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-1/+1
|
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-2/+2
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-212-7/+7
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-2017-18/+18
|
* Fix build failures uncovered by #18753 (#18789)Ryan2022-10-211-5/+0
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-2010-12/+12
| | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* Remove legacy Debug keycode (#18769)Ryan2022-10-1918-22/+22
| | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-174-71/+9
|\
| * Fixup handwired/kbod (#18754)jack2022-10-174-71/+9
| |
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-172-6/+6
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1630-132/+132
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-15114-160/+160
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-154-55/+0
|\|
| * fix: Remove OLED support (#18719)Reibl János Dániel2022-10-154-55/+0
| | | | | | | | | | | | | | * fix: Remove OLED support * redundant files Co-authored-by: zvecr <git@zvecr.com>
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for G-K (#18726)Drashna Jaelre2022-10-1558-361/+259
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-1325-41/+41
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* | Remove keymaps that still reference legacy macros (#18693)Joel Challis2022-10-137-1131/+0
| |
* | Fixup handwired/jopr — remove deprecated keycode (#18668)jack2022-10-131-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-128-411/+0
|\|
| * Remove xealousbrown keyboard (#18658)Alex Ong2022-10-128-411/+0
| | | | | | Co-authored-by: alexo <alex-ong>
* | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-114-6/+6
| | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-1013-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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`
* | twig50 - Remove deprecated keycodes (#18651)jack2022-10-091-3/+3
| |
* | Remove legacy international keycodes (#18588)Ryan2022-10-097-8/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-076-32/+0
|\|
| * Remove all `BACKLIGHT_LEVELS 0` (#18630)jack2022-10-076-32/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-057-0/+199
|\|
| * [Keyboard] Twig50 (#18085)nodatk2022-10-047-0/+199
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | onekey: Enable ADC for STM32F072 Discovery (#18592)Ryan2022-10-052-0/+5
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-044-20/+19
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | [Core] PWM Backlight for RP2040 (#17706)Stefan Kerkmann2022-10-047-1/+28
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-011-3/+2
|\|
| * onekey: fix quine keymap (#18555)Ryan2022-10-011-3/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-304-0/+70
|\|
| * [Keyboard] handwired/tractyl_manuform: Arduino Micro (#17199)Pascal J2022-09-304-0/+70
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | onekey: enable ADC for Bluepill and Blackpill (#18545)Ryan2022-09-3010-0/+26
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-304-0/+130
|\|
| * [Keyboard] Add handwired tkk diodeless keyboard (#18379)Joseph Fass2022-09-294-0/+130
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove remaining use of terminal keys and related comment labels (#18402)Johannes Löthberg2022-09-293-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-297-0/+689
|\|
| * [Keyboard] Add ScottoCMD Keyboard (#18520)Joe Scotto2022-09-297-0/+689
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-09-3069-335/+259
|\|
| * Onekey: migrate some stuff to data driven (#18502)Ryan2022-09-3069-335/+259
| |
* | Merge remote-tracking branch 'origin/master' into developJoshua Diamond2022-09-287-45/+76
|\|
| * [Keyboard] dygma/raise: multiple fixes and improvements (#18361[)Mike Ryan2022-09-288-51/+76
| |
* | Further refactoring of joystick feature (#18437)Ryan2022-09-271-5/+1
| |
* | Enabling Pointing Device support in register code functions (#18363)Drashna Jaelre2022-09-261-10/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-265-0/+175
|\|