This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.vscode
docs
drivers
keyboards
1up60rgb
6ball
9key
acr60
alps64
alu84
amj40
amj60
amjpad
atom47
atomic
atreus
atreus62
bananasplit
bantam44
bfake
bmini
ca66
chibios_test
chimera_ergo
chimera_ls
chimera_ortho
chocopad
christmas_tree
clueboard
contra
converter
cospad
crawlpad
cu24
cu75
daisy
deltasplit75
dichotemy
dilly
diverge3
dk60
do60
dz60
e6v2
eagle_viper
eco
ergo42
ergodone
ergodox_ez
ergodox_infinity
fc660c
fc980c
felix
four_banger
frosty_flake
gh60
gh80_3000
gherkin
gonnerd
hadron
handwired
helix
hhkb
infinity60
iris
jc65
jd40
jd45
jj40
jm60
k_type
katana60
kbd66
kbd75
kc60
kinesis
kitten_paw
keymaps
config.h
kitten_paw.c
kitten_paw.h
matrix.c
readme.md
rules.mk
kmac
knops
kona_classic
lets_split
levinson
lfkeyboards
lightsaver
m10a
maxipad
mechmini
meira
mf68
mf68_ble
minidox
mitosis
miuni32
mt40
nano
niu_mini
nyquist
obelus
octagon
ok60
org60
orthodox
pearl
pegasushoof
phantom
planck
preonic
prime_r
ps2avrGB
roadkit
s60_x
s65_x
satan
sixkeyboard
subatomic
sweet16
tada68
the_ruler
tiger_lily
tkc1800
tomato
tv44
uk78
unloved_bastard
v60_type_r
vision_division
viterbi
whitefox
xd60
xd75
xmmx
ymd96
ymdk_np21
zen
readme.md
layouts
lib
quantum
tests
tmk_core
users
util
.clang_complete
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
CODE_OF_CONDUCT.md
Dockerfile
Doxyfile
LICENSE
Makefile
Vagrantfile
autocomplete.sh
book.json
bootloader.mk
build_full_test.mk
build_keyboard.mk
build_layout.mk
build_test.mk
common.mk
common_features.mk
doxygen-todo
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk
readme.md
secrets.tar.enc
shell.nix
testlist.mk
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination ()
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
2017-10-14 11:32:19 -10:00

773 B

kitten_paw

This is the firmware for the 2016 revision of the Kitten Paw controller by Bathroom Epiphanies. Most of the boilerplate code is the work of BathroomEpiphanies.

NKRO doesn't work at the moment, I don't know if I will take the time to find out how to fix this, so far 6KRO is enough for me.

Keyboard Maintainer: QMK Community Hardware Supported: Kitten Paw PCB Hardware Availability: https://geekhack.org/index.php?topic=46700.0

Make example for this keyboard (after setting up your build environment):

make kitten_paw:default

See build environment setup then the make instructions for more information.