Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
5 years ago
XScorpion2
e7711b3b66
Moving rgb typedefs into a single location ( #5978 )
...
Because someone named the define poorly
Using full relative path as handwired/promethium has a color.h file
6 years ago
Priyadi Iman Nurcahyo
36e950a13f
[Keymap] Added compatibility for Planck rev6 ( #5706 )
...
* Update code for compatibility with latest QMK
* Added compatibility with Planck rev6
* use wait_ms instead of _delay_ms
* removed unnecessary rules
* disable audio on rev4 only
6 years ago
noroadsleft
eab6546fda
Fix handwired/promethium keyboard dimensions in info.json
6 years ago
fauxpark
3b2a484a5b
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps ( #5154 )
6 years ago
fauxpark
e2d3c92199
Remove redundant KC_TRNS and KC_NO fillers in default keymaps ( #5152 )
6 years ago
James Churchill
6d2071ad6e
Fix `1<col` instead of `1<<col` typo in matrix_is_on()
6 years ago
Konstantin Đorđević
4d9b11af14
Fix Command feature: use get_mods() instead of keyboard_report->mods ( #4955 )
...
* Remove unnecessary IS_COMMAND definition in clueboard/66/rev4
* Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions
* Update docs to use get_mods() instead of keyboard_report->mods
* Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test
For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist
* Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt)
6 years ago
fauxpark
79b58937f4
Add C(), A() and G() to match already existing S() ( #4673 )
6 years ago
noroadsleft
064d9e2175
handwired/promethium Refactor and Configurator support ( #4524 )
...
* handwired/promethium: refactor
- config.h files
- updated to use #pragma once
- removed redundant config.h includes
- layout macro moved from config.h to promethium.h
- layout macro renamed from KEYMAP_CUSTOM to LAYOUT
* handwired/promethium: Configurator support
6 years ago
Drashna Jaelre
00b6f14821
Replace outdated RGB/Audio information
6 years ago
Joe Wasson
743449472e
Make `PREVENT_STUCK_MODIFIERS` the default ( #3107 )
...
* Remove chording as it is not documented, not used, and needs work.
* Make Leader Key an optional feature.
* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`
* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
6 years ago
U-LANDSRAAD\drashna
84a713b05c
Remove _quantum functions from custom matrix.c code
7 years ago
Jack Humbert
7f2882832e
adds default keymap for handwired boards
7 years ago
Jack Humbert
791b9cc652
remove all makefiles from keyboard directories
7 years ago
skullydazed
4cdcbdb861
Remove all Makefiles from the keyboards directory. ( #1660 )
...
* Remove all Makefiles from the keyboards directory.
* update keymaps added in the last 8 days
* Ignore keyboard/keymap makefiles
* update hand_wire to reflect our new Makefile-less reality
* Update the make guide to reflect the new reality
* move planck keymap options to rules.mk
* update planck keymaps 4real
* trigger travis
* add back build_keyboard.mk
* restore changes to build_keyboard
7 years ago
Jack Humbert
107d8031e5
update priyadi's keymap config
7 years ago
Jack Humbert
42d5a324eb
Start mvoing hardware drivers to /drivers/ ( #1433 )
...
* start driver isolation
* update nyquist and orthodox boards
* update atreus62
* move drivers to avr
* update avr conditional
7 years ago
Jack Humbert
b476d65b9c
Update keyboards' rules.mk/Makefiles ( #1442 )
...
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
7 years ago
Nikolaus Wittenstein
8ddbf7f59f
Fix spelling of "persistent"
...
Fixes #1201 .
8 years ago
Priyadi Iman Nurcahyo
343f8d368e
Simple RGB backlight theming
8 years ago
Priyadi Iman Nurcahyo
2f28652dcc
Syntax fix
8 years ago
Priyadi Iman Nurcahyo
d8f1949029
Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click frequency
8 years ago
Priyadi Iman Nurcahyo
f9d226ca50
tune clicks
8 years ago
Priyadi Iman Nurcahyo
ce0efa6b9a
Fix LED sequence; bug fixes
8 years ago
Priyadi Iman Nurcahyo
5bc0c4a011
Fix Planck compatibility
8 years ago
Priyadi Iman Nurcahyo
3fa0b66289
Keymap updates and some adjustment for latest version of QMK
8 years ago
Priyadi Iman Nurcahyo
93b2f23bba
Promethium rev2
...
* 10 more indicator LEDs
* Piezo buzzer
* Uses HC138 decoder to free up 5 pins
* Trackpoint buttons are now part of matrix
8 years ago
Priyadi Iman Nurcahyo
3dab8a60fc
added pause, prtsc & ins to list of keys to be processed on release
8 years ago
Priyadi Iman Nurcahyo
57623805e8
Move caps to FUN layer; add Pause key
8 years ago
Priyadi Iman Nurcahyo
b306f83c6b
Move del back to fun+backspce
8 years ago
Priyadi Iman Nurcahyo
77f9363675
Only process Fnumber on key release, and only when layer is still active
8 years ago
Priyadi Iman Nurcahyo
e5bd81f0a6
Fix integer overflow
8 years ago
Priyadi Iman Nurcahyo
96a8e2d5f5
reposition ins and del key
8 years ago
Priyadi Iman Nurcahyo
ac04fe0301
Added README for my keymap
8 years ago
Priyadi Iman Nurcahyo
3882f97d2e
Move keyboard specific stuff to keyboard specific files, and vice versa
8 years ago
Priyadi Iman Nurcahyo
1eac297a2f
Added copyright notice
8 years ago
Priyadi Iman Nurcahyo
c2f0207d59
Merge my Planck-like keyboards
8 years ago
Priyadi Iman Nurcahyo
168c912027
Move Alt-Tab position
8 years ago
Priyadi Iman Nurcahyo
df311c7b40
num, func, punc 3state layer done right
8 years ago
Priyadi Iman Nurcahyo
3758cfd95f
GUI layer fixes
8 years ago
Priyadi Iman Nurcahyo
6c692fca7d
Alt-tab handling in GUI layer
8 years ago
Priyadi Iman Nurcahyo
7ae677dcb7
remove stand alone punc layer switcher for now
8 years ago
Priyadi Iman Nurcahyo
02662e3869
Add explicit punctuation key for greek layers
8 years ago
Priyadi Iman Nurcahyo
c2531ff43b
Func + Num = Punc
8 years ago
Priyadi Iman Nurcahyo
15e2dbb2a9
move GRV to ESC position
8 years ago
Priyadi Iman Nurcahyo
97472aabe6
Forgot to add ifdef to optional feature
8 years ago
Priyadi Iman Nurcahyo
68e5c85999
Remove assignment warning
8 years ago
Priyadi Iman Nurcahyo
455568d197
Workaround to remove warning
8 years ago
Priyadi Iman Nurcahyo
5d5f2ff50d
Some space optimization and housekeeping
8 years ago