Ryan
f325bd6eb2
Remove DESCRIPTION
, B-D ( #11513 )
2021-01-15 05:00:04 +11:00
Zach White
6368a5697d
Exclude more keyboards from CI ( #11436 )
...
* exclude all of handwired
* exclude more keyboards from CI
2021-01-13 08:12:28 -08:00
Zach White
c0dcee96a8
Initial list of keyboards to exclude from CI ( #11213 )
2020-12-21 15:38:39 +01:00
Ryan
79d992d1e7
Use progmem.h for claw44 glcdfont ( #11164 )
2020-12-10 13:07:08 +11:00
yfuku
7595f53856
refactor SPLIT_KEYBOARD, OLED_DRIVER_ENABLE ( #10405 )
2020-11-10 16:07:12 +11:00
Joel Challis
e9b3a12c6e
Fix ssd1306 compilation on avr-gcc 10 ( #9267 )
2020-09-17 10:42:24 +10:00
Ryan
e7434c874b
Remove inclusion of adafruit_ble.h from ssd1306.c ( #9355 )
2020-08-29 14:30:02 -07:00
Ryan
16a15c1cfc
QMK-ify some GPIO macros ( #8315 )
2020-04-30 16:24:47 +10:00
James Young
8651eef298
Claw44 rev1 Configurator layout support ( #8488 )
2020-03-21 12:43:27 -07:00
Ryan
d597af9e1e
Remove pro_micro.h ( #8374 )
...
* Remove pro_micro.h
* Include quantum.h
2020-03-14 15:31:15 +00:00
Ryan
c9e3fa6f70
Clean up includes for glcdfont headers ( #7745 )
...
* Clean up includes for glcdfont headers
* Remove pragma once, most of these are not headers
* Missed these
2020-03-01 17:56:50 +11:00
ridingqwerty
66fe3001e4
Trim firmware sizes from default rules.mk, part 1 ( #8027 )
...
* Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files
* Correct some 'rules.mk' in boards buried under vendor folders
* PR8027 patch
Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-01-29 12:51:25 -05: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
363cdb5fc0
Remove duplicate pro_micro.h ( #7246 )
2019-11-03 22:35:43 +00:00
fauxpark
e8b65d0170
Cleanup rules.mk for 32U4 keyboards, A-F ( #6804 )
...
* Cleanup rules.mk for 32U4 keyboards, A-F
* Put back stuff in VIA keymaps
2019-10-05 11:09:35 -07:00
fauxpark
9bb4e63a11
Remove old promicro_bootloader_jmp() declarations ( #6444 )
2019-08-21 02:05:08 +01:00
fauxpark
ba42a5ae68
Remove commented out MCUs in rules.mk ( #5884 )
2019-07-16 00:26:38 -07:00
Drashna Jaelre
faaaa134fd
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE ( #5997 )
2019-06-06 12:09:56 -07:00
mogira
9c7818582d
Fix the modifier of font variable in ssd1306.c ( #5880 )
2019-05-17 12:37:12 -07:00
yfuku
3654d0f080
[Keyboard] add claw44 keyboard ( #5511 )
...
* add claw44 keyboard
* Update keyboards/claw44/lib/layer_state_reader.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/readme.md
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Remove unnecessary code because of default value
* Move layer definition
* Update keyboards/claw44/keymaps/default/keymap.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/keymaps/yfuku/keymap.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/readme.md
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* default keymap. LAYOUT_kc -> LAYOUT macro
* Move rules.mk from keymaps to keyboard level.
* add Hardware Supported, Hardware Availability
* Update keyboards/claw44/keymaps/default/keymap.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/keymaps/yfuku/keymap.c
Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Remove depreciated function
2019-03-30 12:16:18 -07:00