Commit Graph

12474 Commits

Author SHA1 Message Date
8e3f8a7217 Added WPM and tweaked game layer 2020-06-21 13:39:46 +02:00
20f255b95f * Force NKRO to be enabled on start up
* Changed polling rate
* Releasing key without pressing another will send the original key
* Increased split usb timeout
2020-06-21 13:19:15 +02:00
3182b7af9e Enable words per minute 2020-06-21 13:15:53 +02:00
92b2ac587b Enable NKRO 2020-06-21 13:14:42 +02:00
ea3102ab33 Added media key codes 2020-05-23 17:16:02 +02:00
6befb24e08 Ignore mod tap interrupt 2020-05-21 16:22:12 +02:00
f0f42f1565 Added RGB breathing animation 2020-05-21 16:20:56 +02:00
67a3550d07 Added layer 3, this will be used for game mode and keyboard settings 2020-05-18 21:44:46 +02:00
5d3696728b Changed arrow key location 2020-05-17 19:04:22 +02:00
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
Deon Spengler
d51eead4c4 Merge pull request #1 from qmk/master
Syncing changes from qmk/qmk_firmware
2020-05-02 11:20:18 +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
Joel Challis
e182a38e7c Add redirect for old getting started links (#8987) 2020-05-02 04:29:55 +01: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
JohSchneider
ddd055b1e2 Audio_Enable, AVR template update (#8901)
* Branch point for 2020 May 30 Breaking Change

* audio-configuration: template: audio_avr.c does NOT default to C6

not on its own, it needs a pin configured per define in config.h for audio to actually work
otherwise only parts of the code are included in the firmware, wasting space and possibly breaking builds because auf hitting the firmware-size limits

* audio-configuration: strip comment to bare essentials

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

* revert future change

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Johannes <you@example.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
2020-05-01 21:30:12 +01: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
Ahmed Elshafey
750c7c2bdb [Documentation] Added raw hid documentation page (#7640)
* Added raw hid feature documentation page

* Update docs/feature_rawhid.md

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

* Update docs/feature_rawhid.md

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

* Update docs/feature_rawhid.md

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

* Update docs/features.md

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

* added feature_rawhid.md to _summary.md in docs

* fixed _summary.md order

* Update docs/feature_rawhid.md

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

* Update feature_rawhid.md

Removed the useless bit about finding usage page and usage.

* Update feature_rawhid.md

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Remove teensy client, small origanization fixes

* Fixed merge conflicts
Removed features.md
Updated _summary.md with new format and added RAW HID entry under Software Features

* Added rawhid feature page
Messy is what you get when you don't do things right the first time

Co-authored-by: fauxpark <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2020-05-01 23:41:58 +10: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