Fredric Silberberg
2b26abf9a9
Copy/paste additions.
7 years ago
Fredric Silberberg
946f4854c5
Added backlight control keys
7 years ago
Fredric Silberberg
a2fbd671ad
Added a few more VS macros and another ctrl
7 years ago
Fredric Silberberg
7389beb18c
Small keymap layout updates
7 years ago
Mathias Andersson
dd9b00543b
Update Phantom readme
...
Added basic description of the keyboard and some build and configuration
instructions.
Also moved the RGB underlight modification instructions to the readme.
7 years ago
Mathias Andersson
7ca335cf5b
Adjust Phantom for standard PCB
...
The previous default configuration and keymap was made for a Phantom
modified with RGB underlight.
This commit makes the default more in line with the "official"
configurations provided by the PCB.
The previous default have been moved to a separate keymap named
`rgbmod`. It has also been updated to better match the template keymap.
7 years ago
Mathias Andersson
3522496f24
Update Phantom config to better match template
7 years ago
Mathias Andersson
67b8bf8f70
Move Phantom LED handling to phantom.c
...
This is more in line with the structure provided by the keyboard
template.
7 years ago
Stick
98373f2fc1
added tapdance locking
7 years ago
npoirey
a012c24225
Removed image from git and added references to imgur album for Frenchdev keyboard.
7 years ago
Stick
fa96d64f37
Merge remote-tracking branch 'upstream/master'
7 years ago
Jack Humbert
2b98ec67f3
Update _summary.md
7 years ago
Jack Humbert
7b3c9cc8de
Create adding_a_keyboard_to_qmk.md
7 years ago
Jack Humbert
f32c68ee65
Update porting_your_keyboard_to_qmk.md
7 years ago
Jack Humbert
c21c2cc92b
Merge pull request #1416 from geofflane/feature/s65_x_std_grv_esc
...
Use the new Quantum KC_GESC instead of custom code
7 years ago
Erez Zukerman
fe9556104b
Merge pull request #1331 from ariasuni/master
...
Fix undefined reference errors with avr-gcc 7.1
7 years ago
npoirey
0fb835c54c
Fix warning in frenchdev
7 years ago
npoirey
23b0fc20e3
Frenchdev v1
7 years ago
Jack Humbert
9d22a1a6d8
add group edge via travis updates
7 years ago
Geoff Lane
8705ac408d
Use the new Quantum KC_GESC instead of custom code
7 years ago
Jack Humbert
23df3016e8
Merge pull request #1405 from cquiroz/oneshot-mods-timeout
...
Oneshot mods timeout
7 years ago
Jack Humbert
9019d65b3c
Merge pull request #1414 from dvdizon/kbd75
...
KBD75 - Initial KBD75 port from qmkeyboard.cn source files
7 years ago
Jack Humbert
2c171b3e5f
Merge pull request #1413 from lasko/master
...
This is a complete redo of my keymap. It includes several
7 years ago
Jack Humbert
33a271b8e3
Merge pull request #1412 from nall/master
...
Fixed offset for knight rgb mode
7 years ago
David Dizon
e71b3c6572
KBD75 - Initial KBD75 port from qmkeyboard.cn source files
7 years ago
Jon Nall
f169c715eb
Added custom keymap and enabled Space Cadet
7 years ago
Brandon Height
2ffcf47793
This is a complete redo of my keymap. It includes several
...
layers including qwerty, colemak, navigation, and gui layers.
I also was playing around with dancing tap keys.
7 years ago
Jon Nall
7ce056cad7
Fixed offset for knight rgb mode
7 years ago
Jack Humbert
3e7bb19612
Merge pull request #1410 from belak/tv44-core
...
tv44: Add core layout based on the Core 47
7 years ago
Jack Humbert
e951317acb
Merge pull request #1409 from fredizzimo/full_unit_test
...
Take first baby steps towards testing the whole QMK
7 years ago
Kaleb Elwert
f71c990215
tv44: Add core layout based on the Core 47
7 years ago
Fred Sundvik
1aa0be4cf1
Fix serial_link vpath problem
7 years ago
Fred Sundvik
0f163c0028
Add todo to timer.c
7 years ago
Fred Sundvik
fb9b8dadb9
Add a couple of todos to keyboard_report_util.cpp
...
Also print the modifier state
7 years ago
Fred Sundvik
43d8fa5bf1
More natural interface for setting keyboard leds
7 years ago
Fred Sundvik
36f820be7e
Add a test fixture
...
It only initializes QMK once, and clears the matrix after each test.
7 years ago
Fred Sundvik
e85b185796
Test two keys pressed at once
7 years ago
Fred Sundvik
6a76192fa4
Fix problems with undefined inlines in debug mode
7 years ago
Fred Sundvik
bd1729d5be
Actually test for correct key presses
7 years ago
Fred Sundvik
fb95d86b39
Move functions for adding keys from to reports to report.h
7 years ago
Fred Sundvik
017458a07b
Move functionality from action_util to report
...
The functions also takes report_kebyoard_t parameters, so that they can
be used elsewhere.
7 years ago
Fred Sundvik
c38589d861
Fix the order of init and driver creation
7 years ago
Fred Sundvik
3bb0586acc
Add a couple of basic tests and implement driver mock
7 years ago
Fred Sundvik
617578399c
Add keymap
7 years ago
Fred Sundvik
c588fca06c
Empty bootloader_jump
7 years ago
Fred Sundvik
a72e8f0865
Dummy test matrix implementation
7 years ago
Fred Sundvik
1c0fe956ac
Split common.mk into common.mk and common_features.mk
...
To support including keyboard/keymap specific rules before it
7 years ago
Fred Sundvik
d29906cb64
Emulate eeprom
7 years ago
Fred Sundvik
f646f00b93
Rename native to test
7 years ago
Fred Sundvik
83509adc3a
Add empty timer functions
7 years ago