Commit Graph

6403 Commits

Author SHA1 Message Date
ae3a7142cd Fixed rgb split 2020-05-16 19:09:25 +02:00
3b351a2200 Added rgb support 2020-05-16 18:59:11 +02:00
3772a56879 Added RGBLIGHT 2020-05-16 18:54:46 +02:00
74a02aad66 Removed RGBLIGHT 2020-05-16 18:54:07 +02:00
60e58d1200 Added logo 2020-05-16 14:45:43 +02:00
88ad52551b Added split usb timeout 2020-05-16 11:30:54 +02:00
5b2c0a78c2 Set handness pin and enabled split usb detect 2020-05-16 11:18:04 +02:00
8211ed9755 Added link time optimization support 2020-05-16 08:29:46 +02:00
5e4ad8d9d1 Fixed bottom row on right hand side 2020-05-16 08:26:15 +02:00
b1fdfaed90 Added image of keyboard 2020-05-15 11:45:22 +02:00
191b5fcb0d Changed caps lock and symbol layer wording 2020-05-14 09:26:41 +02:00
26f15bc8c2 OLED: Added layer information and changed how CAPS lock is displayed 2020-05-13 00:12:34 +02:00
21a22a3179 Increased maximum allowed time for TAPPING_TERM 2020-05-12 17:41:29 +02:00
915e5d7549 Added caps lock status on oled 2020-05-12 17:40:09 +02:00
6ae9dc95f1 Disabled debounce to make keyboard more responsive to quick double taps 2020-05-12 14:01:51 +02:00
3ff85e62e4 Added numbers and F Key layers 2020-05-04 14:39:20 +02:00
0d346f9ac8 Set max time between taps 2020-05-04 09:35:24 +02:00
eeab4dae73 Moved oled to keymaps 2020-05-04 09:05:25 +02:00
c701b31e7b Merge branch 'master' into adept42 2020-05-02 11:23:24 +02:00
131ba871bf Removed unnecessary information 2020-05-02 10:42:28 +02:00
924341ed60 Added information about pinouts 2020-05-02 10:33:57 +02:00
2e90dfb2e2 Change USB product name 2020-05-02 09:32:46 +02:00
d2bb170a7b Removed unnecessary file 2020-05-02 09:28:29 +02:00
87ff1fbaa0 Made file less verbose 2020-05-02 09:13:44 +02:00
1bc015d9ec Changed order for right hand side 2020-05-02 08:51:43 +02:00
2267107821 Cleaned up comments 2020-05-02 08:50:06 +02:00
buzzlighter1
fe4581c1a1 Formatting (#8981) 2020-05-02 03:30:20 +01:00
c4af2c710a Fixed rows 2020-05-02 01:58:27 +02:00
e439740d31 Initial adept42.h 2020-05-01 23:53:34 +02:00
514bd3595d Initial adept42.c 2020-05-01 23:48:40 +02:00
35a2498e28 Initial keymap 2020-05-01 23:48:16 +02:00
59b2d57a39 Updated readme based on qmk template 2020-05-01 23:45:21 +02:00
9f98bf118c Initial rules.mk 2020-05-01 23:44:25 +02:00
14280416b1 Initial config.h 2020-05-01 23:44:12 +02:00
Joel Challis
f7324ec684 Add xd002 support (#8598)
* Add xd002 support

* tidy some whitespace

* align filename

* Update keyboards/xd002/info.json

Co-authored-by: Erovia <Erovia@users.noreply.github.com>

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-05-01 17:59:22 +01:00
fe82468c07 Moved keyboard project to correct directory 2020-05-01 14:17:49 +02:00
Eriq M. Adams
4846c8eba0 Add Via Keymap to Blackplum (#8975) 2020-05-01 13:16:59 +10:00
3e260c51de Decription of project 2020-04-30 17:27:17 +02:00
Ryan
16a15c1cfc QMK-ify some GPIO macros (#8315) 2020-04-30 16:24:47 +10:00
Ryan
37a4b53c4f BACKLIGHT_ON_STATE config.h fixes (#8862) 2020-04-30 16:24:13 +10:00
Mikkel Jeppesen
195be50745 [Keyboard] Vitamins included VIA support (#8876)
* Added VIA support

* added via support to vitamins included

* Added VIA support

* added via support to vitamins included

* Used actual nkro alias
2020-04-29 03:55:54 -07:00
Sergey Vlasov
8fdb229b66 [Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930)
* id80: Transpose matrix to use faster COL2ROW routines

Even the standard QMK matrix_scan() function can give about 2 times
higher scan rate (if compiled with optimizations enabled) if the COL2ROW
matrix layout is used instead of ROW2COL.  Although the ID80 PCB is
wired using the ROW2COL matrix layout, it is possible to transpose the
matrix from the QMK standpoint, so that "columns" would correspond to
horizontal connections, and "rows" would correspond to (mostly) vertical
connections; in this case the matrix could be handled as if it had the
COL2ROW layout.

The matrix layout change makes the older VIA JSON layout definition
incompatible, but the corresponding JSON was not yet accepted to the VIA
repository, so it should still be safe to make this change.

* id80: Remove obsolete comments
2020-04-29 03:52:15 -07:00
Garret G
fd3456f362 [Keymap] Add VIA Keymap to RoMac+ Directory (#8966) 2020-04-29 03:11:02 -07:00
Drashna Jaelre
86c4c4e91d Convert clipping variables in rgblight.c to a structure (#7720) 2020-04-29 10:22:28 +02:00
yd-null
5f5c2a219c [Keyboard] Add via support for cypher rev5 PCB (#8898) 2020-04-28 21:42:50 -07:00
Drashna Jaelre
e415198235 A few final edits to the keymap and readme. (#8845)
* A few final edits to the keymap and readme.

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
2020-04-28 21:01:52 -07:00
Umberto Baldi
5b4870c046 fix sick68 space key handwiring location (#8962)
* fix space key handwiring location

* fix mechmerlin layout

* Revert changes from mechmerlin layout

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update layouts/community/65_ansi/mechmerlin/keymap.c

* revert

Co-authored-by: Joel Challis <git@zvecr.com>
2020-04-29 00:45:51 +01:00
Chris Ko
e1217dae5a [Keymap] add chriskopher keymap for usb-usb converter (#8856) 2020-04-28 03:10:42 -07:00
Eric Gebhart
485a0b0bc3 [Keymap] Added Xd75 and viterbi keymaps,refactored my userspace. (#8776) 2020-04-28 02:58:42 -07:00
HASU
23cfc4b145 [Keyboard] latinpad(Original:hasupad,RENAMED latinpad) (#8766)
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-04-28 02:54:22 -07:00