Ryan
9366ed7282
Normalise include statements in keyboard code ( #11185 )
2020-12-16 14:27:23 +11:00
Drashna Jaelre
92385b3fb6
Better handle LTO_ENABLE ( #9832 )
...
* Better handle LTO_ENABLE
Especially when calling from command line
* Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE
* Remove long for LTO from show_options.mk
2020-08-29 14:30:02 -07:00
Ryan
8a4a0c25fd
Change analogRead calls to analogReadPin ( #9023 )
...
* Change analogRead calls to analogReadPin
* Add ChangeLog
* Update docs, remove mention of `analogRead()`
* Retarget changelog for next round
2020-08-29 14:30:02 -07:00
fauxpark
9397bffd01
Fix a couple of USB VIDs for the API ( #7848 )
2020-01-09 23:50:55 -08:00
Drashna Jaelre
6cf574396a
[Keyboard] Update default keymaps to use `layer_state_t` ( #7444 )
...
* Update default keymaps to use `layer_state_t`
* Convert binon32 as get_highest_layer in default keymaps
2019-11-21 22:40:29 -08:00
Drashna Jaelre
e6b9980bd4
Remove keymap_config extern from default keymaps ( #7399 )
...
* Remove keymap_config extern from default keymaps
* Revert unicode
Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(
Co-Authored-By: fauxpark <fauxpark@gmail.com>
2019-11-20 22:31:36 +00:00
fauxpark
3dbf08b655
Cleanup rules.mk for 32U4 keyboards, H ( #7030 )
...
* Cleanup rules.mk for 32U4 keyboards, H
* Change some boards incorrectly assumed to be halfkay
2019-10-20 12:51:37 -07:00
fauxpark
f2c179de58
Remove superfluous JTAG disable code ( #6445 )
...
* Remove superfluous JTAG disable code
* 32A has differently named register
* Accidentally some operators
* 32A also has different JTAG pins
* Wrap disable_jtag() in an ifndef
* Document this new define
* Rename the define, it conflicts with a LUFA thing
Also, move the ifndef wrapping to the call in keyboard_setup()
2019-08-20 22:18:52 -07:00
Mark Stosberg
c178bbf2e5
Illustrate the emoji layer ( #6555 )
...
Now the Emoji layer is easier to visualize.
2019-08-17 08:18:40 -07:00
fauxpark
ba42a5ae68
Remove commented out MCUs in rules.mk ( #5884 )
2019-07-16 00:26:38 -07:00
Drashna Jaelre
05a97482e6
[Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size ( #6227 )
2019-07-09 12:59:05 -07:00
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
2019-06-06 12:09:56 -07:00
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
2019-06-04 11:04:30 -07:00
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
2019-04-29 09:33:13 -07:00
noroadsleft
eab6546fda
Fix handwired/promethium keyboard dimensions in info.json
2019-04-13 01:27:40 -07:00
fauxpark
3b2a484a5b
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps ( #5154 )
2019-02-17 07:38:46 -08:00
fauxpark
e2d3c92199
Remove redundant KC_TRNS and KC_NO fillers in default keymaps ( #5152 )
2019-02-16 21:36:02 -08:00
James Churchill
6d2071ad6e
Fix `1<col` instead of `1<<col` typo in matrix_is_on()
2019-01-27 08:37:26 -08:00
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)
2019-01-27 00:28:40 -08:00
fauxpark
79b58937f4
Add C(), A() and G() to match already existing S() ( #4673 )
2019-01-25 13:12:48 -08:00
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
2018-12-01 16:29:16 -08:00
Drashna Jaelre
00b6f14821
Replace outdated RGB/Audio information
2018-10-22 14:55:05 -04:00
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.
2018-09-17 13:48:02 -04:00
U-LANDSRAAD\drashna
84a713b05c
Remove _quantum functions from custom matrix.c code
2018-02-06 12:25:30 -05:00
Jack Humbert
7f2882832e
adds default keymap for handwired boards
2017-10-15 16:52:51 -04:00
Jack Humbert
791b9cc652
remove all makefiles from keyboard directories
2017-09-27 08:21:09 -10:00
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
2017-09-08 13:47:50 -04:00
Jack Humbert
107d8031e5
update priyadi's keymap config
2017-08-07 22:36:05 -04:00
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
2017-07-10 11:18:47 -04:00
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
2017-06-30 16:09:52 -04:00
Nikolaus Wittenstein
8ddbf7f59f
Fix spelling of "persistent"
...
Fixes #1201 .
2017-05-11 15:32:35 -04:00
Priyadi Iman Nurcahyo
343f8d368e
Simple RGB backlight theming
2017-04-30 18:04:58 +07:00
Priyadi Iman Nurcahyo
2f28652dcc
Syntax fix
2017-04-30 18:03:03 +07:00
Priyadi Iman Nurcahyo
d8f1949029
Promethium update: demo LED, fix PS2 delay, fix LED ordering, change click frequency
2017-04-29 13:21:27 +07:00
Priyadi Iman Nurcahyo
f9d226ca50
tune clicks
2017-04-19 12:35:05 +07:00
Priyadi Iman Nurcahyo
ce0efa6b9a
Fix LED sequence; bug fixes
2017-04-19 12:03:48 +07:00
Priyadi Iman Nurcahyo
5bc0c4a011
Fix Planck compatibility
2017-04-19 02:55:19 +07:00
Priyadi Iman Nurcahyo
3fa0b66289
Keymap updates and some adjustment for latest version of QMK
2017-04-19 02:52:57 +07:00
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
2017-04-19 01:38:08 +07:00
Priyadi Iman Nurcahyo
3dab8a60fc
added pause, prtsc & ins to list of keys to be processed on release
2017-02-21 16:40:38 +07:00
Priyadi Iman Nurcahyo
57623805e8
Move caps to FUN layer; add Pause key
2017-02-21 16:36:35 +07:00
Priyadi Iman Nurcahyo
b306f83c6b
Move del back to fun+backspce
2017-02-21 04:00:05 +07:00
Priyadi Iman Nurcahyo
77f9363675
Only process Fnumber on key release, and only when layer is still active
2017-02-21 03:24:32 +07:00
Priyadi Iman Nurcahyo
e5bd81f0a6
Fix integer overflow
2017-02-16 23:56:47 +07:00
Priyadi Iman Nurcahyo
96a8e2d5f5
reposition ins and del key
2017-02-16 23:53:09 +07:00
Priyadi Iman Nurcahyo
ac04fe0301
Added README for my keymap
2017-02-15 19:40:33 +07:00
Priyadi Iman Nurcahyo
3882f97d2e
Move keyboard specific stuff to keyboard specific files, and vice versa
2017-02-15 19:22:58 +07:00
Priyadi Iman Nurcahyo
1eac297a2f
Added copyright notice
2017-02-15 16:39:19 +07:00
Priyadi Iman Nurcahyo
c2f0207d59
Merge my Planck-like keyboards
2017-02-15 16:36:31 +07:00
Priyadi Iman Nurcahyo
168c912027
Move Alt-Tab position
2017-02-15 05:38:40 +07:00
Priyadi Iman Nurcahyo
df311c7b40
num, func, punc 3state layer done right
2017-02-15 05:01:03 +07:00
Priyadi Iman Nurcahyo
3758cfd95f
GUI layer fixes
2017-02-14 04:17:09 +07:00
Priyadi Iman Nurcahyo
6c692fca7d
Alt-tab handling in GUI layer
2017-02-14 03:58:12 +07:00
Priyadi Iman Nurcahyo
7ae677dcb7
remove stand alone punc layer switcher for now
2017-02-14 03:18:34 +07:00
Priyadi Iman Nurcahyo
02662e3869
Add explicit punctuation key for greek layers
2017-02-14 00:46:06 +07:00
Priyadi Iman Nurcahyo
c2531ff43b
Func + Num = Punc
2017-02-14 00:44:02 +07:00
Priyadi Iman Nurcahyo
15e2dbb2a9
move GRV to ESC position
2017-02-13 22:18:36 +07:00
Priyadi Iman Nurcahyo
97472aabe6
Forgot to add ifdef to optional feature
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
68e5c85999
Remove assignment warning
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
455568d197
Workaround to remove warning
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
5d5f2ff50d
Some space optimization and housekeeping
2017-02-13 17:58:06 +07:00
Priyadi Iman Nurcahyo
4163a3819e
Add regular space to B+N on GUI layer for repeating space
2017-02-11 22:16:19 +07:00
Priyadi Iman Nurcahyo
4c05e39a02
Switch to Emoji layer using Punc + greek
2017-02-11 22:13:35 +07:00
Priyadi Iman Nurcahyo
4586b19be3
Turn off capslock when entering num layer
2017-02-11 22:07:04 +07:00
Priyadi Iman Nurcahyo
c6123b2e4a
Move X in number layer away from space
2017-02-11 22:03:34 +07:00
Priyadi Iman Nurcahyo
513286cf98
LSpace + RSpace = switch layer
2017-02-11 21:54:10 +07:00
Priyadi Iman Nurcahyo
79de0cd119
Implement Capslock LED
2017-02-11 19:03:18 +07:00
Priyadi Iman Nurcahyo
9fc3afbef4
simplify battery calculation for now
2017-02-11 14:50:43 +07:00
Priyadi Iman Nurcahyo
b31ac35441
Fix emoji layer
2017-02-11 01:30:08 +07:00
Priyadi Iman Nurcahyo
fdd06d3fca
RShift + LShift = Capslock
2017-02-11 00:21:27 +07:00
Priyadi Iman Nurcahyo
bf31f516e3
Add reset keycode
2017-02-11 00:07:44 +07:00
Priyadi Iman Nurcahyo
909fd4ae64
Generalize layer indicators
2017-02-11 00:07:10 +07:00
Priyadi Iman Nurcahyo
229e38f097
Add ifdefs for keyboard layouts
2017-02-10 22:15:15 +07:00
Priyadi Iman Nurcahyo
5944ab246a
Implement battery level indicator
2017-02-10 21:28:46 +07:00
Priyadi Iman Nurcahyo
07879bf66b
Add function to cycle backlight modes
2017-02-10 17:45:12 +07:00
Priyadi Iman Nurcahyo
a5b8db52a0
Activate SYS layer by pressing both Ctrls
2017-02-10 17:11:52 +07:00
Priyadi Iman Nurcahyo
4ffbfe8298
Restore GUI layer
2017-02-10 14:43:56 +07:00
Priyadi Iman Nurcahyo
0f92d305e2
Add slash/question mark to punc/num layer
2017-02-10 14:32:24 +07:00
Priyadi Iman Nurcahyo
a4a57d47ed
Reimplement GUI Layer
2017-02-10 13:13:04 +07:00
Priyadi Iman Nurcahyo
27e7eac279
Reorganize punctuation & numbers layer
2017-02-10 06:51:10 +07:00
Priyadi Iman Nurcahyo
dee6a6982c
Fix LED indicator
2017-02-10 06:31:29 +07:00
Priyadi Iman Nurcahyo
af97d6b58e
Add dvorak & norman layout. Add sys layer.
2017-02-10 06:01:59 +07:00
Priyadi Iman Nurcahyo
92308ed0e5
Remove audio stuff
2017-02-10 02:08:55 +07:00
Priyadi Iman Nurcahyo
4be4ed3397
Add USB-BLE manual output switching and indicator
2017-02-09 01:40:22 +07:00
Priyadi Iman Nurcahyo
011811af68
minimize LEDs
2017-01-29 18:37:49 +07:00
Priyadi Iman Nurcahyo
306f43e5ee
fix greek layers
2017-01-29 18:37:49 +07:00
Priyadi Iman Nurcahyo
c5ab0b2b61
Implement greek layers on my Promethium layout
2017-01-29 18:37:49 +07:00
Priyadi Iman Nurcahyo
c641e46567
QWERTZ style dot & comma, move QUOT to SCLN position
2016-12-16 01:16:55 +07:00
Priyadi Iman Nurcahyo
e5b165c255
fine tune trackpoint initialization
2016-12-14 07:10:28 +07:00
Priyadi Iman Nurcahyo
32e952bda9
disable remote mode
2016-12-14 06:03:27 +07:00
Priyadi Iman Nurcahyo
0b54b32361
Enable Adafruit BLE support
2016-12-14 06:03:27 +07:00
Priyadi Iman Nurcahyo
9838ddcead
Pretend to be Thinkpad USB Keyboard
2016-12-14 06:03:27 +07:00
Priyadi Iman Nurcahyo
a747343b61
Enable PS2 remote mode
2016-12-14 06:03:27 +07:00
Priyadi Iman Nurcahyo
c7d11fd001
Remove unnecessary build options
2016-12-05 02:15:38 +07:00
Priyadi Iman Nurcahyo
73073f270b
Trackpoint initialization
2016-12-05 01:15:04 +07:00
Priyadi Iman Nurcahyo
a8e5f61805
fix emoji LED indicators.
2016-12-04 23:55:06 +07:00
Priyadi Iman Nurcahyo
75b18773bd
fix RGB LED order
2016-12-04 14:51:27 +07:00
Priyadi Iman Nurcahyo
12c1314b02
update docs
2016-11-27 00:40:31 +07:00
Priyadi Iman Nurcahyo
0f39ab5219
remove ifdef on chip type
2016-11-26 23:48:11 +07:00
Priyadi Iman Nurcahyo
7f3c9c6a39
protocols.mk is already included in latest QMK
2016-11-26 23:48:11 +07:00