Ryan
e0ed2c950d
Remove `DESCRIPTION`, R-V ( #11632 )
4 years ago
Ryan
37a4b53c4f
BACKLIGHT_ON_STATE config.h fixes ( #8862 )
5 years ago
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
6 years ago
zvecr
b32ad8b90c
[Keyboard] Convert Staryu to use DIRECT_PINS and BACKLIGHT_PINS ( #5848 )
...
* Convert to use DIRECT_PINS and BACKLIGHT_PINS
* Convert to use DIRECT_PINS and BACKLIGHT_PINS - remove old comment
6 years ago
zvecr
9ef21d2e1c
Refactor staryu to current standards and enable support for backlight keycodes ( #5487 )
6 years ago
Kenneth Aloysius
0912c42f04
Add Staryu macropad support ( #2768 )
...
* Add M6-A keymap
* Update XD60 keymap
* Update XD60 keymap readme
* Update JJ40 and Let's Split keymaps
* Add readme for M6-A
* Fix typo, update JJ40 README
* Update jj40 readme
* Cleanup jj40 keymap
* Revert Let's Split QWERTY layer to default before #2010
* Update numpad layers
* Fix: Let's Split keymap getting stuck mods due to having keycodes assigned on the Raise layer
* Keep ASCII art consistent with keymap
* Staryu: initial port
* Add personal keymap
* Added and updated READMEs
* Fix: default keymap for staryu
* Rudimentary backlight support.
* Enabled mousekeys for default keymap
* use QMK_KEYBOARD_H and LAYOUT
* Update readme.md for NIU mini: flash using avrdude
* Fix missing linebreaks for Staryu README
* Update readme.md
7 years ago
Cole Markham
e8082b5f9e
Add support for NovelPad/NumChoc by NovelKeys and Woodkeys
7 years ago
rooski15
6bb3fbd4e0
Prime_R ( #2221 )
...
* Rooski15: Add Prime_R Keyboard
* Rooski15: Added keymaps to xd60, xd75, planck, and prime_r
* Rooski15: Updated prime_r keymap
* Rooski15: Added Prime_R and Documentation
* Rooski15: Added Prime_R and Documentation
* Rooski15: Prime_R - Added futher documentation.
* Update config.h
Added device information
* Update readme.md
Updated Planck:EmilyH Readme
* Update readme.md
Updated XD75:EmilyH Readme
7 years ago
QMK Bot
0c335270bd
convert to unix line-endings [skip ci]
8 years ago
Rozakiin
62a02af915
Fixed uk78 and turned Bootmagic off ( #1725 )
...
* Add files via upload
* Update readme.md
* Update readme.md
* Add files via upload
* Add files via upload
* Update config.h
8 years ago
skullY
087d00f769
commit line ending differences
8 years ago
That-Canadian
5f58a8f842
Line endings issue for uk78?
8 years ago
That-Canadian
597ff7aee9
Line endings issue for uk78?
8 years ago
Rozakiin
05351ce8b3
Add files via upload
8 years ago
di0ib
959c48e146
moved to handwired folder
9 years ago
di0ib
c6c2c3fc14
minorca
...
minirca with RGB keymap
9 years ago
Jack Humbert
649b33d778
Renames keyboard folder to keyboards, adds couple of tmk's fixes ( #432 )
...
* fixes from tmk's repo
* rename keyboard to keyboards
9 years ago
Erez Zukerman
d06e940a17
[Erez & Jack] Removes keyboards which are not active on qmk
9 years ago
Eric Tang
aaa758f1d3
Optimize matrix scanning ( #343 )
9 years ago
Norberto Monarrez
d0c894cfae
Added files for Bantam-44
9 years ago
Jack Humbert
24f2698fba
changes to the template
9 years ago
Jack Humbert
6f3141965e
new project script
10 years ago
Jack Humbert
35a81f5b8b
added ergodox
10 years ago
Jack Humbert
71a8fd8b12
bluetooth working with usb
10 years ago
Jack Humbert
c966e7982c
bluetooth
10 years ago
Jack Humbert
5bb7ef0012
rows to col option, maybe
10 years ago
Jack Humbert
91176d854b
speaker working, midi out
10 years ago
Jack Humbert
cda23c754e
midi working
10 years ago
Jack Humbert
04885a3b44
preonic
10 years ago
Jack Humbert
e528087ee5
midi
10 years ago
Jack Humbert
b3f638f491
ok
10 years ago
Ante Vukorepa
1f52d60ef1
Fixed brightness control; Reduced number of brightness levels to 4.
10 years ago
Jack Humbert
cb3e499cc7
backlight stuff
10 years ago
Wilba6582
15b9bce6ba
Initial commit for Planck PCB Rev 1.
...
- Backlight on PB7 controlled by Timer1 Fast PWM (no interrupts).
- Backlight commands connected temporarily to top left keys.
- Backlight init called from matrix.c, since there's no generic keyboard_init() override function.
10 years ago
Jack Humbert
ed8d9a099d
added planck folder
11 years ago
tmk
2721022078
Add mechanical locking switch support for NumLock and ScrollLock
12 years ago
tmk
10f33a3e48
Remove ACT_KEYMAP and ACT_OVERLAY
...
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
12 years ago
tmk
353a9b56e6
Fix BOOTLOADER_SIZE setting
12 years ago
tmk
b2a19328ad
Changed Makefile and config.h for new options
12 years ago
tmk
9a3edb897a
Fix Makefile and config.h of gh60 for new options
12 years ago
tmk
dbcac865b9
Add NO_ACTION_KEYMAP config option
12 years ago
tmk
ecb7550a91
Add NO_ACTION_FUNCTION config option
12 years ago
tmk
9757f960f9
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
12 years ago
tmk
b057511f45
Add NO_ACTION_OVERLAY config option
12 years ago
tmk
9a106537f6
Add NO_PRINT and NO_DEBUG config options.
...
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
12 years ago
tmk
c4ab832be0
Fix Locking CapsLock support in ADB converter
12 years ago
tmk
92b92dd78f
Add mechanical locking switch support for CapsLock
12 years ago
tmk
1d5bbb55f2
Fix legacy keymap support
...
- need to define USE_LEGACY_KEYMAP to use legacy keymap
12 years ago
tmk
51050875b7
Add BOOTLOADER_SIZE and remove BOOT_SIZE
...
- define BOOTLOADER_SIZE in config.h instead of Makefile
12 years ago
tmk
359b68d35f
Add eeconfig.c - eeprom stored paramerters
12 years ago