summaryrefslogtreecommitdiffstats
path: root/keyboards/keebio
Commit message (Collapse)AuthorAgeFilesLines
* Add Iris Rev. 8 (#21392)Danny2023-06-305-2/+304
| | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Keebio Cepstrum Configurator Touch-Up (#21310)James Young2023-06-212-181/+95
| | | | | | | | | | | * [enhancement] remove redundant layout data Remove the redundant layout data from the keyboard-level `info.json`. * [enhancement] correct JSON syntax in rev1/info.json * [enhancement] friendly-format rev1/info.json * [enhancement] correct layout data
* Add Sinc Rev. 4 (#21130)Danny2023-06-148-0/+1245
| | | | | | | | | | | | | | | | | | | | | | | * Fork Rev. 3 to 4 * Update RGB LED positions * Adjust RGB positions * Enable more RGB modes * Update copyrights * Add license headers to keymaps * Use same type of license header Co-authored-by: Joel Challis <git@zvecr.com> * Fix I2C pins --------- Co-authored-by: Joel Challis <git@zvecr.com>
* Encoder map: NUM_DIRECTIONS (#21066)Nick Brassel2023-05-281-1/+2
|
* Fix up `keebio/cepstrum` (#21062)Nick Brassel2023-05-271-1/+0
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2714-11/+9
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-243-1/+11
|\
| * Add encoder map FoldKB in VIA (#21038)Danny2023-05-243-1/+11
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-181-1/+1
|\|
| * Define RGB_DI_PIN directly instead of using another define (#20983)Danny2023-05-181-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-1810-0/+502
|\|
| * Add Cepstrum Rev. 1 Keyboard (#20721)Danny2023-05-1810-0/+502
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Clean up trailing commas from info.json (#20812)Ryan2023-05-091-1/+1
| |
* | Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-042-28/+28
| |
* | Remove more junk files and scripts (#20682)Ryan2023-05-032-4/+0
| |
* | More `info.json` whitespace cleanups (#20665)Ryan2023-05-037-182/+182
| |
* | `info.json` whitespace cleanups (#20651)Ryan2023-05-025-72/+71
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-304-0/+201
|\|
| * Adding my keymap (#20345)Jesse Estes2023-04-304-0/+201
| |
* | Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan2023-04-3012-398/+475
| |
* | Move 60% layouts to data driven (#20477)Ryan2023-04-272-52/+139
| |
* | Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-273-391/+367
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-265-0/+280
|\|
| * [Keymap] Add johnstegeman iris colemak keymap (#20575)John Stegeman2023-04-265-0/+280
| |
* | Add encoder map for Iris Rev. 5 VIA (#20412)Danny2023-04-1912-598/+12
| |
* | Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-154-8/+8
| |
* | Encodermap direction define. (#20454)Nick Brassel2023-04-1511-11/+11
| |
* | Fix some missing QMK_KEYBOARD_H includes in user keymaps (#20417)Ryan2023-04-143-8/+2
| |
* | Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-1245-918/+1141
| |
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-0814-7/+21
| |
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-0688-46/+131
| |
* | Move 75% and 96% layouts to data driven (#20289)Ryan2023-04-057-1655/+2899
| |
* | Move small macropad-ish layouts to data driven (#20341)Ryan2023-04-055-30/+8
| |
* | Move 65% layouts to data driven (#20308)Ryan2023-04-0415-3432/+2680
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-033-11/+6
|\|
| * Modify default encoder mappings, change PID, enable mousekeys (#20329)Danny2023-04-033-11/+6
| |
* | Add core/fallback encoder behaviour (#20320)jack2023-04-031-12/+0
| |
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-2/+4
| |
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-0313-20/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-022-0/+9
|\|
| * Enable encoder mapping in VIA for Keebio KBO-5000 (#20272)Raphael Mangubat2023-04-022-0/+9
| |
* | Move 66% and 68% layouts to data driven (#20293)Ryan2023-04-012-268/+224
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-03-295-557/+488
|\|
| * Fix some invalid layout macros (#20256)Ryan2023-03-296-571/+488
| |
* | Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-2929-393/+621
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
| |
* | Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-2315-33/+0
| |
* | Remove more empty headers (#20155)Ryan2023-03-175-8/+0
| |
* | Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-1669-292/+13
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Fix layout macro keys with no matrix position (#20033)Ryan2023-03-131-89/+91
| |