Commit Graph

10816 Commits

Author SHA1 Message Date
noroadsleft
721b3546f6 QMK Configurator support for NEK Type A (#6295)
* QMK Configurator support for NEK Type A

* Update labels to match default keymap
2019-07-10 16:21:38 -07:00
Richard Baptist
f304bac226
Fix RGB_MATRIX_SPLIT_RIGHT config 2019-07-10 17:25:30 +02:00
Richard Baptist
0a223c6069
Add SWIRL 2019-07-10 17:19:44 +02:00
Richard Baptist
4f48b27a34
Use keycodes instead of mode cycling 2019-07-10 13:35:30 +02:00
Richard Baptist
790546d0d4
Use only three animations 2019-07-10 13:33:17 +02:00
Richard Baptist
c3556b655f
Move FN keys on layer 2019-07-10 12:46:24 +02:00
Richard Baptist
82c7e743a1
Fix RGB animation cycle 2019-07-10 11:02:29 +02:00
Richard Baptist
0e8a0b2408
Add additional config 2019-07-10 10:56:34 +02:00
Drashna Jaelre
05a97482e6
[Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size (#6227) 2019-07-09 12:59:05 -07:00
Konstantin Đorđević
c69060465e Fix parentheses in macros, and in general clean up quantum.h (#5021)
* Fix up GPIO macros

* Fix up send string macros

`string` arguments must not be parenthesized

* Fix up miscellaneous macros

* Make indentation uniform (4 spaces)

* Make #ifdef vs #if defined usage consistent

* Reorder standard includes

* Revert indentation changes as per review comments

* Revert #if defined(__AVR__) → #ifdef __AVR__ change

* Change 2 space indent to 4 spaces on a couple of lines

* Replace include guard with #pragma once
2019-07-09 11:16:24 -07:00
Drashna Jaelre
37be1cb513
Fix debouncing issue for eager algorithms (#6081)
* Fix debouncing issue for eager algos

* Fix up typo issue
2019-07-09 11:09:54 -07:00
Richard Baptist
19f2839279
Flash master with dfu instead 2019-07-09 17:57:43 +02:00
Richard Baptist
396e8e1af1
Reduce number of RGB animation options 2019-07-09 17:46:29 +02:00
Kaylyn Bogle
207e50c534 Add G35 keyboard (#6263) 2019-07-09 08:01:11 -07:00
Drashna Jaelre
6cccc22be9 Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)
Using QUANTUM_LIB_SRC prevents the warning when multiple sources add the i2c_master.c file. Boards such as the Ergodox EZ Glow see this warning every time they compile because the board uses the file in general, and because the RGB LED Matrix requires it, as well.
2019-07-09 07:57:14 -07:00
Richard Baptist
6dc1fe1004
Merge branch 'master' into dfu 2019-07-09 16:44:11 +02:00
Richard Baptist
52b3e94fa1
Merge branch 'third-layer' 2019-07-09 16:41:36 +02:00
Richard Baptist
a958ccf7e8
Fix width of CLMK layer indicator 2019-07-09 16:40:49 +02:00
Richard Baptist
9e26391739
Merge branch 'master' into dfu 2019-07-09 16:36:10 +02:00
Richard Baptist
c6e787a465
Apply fixes to own keymap 2019-07-09 16:35:25 +02:00
Richard Baptist
25c1824e70
Merge remote-tracking branch 'drashna/keyboard/temp_corne_fixes' 2019-07-09 16:33:20 +02:00
noroadsleft
3184303037 [Keyboard] Espectro: add LAYOUT_split_bs_joined_right data to QMK Configurator (#6289) 2019-07-09 07:17:37 -07:00
noroadsleft
d780c2729b [Keyboard] Omnikeyish: fix LAYOUT_101 macro (#6285)
* Fix LAYOUT_101 macro

* Add default_101 keymap to prove the LAYOUT_101 macro works
2019-07-09 07:06:30 -07:00
Konstantin Đorđević
220873dfeb [Keymap] Add personal Wasdat keymap, update other keymaps (#6290)
* Add wasdat:konstantin keymap

TODO: Move it to layouts/

* Use HHKB arrow arrangement for mouse keys on KBD6X

* Move KC_APP from Ctrl to M on all boards

* Use RCT_RSF on Melody96

* Set TAP_HOLD_CAPS_DELAY to 50 in userspace

* Use RSF_RCT instead of RCT_RSF
2019-07-09 06:52:23 -07:00
Richard Baptist
1b6ea0fcd6
Reposition base layer switch keys 2019-07-09 13:02:47 +02:00
Richard Baptist
c4f2a2cc00
Name UTIL Util 2019-07-09 12:57:42 +02:00
Richard Baptist
ca25df2e4a
Different tri state function depending on pase layer 2019-07-09 12:55:44 +02:00
Richard Baptist
33898fc301
Remove test Q 2019-07-09 12:25:56 +02:00
Richard Baptist
c96a2665b1
Update GAMING layer 2019-07-09 12:25:45 +02:00
Richard Baptist
2cd00af3e8
Fix multi state 2019-07-09 12:13:42 +02:00
Richard Baptist
eb5f6910c9
Rename ADJUST layer 2019-07-09 12:09:16 +02:00
Richard Baptist
82f5e84cfc
Remove UTIL layer. 2019-07-09 12:08:59 +02:00
Richard Baptist
1908a8d3ba
Remove unused keys 2019-07-09 12:08:37 +02:00
Richard Baptist
98cfec9258
Add ADJUST layer 2019-07-09 12:01:32 +02:00
fauxpark
8b1cdd1e3d Add copyright year placeholders to new keyboard script (#6280)
* Add copyright year placeholders to new keyboard script

* More copyright header tweaks
2019-07-08 14:07:35 -07:00
Jason Krasavage
dfebfecd48 [Keymap] Added my own keymap folder (#6261)
* added iris rev 3 keymap

* stuff

* Update config.h

* Removed personal mapping folder so that I can branch it

* Added personal Iris keymap folder

* added enums, removed break after return, and removed line 3 of keymap.c

* removed process record function
2019-07-08 12:58:12 -07:00
Drashna Jaelre
ce9f9921de
Fix up corne keyboard 2019-07-08 12:36:18 -07:00
vxid
95b2364e5a [Keymap] Add crkbd/vxid keymap (#6281) 2019-07-08 11:15:59 -07:00
XScorpion2
6e6d079dd2 Updated OLED Docs with notes about screen timeout. (#6276)
* Updated OLED Docs with notes about screen timeout.

* Update docs/feature_oled_driver.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-07-08 06:28:31 -07:00
Matthew Lyon
06ba968759 mattly's userspace and iris (#6279) 2019-07-08 06:27:30 -07:00
Richard Baptist
41108a210f
Remove QWERTY, switch to game and back faster 2019-07-07 18:13:28 +02:00
Richard Baptist
0fc5d166bd
Remove QWERTY, switch to game and back faster 2019-07-07 18:12:28 +02:00
skullydazed
7579518613 Fix chibios so the dfu-suffix is only applied once. (#6270) 2019-07-07 09:08:49 -07:00
XScorpion2
d16db69367 Added mod carry over from press to release. (#5866)
Update docs/feature_space_cadet.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-07-06 21:00:05 -07:00
GreenShadowMaker
a07da6e245 keymap for idobo (#6250)
* greenshadowmaker keymap for idobo xd75 massdrop

* remove uneeded config.h

* corrected format to match convention instead of xd75 where I accidentally started from

* fixed errors and added arrows bottom right to match my other layouts

* updated readme

* right arrow fix

* Update keyboards/idobo/keymaps/greenshadowmaker/keymap.c

removing unnecessary part, copied from different keymap

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* added suggested changes

* removed unneded elements
2019-07-06 20:56:23 -07:00
fauxpark
dd1790c1b3 Noxary 268.2 update (#6254)
* Fix Noxary 268.2 layout macros & info.json

* Update Noxary 268.2 to current QMK code style
2019-07-06 20:55:25 -07:00
Sid Carter
44f3c614c2 My personal keymap for the Iris Rev3 (#6271)
* updates to my iris keymap

* some rational updates to the keymap - let's see how this works

* updates to my iris keymap

* some rational updates to the keymap - let's see how this works

* add mouse keys and remove unused keys and some cleanup

* a little bit more cleanup

* actually enable mousekeys

* fix markdown lint complaints

* fix capitalization

* changes made per suggestions
2019-07-06 20:53:56 -07:00
Michel Gotta
853f5231d3 [Keymap] Adding new Gherkin keymap and configuration with RGB strip (#6252) 2019-07-05 23:20:17 -07:00
Drashna Jaelre
da86484027 Add makeful rules to .editorconfig
OMFG, why is it not set to tabs??
2019-07-05 11:35:55 -07:00
zvecr
05990c9bda Small fix to allow board to override split keyboard master check 2019-07-05 18:45:57 +01:00