Commit Graph

22586 Commits

Author SHA1 Message Date
Sadek Baroudi f9eb74ff72 Issue #7: migrate all fingerpunch boards over to use new feature flags framework 2022-09-18 23:05:29 -07:00
Sadek Baroudi 9b50358413 added copy paste cut save haptic support, fixed pointing device cpi 2022-09-15 16:58:33 -07:00
Sadek Baroudi 86db3c0560 fixed default keymap cpi settings 2022-09-15 10:05:18 -07:00
Sadek Baroudi 27ed4f8483 fixed issue with combined cirque and layer drag scroll combination changing cpi and not changing back 2022-09-15 01:23:57 -07:00
Sadek Baroudi 9671911096 missed a rules.mk thing for pointing, and updated scrolling to 50 instead 200 for cpi 2022-09-14 17:38:54 -07:00
Sadek Baroudi ef1c953663 added drag scroll on layers, and left trackpad for scroll and right trackpad for mouse if using both 2022-09-14 14:18:19 -07:00
Sadek Baroudi f5d05efdfa using relative mode on cirque by default so that tap works on both sides, doesn't work in relative mode 2022-09-14 01:27:38 -07:00
Sadek Baroudi b26c67fa01 removed layer haptic except for mouse layer, added copy paste haptic 2022-09-14 01:26:55 -07:00
Sadek Baroudi a770872595 fixed readme for ximi 2022-09-13 16:50:23 -07:00
Sadek Baroudi e3a727a72e added haptic support for mouse keys 2022-09-13 10:40:00 -07:00
Sadek Baroudi ce170e3a4a added haptic for mouse clicks as well 2022-09-13 09:59:28 -07:00
Sadek Baroudi 36463b0b51 added haptic config for ximi, as well as my own keymap 2022-09-13 09:41:34 -07:00
Sadek Baroudi cd662188f7 get ready for enabling audio support for RP2040 2022-09-12 22:48:26 -07:00
Sadek Baroudi 37ad256cd5 fixed rotation on slave cirque, and split transport stuff 2022-09-12 18:07:23 -07:00
Sadek Baroudi 24bd1831d5 fixed split config for pointing and handedness 2022-09-12 17:39:58 -07:00
Sadek Baroudi 29e8185e6f added audio, haptic feedback, fixed I2C, and tested cirque 2022-09-12 16:46:28 -07:00
Sadek Baroudi 9989e9f4ce updated default keymap for 3 way thumbwheel, and added my keymap 2022-09-12 10:36:16 -07:00
Sadek Baroudi 876e465eff ximi first pass at firmware, matrix works, need to add haptics and audio, as well as test cirque, trackball, and leds 2022-09-08 23:15:18 -07:00
Sadek Baroudi e168cf5b12 PR 18239 in qmk repo broke elite-c compatibility for the stemcell, so I'm adding it back in for now, see PR discussion for discord link 2022-09-07 17:56:36 -07:00
Sadek Baroudi 1892616699 Merge remote-tracking branch 'upstream/master' 2022-09-07 12:02:33 -07:00
syntax-magic 6321cbaadd
[Keymap] removed else in numlock led if statement (#18304) 2022-09-07 19:52:32 +01:00
syntax-magic 8a0c0f72a5
added a new kprepublic/bm40hsrgb keymap called dan (#18301)
by syntax-magic
2022-09-07 17:14:46 +01:00
ddeklerk a082fcc933
Delete my keymaps (#18302) 2022-09-07 20:38:54 +10:00
Michael Stapelberg f733307551
keymaps/stapelberg: keypad layer for multimedia keys, wake on escape (#18295)
This makes more keys function as printed on the actual keyboard :)
2022-09-06 23:13:12 +01:00
James Young 7160487ccd
Fungo rev1: fix QMK Configurator key sequence (#18293)
* info.json: correct JSON syntax; friendly formatting

* info.json: fix key sequence
2022-09-06 18:36:37 +01:00
Joel Challis 60cac6d938
Discourage use of ENCODER_MAP at keyboard level (#18286)
* Discourage use of ENCODER_MAP at keyboard level

* Update docs/feature_encoders.md

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-06 18:08:48 +01:00
James Young 712aa7b1cd
Mars 6.5 Layout Additions (#18282)
* info.json: apply friendly formatting

* add LAYOUT_65_ansi_blocker

* add LAYOUT_65_ansi_blocker_split_bs

* add LAYOUT_65_iso_blocker

* add LAYOUT_65_iso_blocker_split_bs

* enable Community Layouts support

* info.json: correct maintainer value
2022-09-06 05:26:11 +01:00
Joel Challis 0306bdf7fd
Remove use of legacy keycode (#18281) 2022-09-06 05:25:32 +01:00
James Young 5f1273fca6
EU ISOlation: fix QMK Configurator key sequence (#18272)
* eu_isolation.h: physically arrange layout macros

Whitespace only; no logic changes.

* info.json: apply friendly formatting

Add line breaks between physical rows.

* info.json: correct key sequence
2022-09-05 14:14:25 +01:00
AMing Lau a36c95db60
Fix compilation error for GH60 satan HHKB 7u layout (#18250)
* Fix compilation error for GH60 satan HHKB 7u layout

* Update keyboards/gh60/satan/info.json

Co-authored-by: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-05 02:00:44 +01:00
James Young 288808526b
dyz60_hs Layout Additions (#18261)
* dyz60_hs: add matrix diagram

* add LAYOUT_60_ansi

* add LAYOUT_60_ansi_split_bs_rshift

* add LAYOUT_60_tsangan_hhkb

* add LAYOUT_60_iso

* add LAYOUT_60_iso_split_bs_rshift

* enable Community Layouts support

* readme.md: correct keyboard references

Replace `dyz60` with `dyz60_hs` as needed.
2022-09-03 22:43:52 +01:00
Ryan 3c09db41fe
Fix a couple of boards still using `usb.device_ver` (#18258) 2022-09-03 14:47:22 -04:00
Ryan bfec30a9fe
Clean up data driven mappings syntax (#18257) 2022-09-03 19:44:42 +01:00
coliss86 39e611794d
[Docs] Update 'Process Record' according to the code (#18209)
* [doc] Update 'Process Record' according to the code

* [doc] fix link
2022-09-03 13:46:42 -04:00
Xelus22 489b287e1f
[Keyboard] RS60 Rev2 change to eeprom emulation (#18201)
by xelus
2022-09-03 16:27:00 +01:00
Vino Rodrigues 0c76a3c7d0
[Keyboard] Add IDOBAO Abacus ID42 Keyboard (#16923)
by vinorodrigues
2022-09-03 16:21:00 +01:00
Tim Traversy f27c70fffc
Add absolute key positions to microdox info.json (#18238) 2022-09-03 15:47:20 +01:00
Joel Challis 5c0e87608f
Remove more RESET keycode references (#18252) 2022-09-03 06:50:44 +01:00
Brian 5d932e2612
[Keymap] Fixing location of my Keymap for the Gentleman65 (#18246) 2022-09-02 09:10:05 -07:00
Drashna Jaelre 90418b371f
[Keymap] Fix bootmagic compilation issue with Drashna keymaps (#18223) 2022-09-02 08:32:38 -07:00
Yoichiro Tanaka 27671d8a43
[Keyboard] Add Lunakey Pico (#18202)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-01 20:54:33 -07:00
Jannik Becker 8c793c1a43
[Keyboard] Add Shoc Keyboard (#18143)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-09-01 20:48:24 -07:00
Joel Challis 26814ca060
Install correct package on Fedora (#18243) 2022-09-01 20:43:19 -07:00
jpuerto96 101d7b5337
[Keyboard] Add Ingrained Keyboard (#15928)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Juan Puerto <jpuerto@psc.edu>
Co-authored-by: jpuerto-psc <68066250+jpuerto-psc@users.noreply.github.com>
2022-09-01 16:32:47 -07:00
Joel Challis 7adef85fa4
Remove non promicro pins from converters (#18239) 2022-09-01 15:38:52 -07:00
3araht 1ccd0c19da
Add giabalanai keyboard (#10125)
by 3araht
2022-08-31 21:05:43 +01:00
Ryan Neff d4c935d8fa
Added personal Iris Rev6a layout and Milk 2% layout (#17600)
by JellyTitan
2022-08-31 20:29:26 +01:00
Benjamin Collet 6104b66014
Add bepo variant to massdrop/thekey keymaps (#18129)
by mrBen
2022-08-31 18:19:42 +01:00
3araht 786b5d310d
Bandominedoni encoder fix (#18229)
by 3araht
2022-08-31 18:17:54 +01:00
Drashna Jaelre 0faedb11cc
[Keyboard] Updates to Work Louder keyboards (#18232)
by Drashna
2022-08-31 17:44:00 +01:00