summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * [Keyboard] Add Osborne 1 handwired keyboard (#18397)Nick Lopez2022-09-255-0/+175
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-267-0/+243
|\|
| * [Keyboard] Add Handwired 87 keys (#17682)Cao Thai Duong2022-09-257-0/+243
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-264-4/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-264-0/+101
|\|
| * [Keyboard] Add Scotto9 Macropad (#18452)Joe Scotto2022-09-254-0/+101
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-251-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-09-246-0/+412
|\|
| * [Keyboard] Add Scotto36 Keyboard (#18446)Joe Scotto2022-09-246-0/+412
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2316-17/+17
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-161-1/+1
|\|
| * Fix handwired/swiftrax/bumblebee layout macro (#18377)Joel Challis2022-09-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-098-69/+102
|\|
| * Add via support for 6key (#18082)Jacqueline Liang2022-09-098-69/+102
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-092-118/+118
|\|
| * Hillside 46 & 52: remove dead space from QMK Configurator renderings (#18315)James Young2022-09-092-118/+118
| | | | | | | | | | | | | | * Hillside 46 info.json: fix syntax error * Hillside 46 info.json: remove dead space * Hillside 52 info.json: remove dead space
* | Remove legacy define SERIAL_USE_MULTI_TRANSACTION (#18299)Dasky2022-09-071-1/+0
| |
* | Remove legacy USE_SERIAL define (#18292)Dasky2022-09-0637-84/+3
| | | | | | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* | Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-062-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-031-1/+1
|\|
| * Fix a couple of boards still using `usb.device_ver` (#18258)Ryan2022-09-031-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-032-3/+3
|\|
| * Remove more RESET keycode references (#18252)Joel Challis2022-09-032-3/+3
| |
* | Ensure all keyboards have a bootloader set (#18234)Ryan2022-08-318-1/+9
| |
* | Move bootloader.mk to platforms (#18228)Ryan2022-08-315-6/+3
| |
* | [Core] Rework PS/2 driver selection (#17892)Marek Kraus2022-08-318-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-307-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ARRAY_SIZE and CEILING utility macros * Apply a coccinelle patch to use ARRAY_SIZE * fix up some straggling items * Fix 'make test:secure' * Enhance ARRAY_SIZE macro to reject acting on pointers The previous definition would not produce a diagnostic for ``` int *p; size_t num_elem = ARRAY_SIZE(p) ``` but the new one will. * explicitly get definition of ARRAY_SIZE * Convert to ARRAY_SIZE when const is involved The following spatch finds additional instances where the array is const and the division is by the size of the type, not the size of the first element: ``` @ rule5a using "empty.iso" @ type T; const T[] E; @@ - (sizeof(E)/sizeof(T)) + ARRAY_SIZE(E) @ rule6a using "empty.iso" @ type T; const T[] E; @@ - sizeof(E)/sizeof(T) + ARRAY_SIZE(E) ``` * New instances of ARRAY_SIZE added since initial spatch run * Use `ARRAY_SIZE` in docs (found by grep) * Manually use ARRAY_SIZE hs_set is expected to be the same size as uint16_t, though it's made of two 8-bit integers * Just like char, sizeof(uint8_t) is guaranteed to be 1 This is at least true on any plausible system where qmk is actually used. Per my understanding it's universally true, assuming that uint8_t exists: https://stackoverflow.com/questions/48655310/can-i-assume-that-sizeofuint8-t-1 * Run qmk-format on core C files touched in this branch Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-2917-0/+699
|\|
| * [Keyboard] Add handwired Split 5x7 (#18128)Stefan2022-08-2817-0/+699
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-282-0/+42
|\|
| * [Keymap] Add Miryoku keymap for Hillside 48 (#18191)Davide Masserut2022-08-282-0/+42
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-283-2/+8
|\|
| * [Keymap] Drashna keymap updates for 0.18.0 (#18184)Drashna Jaelre2022-08-283-2/+8
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-284-260/+20
|/
* Clean-up of `#define _ADJUST 16` instances (#18182)James Young2022-08-272-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enum layer_names: 40percentclub/nori default keymap * enum layer_names: ergotravel default keymap * enum layer_names: handwired/atreus50 default keymap * enum layer_names: handwired/ortho5x13 default keymap * enum layer_names: keebio/levinson default keymap * enum layer_names: keebio/nyquist default keymap * enum layer_names: keebio/rorschach default keymap * enum layer_names: keebio/viterbi default keymap * enum layer_names: keebio/wavelet default keymap * enum layer_names: lets_split default keymap * enum layer_names: maple_computing/launchpad reference keymaps Update `default` and `default_rgb` keymaps. * enum layer_names: maple_computing/minidox default keymap * enum layer_names: miniaxe reference keymaps Update `default` and `underglow` keymaps. * enum layer_names: omkbd/ergodash/mini default keymap * enum layer_names: omkbd/ergodash/rev1 default keymap * enum layer_names: orthodox default keymap * enum layer_names: unikeyboard/divergetm2 default keymap * enum layer_names: woodkeys/scarletbandana default keymap * add _Static_assert to keymap_introspection.c